severity 441185 wishlist retitle 441185 allow torrents with files starting with a dot thanks
On 9/7/07, Vitaliyi <[EMAIL PROTECTED]> wrote: > I've been using bittornado for years, but there is two annoying 'features': > > 1. Sometimes it makes me using another client, because of this message : > > """ > These errors occurred during execution: > [14:42:28] got bad file info - path .plus.sfv disallowed for security > reasons > """ This is part of the original BitTorrent specification. Here is a recent post by the upstream developer on the subject: http://forums.degreez.net/viewtopic.php?t=7261 I personally modify the btformats.py file to get around this issue (hint: remove the "." from the "reg = compile ..." line near the top), but I am unwilling to make this change permanent for all users as it is a "security" issue. I am considering either adding an option to disable this security check, or just making these files have a priority of -1 (i.e. "do not download"), so I'll make this bug a wishlist item for that. > 2. It still hangs and not reacting on ctrl+c on 'q' key. This is supposed to be fixed, though I'm not surprised that it isn't. I'll need way more information to diagnose the problem though, so please file another bug report containing which script you were running that won't quit, does it affect the other scripts, do you get any errors or tracebacks, and what happens when you do stop it with other signals (e.g. INT, TERM, KILL). The errors or traceback messages are the most important so if you can do something to make those appear that would help a lot. Also, if you could file the bug with the "reportbug" tool, that would be great, as it contains information on what dependencies you have installed. Thanks, Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

