Beta Spotify for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: Beta Spotify for Kodi (/showthread.php?tid=265356) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
RE: Spotify for Kodi - jurialmunkey - 2017-06-25 (2017-06-24, 19:19)marcelveldt Wrote:(2017-06-24, 12:44)jurialmunkey Wrote: @marcelveldtSorry, my fault in the git commit. On 1.1.27 browsing now works, but playback doesn't (rolling back to 1.1.24 works). Debug Log: https://pastebin.com/y5m7GAku RE: Spotify for Kodi - AussieFries - 2017-06-25 Since this morning June 25th I'm no longer able to log in with v1.1.25. Can someone please advise where I can get the latest beta version (v1.1.27)? RE: Spotify for Kodi - eusi - 2017-06-25 (2017-06-18, 19:48)marcelveldt Wrote:(2017-06-18, 11:13)eusi Wrote: I have to report 3 (more or less) issues: Sure. Following log is created with your newest 1.1.27 https://pastebin.com/04VedQf2 Regarding the first issue: I should notice that I am using login via facebook credentials with 2 way authentication. While I usual use PASSWORD+2way-Code on my ODROID, I used an own password on Win32 because facebook sent me an digit-passowrd via sms for spotify app. In the past, both ways work, since ~1.1.24 both logins don't work any longer :-( So the addon does not work at all :-( The 2nd error begins at line 10:21:31.602 T:14432 in the log. The 3rd issue is not that much important, however it is very annoying if it happens and I have to update (cache-files) instantly to avoid getting popup-spam RE: Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 05:47)jurialmunkey Wrote: On 1.1.27 browsing now works, but playback doesn't (rolling back to 1.1.24 works). Can you test again with version 1.1.28 ? RE: Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 08:39)AussieFries Wrote: Since this morning June 25th I'm no longer able to log in with v1.1.25. Can someone please advise where I can get the latest beta version (v1.1.27)? From my beta repo, see first post of this thread. RE: Spotify for Kodi - AussieFries - 2017-06-25 (2017-06-25, 11:56)marcelveldt Wrote:(2017-06-25, 08:39)AussieFries Wrote: Since this morning June 25th I'm no longer able to log in with v1.1.25. Can someone please advise where I can get the latest beta version (v1.1.27)? Thank you for your quick reply. Your plug-in is awesome! RE: Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 10:33)eusi Wrote: Since 1.1.24 I am not able to login on Win10 (64bit) with latest Kodi. I don't think that is going to work with the librespot implementation. You should probably create a device password... Log in to your spotify account where you can specify a password for devices. In that case you can login with your spotify ID (which is a number) and that password. (2017-06-25, 10:33)eusi Wrote: Another issue: When I close Kodi, I get a error in my log (windows 10 64bit, didnt test it on libreelec etc.). Fixed in 1.1.29 (2017-06-25, 10:33)eusi Wrote: And a 3rd "issue": Hmm, it shouldn't need a browser at all on Odroid. Can you grab the kodi log from the Odroid device ? Also, I don't understand what you mean with updating cache files ? RE: Spotify for Kodi - Didko - 2017-06-25 @marcelveldt, are there any changes regarding RPi1? Were you able to check my log? Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 12:51)Didko Wrote: @marcelveldt, are there any changes regarding RPi1? Were you able to check my log? Yes, can you test again with 1.1.29 ? Verzonden vanaf mijn iPhone met Tapatalk RE: Spotify for Kodi - Didko - 2017-06-25 Still the same errors. After reboot - popup to login via browser. And, it is the same error in the log: Code: 13:42:41.703 T:1773138848 NOTICE: plugin.audio.spotify --> reported architecture: armv6l RE: Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 13:44)Didko Wrote: Still the same errors. After reboot - popup to login via browser. And, it is the same error in the log: Are you a bit familiar with the shell ? I can't test this on a Pi 1 because I own only Pi 2 and 3 and my Pi Zero's are dedicated audio players with PiCore. Can you login to your Pi with ssh and try to start the binary from the command line ? BTW, what OS are you running on the Pi ? Assuming you run libreelec: navigate to /storage/.kodi/addon/plugin.sudio.spotify/resources/lib/librespot/linux_pi/ Now try to start the librespot binary with this command: ./librespot Please let me know the output of that. Also please tell me the output of this command: ldd librespot RE: Spotify for Kodi - gazzauk71 - 2017-06-25 Iv'e updated to 1.1.29 and addon is working using Libreelec on Arm S905x, however the track playback takes a while to start, and the addon has crashed quite a few times out of Kodi, so continuous play seems limited / unreliable at the moment. I'll see if I can reproduce again with some logs and post the relevant parts. RE: Spotify for Kodi - User 224999 - 2017-06-25 (2017-06-25, 19:07)gazzauk71 Wrote: Iv'e updated to 1.1.29 and addon is working using Libreelec on Arm S905x, however the track playback takes a while to start, and the addon has crashed quite a few times out of Kodi, so continuous play seems limited. I'll see if I can reproduce again with some logs. Yes, I'm familiar with this issue. I'm afraid I'm hitting a Kodi limit/bug here... This is a deadlock situation where the python thread serving the audio is blocked by the Kodi GUI. So, you try to play a track from the Kodi interface and the track never reaches the webproxy because of the deadlock. The old libspotify implementation had this same issue but it wasn't happening that often but now with the librespot binary providing the audio, the issue seems to be worse than ever. I will try if I can contact one of the Kodi devs about this. BTW: Kodi doesn't crash if this happens. Once you hit the deadlock situation where the GUI freezes stay away from all controls and after a while you'll see the "playback failed" message. RE: Spotify for Kodi - gazzauk71 - 2017-06-25 (2017-06-25, 19:21)marcelveldt Wrote:(2017-06-25, 19:07)gazzauk71 Wrote: Iv'e updated to 1.1.29 and addon is working using Libreelec on Arm S905x, however the track playback takes a while to start, and the addon has crashed quite a few times out of Kodi, so continuous play seems limited. I'll see if I can reproduce again with some logs. Thanks Marcel, yes it happens quite regular now on any playlist from the Spotify Addon. Yes, Spotify addon crashes and evaporates, Kodi carries on running.Think for now I'll revert to the older version using libspotify. Keep up the grand work, Thanks for responding on a Sunday. I'll continue to monitor the thread. RE: Spotify for Kodi - Didko - 2017-06-25 (2017-06-25, 19:07)marcelveldt Wrote: Assuming you run libreelec: Code: LibreELEC:~/.kodi/addons/plugin.audio.spotify/resources/lib/librespot/linux_pi # pwd Edit: @marcelveldt, if you want, I can give you SSH access to mine. Edit2: It looks like there are core dumps in /storage/.cache/cores. Do you need some? |