Kodi Community Forum
Beta Arctic Horizon 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160)
+---- Thread: Beta Arctic Horizon 2 (/showthread.php?tid=367352)



RE: Arctic Horizon 2 - Blackysb - 2022-12-29

(2022-12-29, 14:28)Glyde62 Wrote:
(2022-12-29, 13:32)testforall96 Wrote: Same error here on Matrix 19.4 tmdb helper can not update 5.0.40 Sad

As far as I can see there's isn't even a 5.0.40 in the repository

GitHub has it at 5.0.41, update from there.


RE: Arctic Horizon 2 - banesi - 2022-12-29

Nope, that ain't going to work bro

ERROR <general>: CAddonInstallJob[plugin.video.themoviedb.helper]: The dependency on xbmc.python version 3.0.1 could not be satisfied.


RE: Arctic Horizon 2 - Blackysb - 2022-12-29

(2022-12-29, 15:42)banesi Wrote: Nope, that ain't going to work bro

ERROR <general>: CAddonInstallJob[plugin.video.themoviedb.helper]: The dependency on xbmc.python version 3.0.1 could not be satisfied.
Worked for me.


RE: Arctic Horizon 2 - Blackysb - 2022-12-29

@jurialmunkey  Full screen background in hubs.............genious !


RE: Arctic Horizon 2 - kocurek7 - 2022-12-29

(2022-12-29, 00:32)jurialmunkey Wrote: No technical knowledge is needed. All you do is install the testing version of TMDbhelper available in that issue thread, disable all your reuselanguageinvoker plugins to avoid false positives, then give me the logs.

It's literally just someone being willing to spend some time working through the issue with me. Since I can't test it myself there's a lot of trial and error involved.

It's frustrating that people keep complaining about crashes but aren't even willing to put in time testing.
Hi,

I think more people would help if only they knew how to do it.
It should be clearly defined:
- which Kodi version should be used
- TMDBhelper version - download link
- Arctic Horizon 2 version

After installing those 3 above whast should we do? Install some more addons or just a clean installation of Kodi?

I have an Nvidia Shield TV Pro 2019 and would and would like to help, as these crashes are driving me crazy.

Greetings
kocurek7


RE: Arctic Horizon 2 - hostile17 - 2022-12-29

(2022-12-29, 18:24)kocurek7 Wrote:
(2022-12-29, 00:32)jurialmunkey Wrote: No technical knowledge is needed. All you do is install the testing version of TMDbhelper available in that issue thread, disable all your reuselanguageinvoker plugins to avoid false positives, then give me the logs.

It's literally just someone being willing to spend some time working through the issue with me. Since I can't test it myself there's a lot of trial and error involved.

It's frustrating that people keep complaining about crashes but aren't even willing to put in time testing.
Hi,

I think more people would help if only they knew how to do it.
It should be clearly defined:
- which Kodi version should be used
- TMDBhelper version - download link
- Arctic Horizon 2 version

After installing those 3 above whast should we do? Install some more addons or just a clean installation of Kodi?

I have an Nvidia Shield TV Pro 2019 and would and would like to help, as these crashes are driving me crazy.

Greetings
kocurek7
I just need a link for the correct TMDBhelper please.


Arctic Horizon 2 - kocurek7 - 2022-12-29

I think Kodi Nexus v20 rc2 should be right version for testing this crashing issue on Android.

We're waiting for exact instructions and links from jurialmunkey. a


RE: Arctic Horizon 2 - hyzor - 2022-12-29

I've been building Kodi Nexus RC2 from source on Ubuntu 22.04 (and 20.04) and experimented a little with the TMDBHelper addon locally by adding some more log entries and like Jurialmonkey already explained the root cause is Python's ElementTree implementation.

When I have been building Kodi from scratch I've tried Python 3.9, 3.10 and 3.11. Not surprisingly it doesn't crash on 3.9. So this leaves me to believe it is Python itself that is the culprit? Or is there a layer within Kodi I'm missing? I'm not an expert on Kodi at all. Seeing as Python version is the deciding factor it must be that?

Some system information:
Code:
2022-12-29 19:49:53.334 T:151851    info <general>: Starting Kodi (20.0-RC2 (19.90.905) Git:20221229-ff616328c2). Platform: Linux x86 64-bit
2022-12-29 19:49:53.334 T:151851    info <general>: Using Release Kodi x64
2022-12-29 19:49:53.334 T:151851    info <general>: Kodi compiled 2022-12-29 by GCC 11.3.0 for Linux x86 64-bit version 5.15.64 (331584)
2022-12-29 19:49:53.334 T:151851    info <general>: Running on Ubuntu 22.04.1 LTS, kernel: Linux x86 64-bit version 5.15.0-53-generic
This log shows a crash when calling ET.fromstring https://paste.kodi.tv/giqavayuyu.kodi, I've just added some more verbose logging, next step would be to get some logging within Python, the XMLParser class looks interesting. Not sure how one would proceed with that...


RE: Arctic Horizon 2 - emiralem - 2022-12-29

anybody have long skin initialisation time after update v0.7.19 on Nexus RC2 Windows?


Edit: After update with latest nexus nightly build, it solved.


RE: Arctic Horizon 2 - Dunjamon - 2022-12-29

I'm seeing the same tmdb update issue. Looks like it might be kodi 19.5 issue, my kodi 20 setup doesn't have any issues.


RE: Arctic Horizon 2 - myshield81 - 2022-12-29

Yep on Android the update works on Nexus only for me also. Will not work on matrix no matter how hard I tried.


RE: Arctic Horizon 2 - Glyde62 - 2022-12-30

Seems to have been fixed mine just update finally


RE: Arctic Horizon 2 - jurialmunkey - 2022-12-30

(2022-12-29, 18:24)kocurek7 Wrote:
(2022-12-29, 00:32)jurialmunkey Wrote: No technical knowledge is needed. All you do is install the testing version of TMDbhelper available in that issue thread, disable all your reuselanguageinvoker plugins to avoid false positives, then give me the logs.

It's literally just someone being willing to spend some time working through the issue with me. Since I can't test it myself there's a lot of trial and error involved.

It's frustrating that people keep complaining about crashes but aren't even willing to put in time testing.
Hi,

I think more people would help if only they knew how to do it.
It should be clearly defined:
- which Kodi version should be used
- TMDBhelper version - download link
- Arctic Horizon 2 version

After installing those 3 above whast should we do? Install some more addons or just a clean installation of Kodi?

I have an Nvidia Shield TV Pro 2019 and would and would like to help, as these crashes are driving me crazy.

Greetings
kocurek7

Are you still experiencing crashes after doing the following?

  1. Install v5.0.38 of TMDbHelper (or higher)
  2. Enable TMDbHelper Settings > Other > Rebuild service listitems offscreen
  3. Entirely delete your OMDb API key from TMDbHelper Settings > API Keys so that OMDb won't be used
  4. Press "Ok" button to save settings and then restart Kodi

You must also disable any plugins using reuselanguageinvoker to ensure it isn't some other plugin causing a crash. Kodi is known to experience random crashes when plugin with reuselanguageinvoker are used in widgets (also note combined season/episode views use widgets to display the episode part, so it isn't only home screen and search).

You can check if a plugin uses reuselanguageinvoker by looking in its addon.xml for
Code:
<reuselanguageinvoker>true</reuselanguageinvoker>


If you are still experience crashes with OMDb removed and no reuselanguageinvoker plugins enabled then it is possible there is another issue in addition to the one already identified with ElementTree. In that case, please comment on that github issue thread I linked with the CRASH log (not just the normal log -- I need the CRASH log with the backtrace).

Then we will need to do further trial and error testing to identify exactly where in the code the crash is being experienced to identify the Python module/library at fault.


RE: Arctic Horizon 2 - Sunseng - 2022-12-30

On me, point no 3 has done it, no more crash with AH2 so far after delete that omdb key.
i have kodi 20 nexus RC2 with Arctic Horison 2 skin on Android (Shield TV).
Thank you.


RE: Arctic Horizon 2 - emiralem - 2022-12-30

I tried on Sony Android TV, with latest nightly nexus and latest ah2 & tmdbhelper with settings you gave, unfortunatelly still crashing