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

Kodi 18 #6

Open
datamaskinen opened this issue May 21, 2018 · 2 comments
Open

Kodi 18 #6

datamaskinen opened this issue May 21, 2018 · 2 comments

Comments

@datamaskinen
Copy link

Hi there ... i don't know is this one is suppose to work with kodi 18 yet but this is the errors i get

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 requests
Traceback (most recent call last):
File "/home/xxx/.kodi/addons/plugin.video.svt-oppetarkiv/addon.py", line 8, in
import resources.lib.svtoa as svtoa
File "/home/xxx/.kodi/addons/plugin.video.svt-oppetarkiv/resources/lib/svtoa.py", line 8, in
import requests
ImportError: No module named requests
-->End of Python script error report<--

ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.svt-oppetarkiv/) failed

@alexbjorling
Copy link
Owner

Ah, that's an unmet dependency. You need the requests python package. On linux you can do pip install requests --user, on win/mac probably something similar.

@datamaskinen
Copy link
Author

aha ok thanks

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

2 participants