hi i try this addon for kszaq's LE8.0 32bit userspace, i'm using MXQ Quick Play s905
i've received email from spotify, and placed the attachment in /storage/.kodi/userdata/addon_data/service.spotify-connect-web/
when i execute
Python
LibreELEC:~ # systemctl stop service.spotify-connect-web
LibreELEC:~ # spotify-connect-web.start
Loading Spotify library...
Established under name 'TestConnect'
Traceback (most recent call last):
File "loader.py", line 3, in <module>
File "runpy.py", line 180, in run_moduleh
File "runpy.py", line 72, in _run_code
File "/storage/.kodi/addons/service.spotify-connect-web/main.py", line 14, in <module>
from connect import Connect
File "/storage/.kodi/addons/service.spotify-connect-web/connect.py", line 9, in <module>
from console_callbacks import audio_arg_parser, mixer, error_callback, connection_callbacks, debug_callbacks, playback_callbacks, playback_setup
File "/storage/.kodi/addons/service.spotify-connect-web/console_callbacks.py", line 118, in <module>
min_volume_range = (1 - selected_volume_range / volume_range) * 100
ZeroDivisionError: float division by zero
Failed to execute script loader
Display More
please help, thanks