After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655558 - Rhythmbox Doesn't escape some Special Charcters in file URI
Rhythmbox Doesn't escape some Special Charcters in file URI
Status: RESOLVED DUPLICATE of bug 655560
Product: rhythmbox
Classification: Other
Component: Programmatic interfaces
unspecified
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-29 08:57 UTC by Liron Tal
Modified: 2011-07-29 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Liron Tal 2011-07-29 08:57:32 UTC
Using the Dbus API, when I try to get a song property with the method getSongProperties() and the track's URI contains one of these characters- I get an error.

the error is:
    MYCODE.getSongProperties('myURI')
  • File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140 in __call__
    **keywords)
  • File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630 in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.GLib.UnmappedError.RbShellError.Code0: Unknown song URI: file:///#MY Bad FileName

this issue is somewhat documented in this comment: https://bugs.launchpad.net/rhythmbox-playlist-sync/+bug/380151/comments/9

Also filed a bug watch in launchpad:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129

Liron
Comment 1 Jonathan Matthew 2011-07-29 09:05:34 UTC

*** This bug has been marked as a duplicate of bug 655560 ***