jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

error when running mopidy-spotify on jasper. #610

Open chill07 opened 7 years ago

chill07 commented 7 years ago

Hello everyone. When im running mopidy on jasper, i get the error showed in the picture. do anyone know how to fix it ? much appreciated ! 17577846_1313670768668462_1392580579_n

G10DRAS commented 7 years ago

replace line 283 with item = self.client.currentsong() hope it will work.

chill07 commented 7 years ago

@G10DRAS hello sir, thank you for the reply, i tried to change that line you specified, unfortunately, a new error popped up. here is the screenshot of it. 123 really need to make this work.

G10DRAS commented 7 years ago

It might possible that title is not set in the current song. You can further debug item and see if titleand artist available in it or not.

Nikozi93 commented 5 years ago

I have the same issue here, tried what @G10DRAS suggests but it didnt work. This is my output. Did you make it work @chill07 ? debug_flag_error

G10DRAS commented 5 years ago

Check mpd and mpc python lib version and check the respective doc. Do the changes as per api changes if required.

Nikozi93 commented 5 years ago

How can I check mpd / mpc python lib version? Also, where can I find the repsective doc?

Nikozi93 commented 5 years ago

@G10DRAS Ok, so I managed to execute Mopidy without any errors, but even though I see the "connected to spotify online" or something like this, my playlists are not shown. Actually, there is nothing shown. I can provide you with details. If you could please help me I would really appreciate it sir.

G10DRAS commented 5 years ago

Check this https://github.com/mopidy/mopidy-spotify