ldsz / plugin.audio.spotify

Unofficial spotify plugin for Kodi 19
GNU General Public License v3.0
47 stars 17 forks source link

Waiting for authentication token... #17

Open basco opened 3 years ago

basco commented 3 years ago

Hi,

I've installed this plugin on my ubuntu 18.04 kodi box. when i start it log says: 2021-05-24 11:49:29.630 T:783 INFO <general>: plugin.audio.spotify --> b'Launching system-default browser' 2021-05-24 11:49:29.662 T:783 INFO <general>: plugin.audio.spotify --> b'Waiting for authentication token...' 2021-05-24 11:49:39.662 T:783 INFO <general>: plugin.audio.spotify --> b'Waiting for authentication token...'

also, the browser does not pop up. i've installed chromium-browser

any suggestions? thanks!

salvq commented 1 year ago

Also getting an error which could be related i.e. plus window pops up with credential issue, it could be related to https://github.com/ldsz/plugin.audio.spotify/issues/22

I did not have a time to troubleshoot but could be related to network issue i.e. firewall, seems that system tries to create webproxy on 52308 port

2022-11-13 18:28:57.072 T:3850     INFO <general>: plugin.audio.spotify --> b'reported architecture: armv7l'
2022-11-13 18:28:57.211 T:3850     INFO <general>: plugin.audio.spotify --> b'ok spotty v0.20.0\n{"debug":false,"lms-auth":true,"ogg-direct":true,"version":"0.20.0","volume-normalisation":true}\n'
2022-11-13 18:28:57.212 T:3850     INFO <general>: plugin.audio.spotify --> b'Architecture detected. Using spotty binary /storage/.kodi/addons/plugin.audio.spotify/resources/lib/spotty/arm-linux/spotty-hf'
2022-11-13 18:28:57.228 T:3850     INFO <general>: plugin.audio.spotify --> b'ok spotty v0.20.0\n{"debug":false,"lms-auth":true,"ogg-direct":true,"version":"0.20.0","volume-normalisation":true}\n'
2022-11-13 18:28:57.230 T:3850     INFO <general>: plugin.audio.spotify --> b'started webproxy at port 52308'
2022-11-13 18:28:57.238 T:4048    ERROR <general>: [13/Nov/2022:18:28:57] ENGINE Bus STARTING

2022-11-13 18:28:57.239 T:3850     INFO <general>: plugin.audio.spotify --> b'Retrieving auth token....'
2022-11-13 18:28:57.241 T:4048    ERROR <general>: [13/Nov/2022:18:28:57] ENGINE Started monitor thread 'Autoreloader'.

2022-11-13 18:28:57.278 T:3850     INFO <general>: plugin.audio.spotify --> b'request_token_spotty stdout: b"thread \'main\' panicked at \'called `Option::unwrap()` on a `None` value\', libcore/option.rs:355:21\\nnote: Run with `RUST_BACKTRACE=1` for a backtrace.\\n"'
2022-11-13 18:28:57.368 T:4048    ERROR <general>: [13/Nov/2022:18:28:57] ENGINE Serving on http://127.0.0.1:52308

Have you figure out what is the issue ?