gelinger777 / plugins.video.armlook_kodi

GNU General Public License v2.0
1 stars 0 forks source link

Armlook Error on Kodi krypton #3

Open abaggie opened 7 years ago

abaggie commented 7 years ago

Thanks for your work, however, I cannot get it to work on Kodi krypton. Downloading and installing went fine, but when I launch the add-on I get an error message.

gelinger777 commented 7 years ago

hi @abaggie I am really buisy right now. You have to go with console, ssh to your kodi, then have a look on kodi log

abaggie commented 7 years ago

First of all thanks for you reply. I'm kinda new to this, but I managed to view the log file and I found the following error logs:

ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.armlook/) failed ERROR: XFILE:CDirectoty::GetDirectory - error getting plugin://plugin.video.armlook/ plugin://plugin.video.armlook/ -->End of Pyton script error report<-- ImportError: No module named requests import requests File ''C\Users\A\AppData\Roaming\Kodi\addons\plugin.video.armlook\default.py'' line 11, in Traceback (most recent call last): Error Contents: No module named requests Error Type:<type 'exceptions.ImportError'>

Hope that this is sufficient...

gelinger777 commented 7 years ago

I see you are on Windows machine, it can be the problem maybe. I have made it for Raspberry machine with linux.

See this thread https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests and install in your python module requests

gelinger777 commented 7 years ago

have you managed it @abaggie ?