Search found 4 matches
- Fri Sep 28, 2007 12:01 pm
- Forum: Support
- Topic: Address already in use - I'm stumped.
- Replies: 8
- Views: 10681
Re: Address already in use - I'm stumped.
I'm working on it, but I don't have much time until my midterm exams are done. Anyways, I have started, and written a function to check if the port is available def try_port(port): import socket port = int(port) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: s.bind((socket.gethostname(),...
- Fri Sep 28, 2007 8:22 am
- Forum: Development
- Topic: Move completed files to another partition / Import torrents
- Replies: 6
- Views: 7614
Re: Move completed files to another partition / Import torrents
I don't know any c++, but as a wild guess I reckon that (1) is caused by the fact that the files are moved compared to copied and deleted. AFAIK moving doesn't work across multiple partitions.
- Fri Sep 28, 2007 7:57 am
- Forum: Support
- Topic: Address already in use - I'm stumped.
- Replies: 8
- Views: 10681
Re: Address already in use - I'm stumped.
A nice solution would be to start with a random port and inform the user when catching the exception instead of just dying.
- Sun Aug 26, 2007 5:15 pm
- Forum: Development
- Topic: feature request: force recheck
- Replies: 5
- Views: 6078
feature request: force recheck
It would be great if it was possible to force recheck a torrent.
I shut down the computer rough the other day, and deluge started downloading completed files. I re-added the torrent to recheck, but there must be a better way
I shut down the computer rough the other day, and deluge started downloading completed files. I re-added the torrent to recheck, but there must be a better way
