-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
standalone mvupdate: Failure writing Filmliste-akt.xz #135
Comments
in This is the actual error leading to the download failure: Looks like a python2 to python3 incompatibility issue in the urllib module. |
I have made a patch against the current master branch. mysql update seems to work and is currently building the database, but sqlite still shows an error:
So nearly there ... |
Both problems solved for me using python3. Here is the complete patch. |
Ich sehe noch nicht wie dieser patch alle phyton 3 probleme lösen kann aber es ist ein Anfang. Für Phyton 3 wird man ein branch aufmachen müssen. |
Released to official Kodi Repo in v0.6.4 |
The standalone update of the mediathekview database fails in both sqlite and mysql modes. I downloaded the code from the git master branch.
Here is the output for mysql:
And here for sqlite:
Environment Arch Linux aarch64 on Odroid C2
Python: 3.7.4
python-ijson 2.3-1
python-defusedxml 0.6.0-1
python-mysql-connector 8.0.18-1
The mediathekview addon plugin on a raspberry pi 2 running libreelec 9.0.2 with kodi works as expected. The mysql database itself runs on the Odroid C2 and was successfully created and populated by kodi.
Any ideas?
The text was updated successfully, but these errors were encountered: