Can't play url's that contain spaces
#1
Would just like to confirm it before I submit a bug report to track, but it seems like xbmc can't play a url that contains spaces, even if they are converted to %20

The following works fine for my xbox (old svn version), but not on my pc running Atlantis:
Code:
http://localhost/xbmcCmds/xbmcHttp?command=PlayFile&parameter=http://sabnzbd.org/switch/file%20with%20space.avi

The debug log seems to show DVDPlayer getting the correct url:
http://pastebin.ca/1258360

The pc has access to the internet and can retrieve the file fine, also doesn't work when using the IP address so not a dns issue.

Edit: To show it works without spaces:
Code:
http://localhost/xbmcCmds/xbmcHttp?command=PlayFile&parameter=http://sabnzbd.org/switch/nospace.avi
Reply

Logout Mark Read Team Forum Stats Members Help
Can't play url's that contain spaces0