[Release]XBMC Version Check (Eden/Frodo/Gotham) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [Release]XBMC Version Check (Eden/Frodo/Gotham) (/showthread.php?tid=160228) Pages:
1
2
|
RE: [Release]XBMC Version Check (Eden/Frodo/Gotham) - wsnipex - 2013-08-04 it should be doing upgrading in the background, but it doesn't have a progress meter or status atm. After it finishes, it will ask you if you want to restart. RE: [Release]XBMC Version Check (Eden/Frodo/Gotham) - bluezed - 2018-11-05 Hi there, since the last update of this addon a few days ago I'm getting a pop up message on starting Kodi that says: "Your version 1.1.1 of the Python cryptography module is too old. You need at least version 1.7." I've just checked with command line Python and that says it has version 1.9.
I'm running Kodi 17.6 on Ubuntu 18.04.1. Any idea where the Version Check is getting version 1.1.1 from!? Thanks! RE: [Release]XBMC Version Check (Eden/Frodo/Gotham) - ronie - 2020-02-23 on kodi 19 (py3) the addon tries to import the 'distro' library. since 'distro' isn't part of the standard python library, the addon will crash. Code: 2020-02-23 13:57:31.994 T:3495 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- |