You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CherryPi 12 throws exception and causes problems in downstream applications: Spotify and Skin Helper Service.
On install it creates an error below. It also causes spotify addon to reject the certificate and ask access to the new website. Reversion to version 11 fixes.
2021-01-09 15:13:38.577 T:1668264160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named parse
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.spotify/service.py", line 13, in
from main_service import MainService
File "/home/osmc/.kodi/addons/plugin.audio.spotify/resources/lib/main_service.py", line 14, in
from httpproxy import ProxyRunner
File "/home/osmc/.kodi/addons/plugin.audio.spotify/resources/lib/httpproxy.py", line 7, in
import cherrypy
File "/home/osmc/.kodi/addons/script.module.cherrypy/lib/cherrypy/init.py", line 66, in
from ._cperror import (
File "/home/osmc/.kodi/addons/script.module.cherrypy/lib/cherrypy/_cperror.py", line 123, in
import urllib.parse
ImportError: No module named parse
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
CherryPi 12 throws exception and causes problems in downstream applications: Spotify and Skin Helper Service.
On install it creates an error below. It also causes spotify addon to reject the certificate and ask access to the new website. Reversion to version 11 fixes.
2021-01-09 15:13:38.577 T:1668264160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named parse
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.spotify/service.py", line 13, in
from main_service import MainService
File "/home/osmc/.kodi/addons/plugin.audio.spotify/resources/lib/main_service.py", line 14, in
from httpproxy import ProxyRunner
File "/home/osmc/.kodi/addons/plugin.audio.spotify/resources/lib/httpproxy.py", line 7, in
import cherrypy
File "/home/osmc/.kodi/addons/script.module.cherrypy/lib/cherrypy/init.py", line 66, in
from ._cperror import (
File "/home/osmc/.kodi/addons/script.module.cherrypy/lib/cherrypy/_cperror.py", line 123, in
import urllib.parse
ImportError: No module named parse
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: