Invalid String Format Exception in Windows
Brought to you by:
gstein
I used edna under Windows XP SP3 + Python 2.7.3 and received an strange String Exception every time I requested a song. After looking a while I found some guy that solved the problem [1], and it worked for me also.
It seems that the Windows Python Time Library (or anything else, idk) doesn't recognize %T [2] as a valid datetime string. Replacing it for the 'verbose' version would fix the problem.
[1]: http://grokbase.com/t/python/tutor/10bvw5frfx/t-as-a-strftime-format-identifier
[2]: edna.py, line 759