Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CherryPi 12 broken #4

Open
amosstorkey opened this issue Jan 10, 2021 · 0 comments
Open

CherryPi 12 broken #4

amosstorkey opened this issue Jan 10, 2021 · 0 comments

Comments

@amosstorkey
Copy link

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<--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant