can you try this chromium version?
Dropbox - browser.chromium-8.0.104.zip
if it works, disable the automatic update for this addon to prevent overrides.
can you try this chromium version?
Dropbox - browser.chromium-8.0.104.zip
if it works, disable the automatic update for this addon to prevent overrides.
you can try this one, but i don't know if it works with bluetooth speaker:
AUTOMATIC (and/or manual) AUDIO SWITCHER for different Audio Output
i have the same problem for netflix and amazon prime. in an german forum someone found this as reason:
664177 -
Out of date Chrome results in ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec operated sites -
chromium -
Monorail
Warning | Certificate Transparency error with Chrome 53 | Symantec
so chromium needs an update, otherwise it won't work anymore.
Thanks for pointing to Milhouse updated build, will also try it out tonight.
good news is, that the memory leak seems to be fixed. the bad news is, video is now stuttering.
but the next good news is, that in today's milhouse build, the video stutter should be fixed.
can't confirm, i am at work now, but will try in the evening.
peram1
Die you tried version 7.90.005 already?
I'm curious about your results.
haven't tried alpha 5, but i don't expect any difference. in the latest milhouse build from today a patch was added which should solve the memory leak:
latest milhouse build (added "Fix memory leak in mesa 12.0.1 (fixed in 12.0.2)" -> see this post LibreELEC Testbuilds for x86_64 (Kodi 17.0)
LibreELEC Testbuilds for x86_64 (Kodi 17.0)
will try it out in the evening...
still leaking with v7.90.004 ALPHA - eats roundabout 1GB per hour ...
changing Hardware to AMD FT3 Kabini A4-5000 did not make any change;
same for clean install of v7.90.004 ALPHA and use of backend TV (mediaportal server);
LE crashes/reboots after 2,5-3 hours when all memory is eaten up ...annoying!
same issue on all alphas for me. memory is eaten up after about 2 hours, video stutters and kodi restarts. kodi crashes even faster the more videos i watch, for instance youtube videos.
PC: AMD Athlon X2, Radeon 5450 (plus Nvidia 8300 onboard)
libreelec krypton seems to have problems with two gfx cards. i had the same issue, because i have an onboard nvidia 8800 and a amd radeon 4xxx in my htpc.
after installing krypton i also got the xorg failed to start error (never had this on previous versions), researched and tried for hours. like 1 out of 10 reboots it booted into kodi.
i created a udev rule for the nvidia onboard gfx card like in this thread claimed and it works for me:
LibreELEC
Display More
So in "/storage/.kodi/addons/http://plugin.dbmc/resources/lib/dropbox/rest.py" change the line that says
toThen it should work after restarting.
This add-on should also depend on scripts.module.requestsso in the addon.xml in the <requires> section it should have
this doesn't matter if you have script.module.requests installed already though.You might want to ping the author so he knows this
also, he could do this
Codetry: import urllib3 except ImportError: try: import requests.packages.urllib3 as urllib3 except ImportError: raise ImportError('Dropbox python client requires urllib3.')
or a similar solution
great, thanks a lot! i will try it when i am back home!
EDIT: Thanks you, it's working again!
I just installed dbmc from the kodi repo and it works fine for me.A quick look and it seems like only urllib2 is needed?
that's true for the repo version, but it fails to sync due to some changes concerning certificates. pls have a look at the kodi forum: Dropbox addon
josetaza made a new version 0.9.5 for testing, it's not in the official repo yet -> download under Dbmc - Browse Files at SourceForge.net . this one works for him but fails on libreelec - at least on my pc. can you check this one too pls!?
here's the output:
# python -c "import sys; print(sys.path)"
['', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gtk-2.0']
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.