hi
i am using dbmc (dropbox addon) on libreelec krypton build. after the last addon update i receive an error, that dbmc needs urllib3:
22:08:37 481.109039 T:140116060272384 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: Dropbox python client requires urllib3.
urllib3 is installed as addon under
/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/
is there anything further to do to be recognized by python? the owner of the addon said, that on his pc urllib3 can be found under /usr/lib/python2.7/dist-packages/urllib3/
but on libreelec it's not there.
any help is appreciated.