Summary: | Can not download torrent due to folder with question-mark in name | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Jon Hermansen <bugs.kde.org> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs.kde.org |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of the behavior |
Description
Jon Hermansen
2009-03-17 05:39:35 UTC
Created attachment 32180 [details]
Screenshot of the behavior
Sorry, I neglected to transcribe the error message from the screenshot so more people may see this bug has already been filed... here goes. [quote] Cannot recreate missing files: Cannot create directory /Why? Discography/: Could not start process Unable to create io-slave: klauncher said Unknown protocol ". . [/quote] I made a single change to the .torrent file, replacing the '?' with a '_' in only one place, which I assumed to be the 'title' metadata of the torrent. Making this change allowed the root torrent folder to be created. I can reproduce it, it seems that windows doesn't allow you to use the follwing characters: < > : " / \ | ? * We will have to find some solution for that. SVN commit 942840 by guisson: Check for invalid characters (for windows that is) in torrent name on windows BUG: 187373 M +1 -0 ChangeLog M +6 -0 libbtcore/net/portlist.h M +19 -0 libbtcore/torrent/torrent.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=942840 |