[SOLVED] Tried 0.6.0 rc2
Posted: 25 Apr 2018, 10:46
i have upgraded my current 0.5.4 to 0.6.0 rc2 with command with
- this overwrites my config files, to Prevent this in future i need right?
- after starting i have 2 python processes
- i tried the new music Server app but the song list is empty, my list in base.py is like that:
whats wrong?
Code: Select all
pip install pyplanet==0.6.0-rc2
Code: Select all
pip install pyplanet==0.6.0-rc2 --upgrade
- after starting i have 2 python processes
- 327 ? Ss 0:00 python3 /var/www/vhosts/speed-fun-driver.de/.pyenv/versions/3.6.1/envs/srv_x_train/lib/python3.6/site-packages/pyplanet/conf/project_template/manage.py start --detach --pid-file=pyplanet_srv_x_train.pid
329 ? Sl 0:02 \_ python3 /var/www/vhosts/speed-fun-driver.de/.pyenv/versions/3.6.1/envs/srv_x_train/lib/python3.6/site-packages/pyplanet/conf/project_template/manage.py start --detach --pid-file=pyplanet_srv_x_train.pid
- i tried the new music Server app but the song list is empty, my list in base.py is like that:
Code: Select all
SONGS = {
'default': [
'http://mydomain/Song 1.ogg'
'http://mydomain/Song 2.ogg']