Paco8 / kodi-repo

Test repo with the netflix, amazon, hbo max and disney+ addons.
13 stars 6 forks source link

Maven's Kodi-Builds Netflix Add-on related errors #5

Closed Liqianyu closed 1 year ago

Liqianyu commented 1 year ago

If you use Maven's Kodi Builds, after installing Netflix Mod Add-on, when you start Netflix, it will prompt "An upgrade of add-on service is in progress, please wait." I tried skipping check_service_upgrade and was able to bypass this issue.

There seems to be an additional error on Maven's Kodi 21 (I'm not sure if it's on Kodi 20), where the first time you start the Netflix add-on it says "AttributeError: 'NoneType' object has no attribute 'split'". Loading the Netflix add-on a second time gets you in, and it seems that if you first create the database using the Netflix add-on, you don't encounter this problem. Skipping G.IS_ADDON_FIRSTRUN bypasses this issue.

Paco8 commented 1 year ago

I think the error "AttributeError: 'NoneType' object has no attribute 'split'" is fixed in mod2.

Liqianyu commented 1 year ago

I think the error "AttributeError: 'NoneType' object has no attribute 'split'" is fixed in mod2.

Any thoughts on the prompt "An upgrade of add-on service is in progress, please wait."? It doesn't just seem to happen with Maven's Kodi Builds, especially the CastagnaIT version doesn't have this problem.

Paco8 commented 1 year ago

I don't know, I never experienced that problem.

Liqianyu commented 1 year ago

Ok, looks like this issue was solved with the mod2 update.