"el.wubo" wrote:
"Gunslinger2" wrote:
yes,
<type 'exceptions.UnicodeDecodeError'> at /feed
'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
You may be running an outdated version. Jim put in a fix to the server that corrected problems like that for a few users. The developers preview release at github is currently out of date (sorry about that.) If you want to stick with the developer mode installation technique you can use Robert's custom zip: http://sites.google.com/site/robert1215 ... rmware.zip
I too am getting this error, though, I am running I assume a current version, as retrieved a few days ago (May26) via:
git clone http://github.com/netguy204/roku_media_server
I was seeing this error earlier when I had files in my "Video" folder that used non-plain ASCII characters in their names. The error went away when I moved them to other directories. Now I'm getting it while no such (that I can tell) files exist there. But that's beside the point. It's fairly useless error handling to get this (to me) cryptic error on the server & at the same time to get an unexpected server disconnect on my Roku. I've been relatively pleased with this channel/software for a few weeks now. But can't I hope for more?
🙂 This is aside from the fact that being that I'm using an OS that your code doesn't expect (tho isn't all that exotic: FreeBSD), I had to modify common.py (at about line 46), adding a default value for "default_photo_path" to even get mymedia.py to run.
How to proceed? I'm not presented with error messages I can do anything with (doesn't indicate to me what to do to help the software function as expected), and I'm not all that incompetent… so I must post here, asking for help. Actually, the err I see is slightly different:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)