namboy94 / xdcc-dl

An XDCC File Downloader based on the irclib framework
GNU General Public License v3.0
62 stars 16 forks source link

error handling if banned #20

Open newgordan opened 3 years ago

newgordan commented 3 years ago

Hi,

first, great work. i found out if iam banned on a channel the xdcc-dl command cannot handle this very well and will stock after WHOIS End.

If i specify a timeout will not have any affect.

here is an example:

$: time xdcc-dl "/msg botname xdcc send #12" --server irc.abjects.net --verbose  --timeout 60
INFO: Download Limit set to: "unlimited"
INFO: Connecting to irc.abjects.net:6667 as user 'YvetteLang70'
INFO: Delaying download initialization by 7s
INFO: Timeout watcher started
INFO: Connected to server
INFO: WHOIS: ['[MG]-Request|Bot|Honline', '+#moviegods ']
INFO: Joining channel #moviegods
INFO: WHOIS End
INFO: Timeout detected
INFO: Message sent without timeout
WARNING: Timeout
INFO: Progress Printer started
INFO: Progress Printer stopped
INFO: Disconnecting
INFO: Aborting because of unrecoverable error

real    3m19.302s
user    3m10.706s
sys     0m0.487s

may you can have a look, thanks!