Summary: | kget silently fails to download file from mms:// URL | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Martin Schwinzerl <martin.schwinzerl> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nekkar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Schwinzerl
2009-09-26 17:20:26 UTC
Meanwhile, I tried to download the file via the mms stream by entering the URL from my initial post into konqueror and received immediately the error message "Could not start process Unable to create io-slave: klauncher said: Unknown protocol 'mms'" which indicates that support for mms is either not implemented as an klauncher/kioslave (and therefore unlikely to work for kget) or that my installation lacks the necessary packages for this operation. I will investigate the cause for this problem, but still, a similar (and ideally less technical) error message for kget indicating the reason for the non-action would be nice. Again, many thanks for your work Best regards Martin Thank you for your report. The fact is that, as of now, KGet isn't able to download from this protocol. But you're right, in this case KGet should notify about this. SVN commit 1028352 by dario: Notify the user when no plugin is able to handle the protocols the user has just entered BUGS: 208614 M +5 -0 kget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028352 |