Re: URL safe characters?
cpd73 <cpd73.af5r9z-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
RobbH wrote: > I recall that when decoding information received from LMS via telnet, > using urllib in Python, it was necessary to run paths through the > decoder twice. Could that be relevant here? The LMS -> Python seems to be OK, its the other way that is breaking. Looks like LMS can handle it, as it can play the file, but can't locate the track in the DB - as I assume its using the URL string as is to lookup. Therefore if Python ecapes more characters then the strings don't match. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=115875