Interesting.
We might need to bump ‘xbmc.gui’ to declare proper support for Kodi v17
Interesting.
We might need to bump ‘xbmc.gui’ to declare proper support for Kodi v17
Thanks. That fixed it for me as well.
16.8-059, 17 April 2016: Based off OSMC commit (b0fa336b1) and newclock5 (75f16d6)
Highlights
newclock5
New commits in this build:
VideoPlayer: consider clock offset to vsync’ (70e03e59)
VideoPlayer: calculate lateness in discrete frames (75f16d68)
another crash when i bumped to 059 in my livingroom included full logs this time
That apt logs only, I think by mistake you did -a instead of - A
You bloody newbie
Or you mean the update crashed?
LOL fzinken my bad
http://paste.osmc.io/obenaxiwad
i meant it crashed as usual when it restarted the mediacenter service
just too bad that avahi daemon takes up most of the logs but that bug is fixed in next version just a matter of debian shipping it getting tired of seeing those messages about invalid package response
Maybe just post kodi.old.log for easier checking. But there seems to quite a bunch of error in there including:
16:32:54 186368.015625 T:1958130608 ERROR: Misplaced [
Which I believe was fixed a long time ago
Many SQL errors which interesting enough are even in your kodi.log
And than this
16:33:11 186384.468750 T:1472726000 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: Failed to import _strptime because the import lockis held by another thread.
Traceback (most recent call last):
File “/home/osmc/.kodi/addons/weather.yahoo/default.py”, line 275, in
forecast(location, locationid)
File “/home/osmc/.kodi/addons/weather.yahoo/default.py”, line 104, in forecast
properties(data,loc)
File “/home/osmc/.kodi/addons/weather.yahoo/default.py”, line 161, in properties
props_astronomy(astronomy)
File “/home/osmc/.kodi/addons/weather.yahoo/default.py”, line 209, in props_astronomy
sunrise = time.strptime(astronomy[‘sunrise’], “%I:%M %p”)
ImportError: Failed to import _strptime because the import lockis held by another thread.
–>End of Python script error report<–
http://paste.osmc.io/civurovehag but yeah the mysql errors are interesting the addon error well that is easily disabled if i turn off the addon…
16:32:54 186368.015625 T:1958130608 ERROR: Misplaced [
Which I believe was fixed a long time ago
Also been looking at this - getting these as well. Maybe the nightlies are missing a commit or something.
Your link is broken.
{“message”:“Document not found.”}
thanks for the help, I was able to install this. One change i have noticed is that when I change the font to arial (for korean font support). Under movie information, movie description in korean shows up broken. Everything else shows up properly as korean font. I’m guessing that the movie description is not changing font as other section? Just letting you guys know. Thanks for all your hard work
Having issue with -60. Last line in kodi.old.log
20:38:08 84638.875000 T:1719923696 WARNING: Create - unsupported protocol(androidapp) in androidapp://sources/apps/
Got those in my logs too think that has to do with yatse and it not having full Kodi17 support
Been seeing those warnings for the past couple of builds.
16.8-060, 18 April 2016: Based off OSMC commit (d388397) and newclock5 (d900a188)
Highlights
newclock5
New commits in this build:
VideoPlayer: consider clock offset to vsync’ (70e03e59)
VideoPlayer: calculate lateness in discrete frames (75f16d68)
Ok actually the crash was most likely a fucked up. .kodi after doing smb testing for Sam. Moved to nfsroot yesterday so finally can do testing with messing up my system.
16.8-061, 19 April 2016: Based off OSMC commit (b0fa336) and newclock5 e78f038d)
Highlights
newclock5
New commits in this build:
VideoPlayer: add setting for double/triple buffers (7a3dfb1b)
VideoPlayer: Different accurate value for omxplayer_mode has no effect (bad02f83)
[rbp] Default to double buffered (e78f038d)
Anyone else have a problem scraping movie details with Krypton?
I’ve parsed through the logs and can find an entry that states
ERROR: CCurlFile::Open failed with code 401 for http://api.tmdb.org/3/search/movie?api_key=API_KEY&query=12%20Years%20a%20Slave&year=2013&language=en
To me this sounds like either an API key switch issue or a quota issue.
In fact if it’s a 401 that would indicate an incorrect api key. A 500 would be over quota.
Appreciate this maybe a 3rd party or upstream issue but thought i’d raise it here as it only seems to happen in the new builds and may affect others so worth mentioning.
Logs:
Issue happens at 23:07 - grep the file for that timestamp.
Do they use apigee by any chance? That error message / format rings a bell