Custom Query (2447 matches)
Results (172 - 174 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#465 | Invalid | Can't save files when the destination folder has a space in its name | ||
Description |
The short summary says it all. I was trying to download a file and save it into a folder called "Criminal Minds", but nothing seemed to happen - the torrent doesn't even go to torrents list. I tried with different torrents from different trackers, and nothing. Then I tried to save the file to ~/Videos and it worked. So, it seems like there's may be a bug. I hope you take a look. I'm currently using Deluge 1.0.0 RC8 at Ubuntu 8.04.1. |
|||
#466 | WontFix | OSX Installation Problem | ||
Description |
Problem is documented here. Here's where it went bad for me: building 'deluge_core' extension /usr/bin/gcc-4.0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c libtorrent/src/alert.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/alert.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIOASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ ./libtorrent/include/libtorrent/time.hpp:157: error: 'time_traits' is not a template ./libtorrent/include/libtorrent/time.hpp:158: error: explicit specialization of non-template 'asio::time_traits' error: command '/usr/bin/gcc-4.0' failed with exit status 1 All the best |
|||
#468 | Fixed | Unicode in 0.9.8 does not seem to be working properly | ||
Description |
System Stats: Ubuntu 8.04.1 x64, running 0.9.08 RC I am currently trying to add this torrent file,
When I try to open it in Deluge, the ü becomes u, and then when i put it to save in a certain folder
Which exists fine {{{ rockerboo@Belefonte:/media/Music/Music/Messer Für Frau Müller$ pwd /media/Music/Music/Messer Für Frau Müller }}} it is giving me the following in deluged.log in ~/.config/deluge/ {{{ [DEBUG ] 14:34:29 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/media/Music/Music/Messer F\xfcr Frau M\xfcller', 'compact_allocation': False, 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'default_private': False, 'max_upload_slots_per_torrent': 4} Traceback (most recent call last):
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 27: ordinal not in range(128) }}} With this, the file never shows up in the deluge client. If you need any more information let me know. |