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

Plug in has dependencies failure, does not work after solving those #4

Open
ganar opened this issue Sep 14, 2014 · 7 comments
Open

Comments

@ganar
Copy link

ganar commented Sep 14, 2014

I downloaded the latest version:

  • Tried to install it, got dependencies not met error
  • Found someone who corrected the problem in this post, but even though the plug in is installed and the user and password are valid, I does not show the video page

Any help on these issues would be appreciated

@cancan101
Copy link
Owner

Can you provide a little more info on this? Perhaps the stack trace from the xbmc.log file.

@ganar
Copy link
Author

ganar commented Oct 6, 2014

I'll get it tonight and post it here for you

@sencer
Copy link

sencer commented Oct 25, 2014

xmbc-python 2.1.0 is minimum for Gotham.
#5 is required for successfull installation. Doesn't work after installation though.

Error Contents: HTTP Error 400: Bad Request
Traceback (most recent call last):
  File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/xbmc-coursera-master/addon.py", line 544, in <module>
    plugin.run()
  File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
    items = self._dispatch(self.request.path)
  File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
    listitems = view_func(**items)
  File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/xbmc-coursera-master/addon.py", line 116, in index
    raise ex
HTTPError: HTTP Error 400: Bad Request
-->End of Python script error report<--

@wonx
Copy link

wonx commented Nov 17, 2014

Same here. Dependencies not met. I'd be interested in a possible solution.

@cancan101
Copy link
Owner

So I think that there are two issues here.

  • One is that new versions of XBMC/ Kodi require a newer version of Python.
  • The other is the unexpected HTTP Response code. My guess is that Coursera changed its API again.

@asfaltboy asfaltboy mentioned this issue Feb 20, 2015
@asfaltboy
Copy link
Contributor

@wonx @sencer @ganar - can any of you guys verify if latest version fixes this for you please?

@sencer
Copy link

sencer commented Mar 6, 2015

It does, 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

5 participants