devsnd / cherrymusic

Stream your own music collection to all your devices! The easy to use free and open-source music streaming server.
http://www.fomori.org/cherrymusic
GNU General Public License v3.0
1.03k stars 189 forks source link

Cherrymusic not working anymore after going from 0.37.2 to 0.38 #641

Closed count00zero closed 7 years ago

count00zero commented 7 years ago

Hi there,

the following issue persists on my system (raspberry pi 2, debian jessie) after upgrading the great cherrymusic to version 0.38.

Whenever I want to start cherrymusic (with whichever parameter, even with --version) I get the following error and I cannot find out the reason for it.

After I switched back to 0.37.2 th error is gone; a new git clone (with 0.38) to a seperate path also leads to the error.

The error is:

Traceback (most recent call last): File "./cherrymusic", line 33, in import cherrymusicserver File "/_/cherrymusic/cherrymusicserver/init.py", line 203, in from cherrymusicserver import sqlitecache File "/_/cherrymusic/cherrymusicserver/sqlitecache.py", line 35, in from test.test_descrtut import defaultdict ImportError: No module named 'test.test_descrtut'

Best regards, count

drmargarido commented 7 years ago

The defaultdict is not used in the file, so I just removed the import and everything worked

devsnd commented 7 years ago

@drmargarido just fixed the issue and I merged the pull request. please use the devel branch until I made the next release. Sorry for the inconvienience!

count00zero commented 7 years ago

Thanks a lot guys, looking great again :-)