AHHH... that's what the server page is supposed to look like. Here's what I get with the problem path name. I don't see any way to add file attachments. I'll try a cut and paste but it might be ugly (not like it's that pretty in HTML).
<class 'eyeD3.tag.TagException'> at /feed
Multiple PCNT frames not allowed.Python C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\eyeD3\tag.py in __loadV2Tag, line 1358
Web GET
http://localhost:8001/feedTraceback (innermost first)
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\eyeD3\tag.py in __loadV2Tag
...
raise TagException(str(ex)); ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\eyeD3\tag.py in link
...
padding = self.__loadV2Tag(f); ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\rss_server.py in file2item
...
if not tag.link(fname): ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\rss_server.py in getdoc
...
items.append(file2item(os.path.join(base,file), config, curr_image)) ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\rss_server.py in GET
...
return getdoc(config.get("config", 'music_dir'), config).to_xml() ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\web\application.py in handle_class
...
return tocall(*args) ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\web\application.py in _delegate
...
return handle_class(cls) ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\web\application.py in handle
...
return self._delegate(fn, self.fvars, args) ...
â–¶ Local vars
C:\Documents and Settings\Doug\Desktop\netguy204-roku_media_server-a66bfac\server\web\application.py in process
...
return self.handle() ...
â–¶ Local vars
Response so far
HEADERSVariable Value
Content-Type 'application/rss+xml'
BODY
Request information
INPUT
No data.
COOKIES
No data.
METAVariable Value
app_stack [<web.application.application instance at 0x00E12350>]
fullpath u'/feed'
headers [('Content-Type', 'application/rss+xml')]
home u'http://localhost:8001'
homedomain u'http://localhost:8001'
homepath u''
host u'localhost:8001'
ip u'127.0.0.1'
method u'GET'
output u''
path u'/feed'
protocol u'http'
query u''
realhome u'http://localhost:8001'
status '200 OK'
ENVIRONMENTVariable Value
ACTUAL_SERVER_PROTOCOL 'HTTP/1.1'
HTTP_ACCEPT 'text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1'
HTTP_ACCEPT_CHARSET 'iso-8859-1, utf-8, utf-16, *;q=0.1'
HTTP_ACCEPT_ENCODING 'deflate, gzip, x-gzip, identity, *;q=0'
HTTP_ACCEPT_LANGUAGE 'en-US,en;q=0.9'
HTTP_CACHE_CONTROL 'no-cache'
HTTP_CONNECTION 'Keep-Alive, TE'
HTTP_HOST 'localhost:8001'
HTTP_TE 'deflate, gzip, chunked, identity, trailers'
HTTP_USER_AGENT 'Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10'
PATH_INFO '/feed'
QUERY_STRING ''
REMOTE_ADDR '127.0.0.1'
REMOTE_PORT '9818'
REQUEST_METHOD 'GET'
SCRIPT_NAME ''
SERVER_NAME 'localhost'
SERVER_PORT '8001'
SERVER_PROTOCOL 'HTTP/1.1'
SERVER_SOFTWARE 'CherryPy/3.1.2 WSGI Server'
wsgi.errors <open file '<stderr>', mode 'w' at 0x00A540C0>
wsgi.input <web.wsgiserver.SizeCheckWrapper object at 0x00E64C70>
wsgi.multiprocess False
wsgi.multithread True
wsgi.run_once False
wsgi.url_scheme 'http'
wsgi.version (1, 0)