You are not logged in.

#51 2022-01-20 15:33:57

sasha-ant
Member
Registered: 2022-01-16
Posts: 3

Re: Problems after update to python 3.10

sorry... already fixed
how can i to remove it?

Last edited by sasha-ant (2022-01-20 15:56:54)

Offline

#52 2022-01-20 15:56:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,745

Re: Problems after update to python 3.10

Because your python-importlib-metadata is either outdated in which case you haven't done a full system update in quite a while which you should do, or because you overwrote that with a sudo pip which you mustn't do or because you have a generally bent python environment due to conda/pyenv/venv whatever.

This is an issue on your local python environment, check what

python --version
type -a python
printenv

give you for your environment.

Edit: you could've just kept the content and edited the post to mention what you did to fix it, now you've removed  any context to this: https://wiki.archlinux.org/title/Genera … way_street

Last edited by V1del (2022-01-20 16:00:03)

Offline

#53 2022-01-24 05:14:57

luser
Member
Registered: 2016-08-27
Posts: 114

Re: Problems after update to python 3.10

ghen wrote:

Kodi is working well again with python 3.10.2-1, currently in [testing].

Thanks for mentioning that. I just updated my system, and it updated to python-3.10.2-1-x86_64, and the update overwrote my edited copy of /usr/lib/python3.10/sqlite3/dbapi2.py (the lines I commented out are commented out no more), and kodi is working again.


luser: an epithet applied by Windows users to linux users

Offline

#54 2022-01-26 18:23:22

davidx
Member
Registered: 2016-07-19
Posts: 6

Re: Problems after update to python 3.10

latest update python 3.10.2-1 fixed the issue with kodi for me as well

Last edited by davidx (2022-01-27 15:50:59)

Offline

#55 2022-01-30 00:59:21

rokam
Member
Registered: 2022-01-30
Posts: 8

Re: Problems after update to python 3.10

Even with python 3.10.2-1, I do still have issues with kodi and addons. Am I the only one? Can someone please share a full downgrade process?

I have tried kodi-19.3-1-x86_64.pkg.tar.zst with python39, but I did receive more errors. Now, just some addons are breaking, but I can watch videos that are in my drive.

Offline

#56 2022-02-05 13:00:05

Ttz_ztT
Member
Registered: 2015-10-03
Posts: 19

Re: Problems after update to python 3.10

I have to stick to 3.10.0-1 with kodi 19.3-2, newer versions, incl. 3.10.2-1 do make problems with some addons (mediathekview / youtube) for me.
problems seem to appear after problematic addon has been started, so it looks like everything is working, until a problematic addon hangs/crashes in the background.

See [https://wiki.archlinux.org/title/Downgrading_packages]

wget https://archive.archlinux.org/packages/p/python/python-3.10.0-1-x86_64.pkg.tar.zst
pacman -U python-3.10.0-1-x86_64.pkg.tar.zst

Better restart kodi or your box after that.

Offline

#57 2022-02-05 14:08:16

rokam
Member
Registered: 2022-01-30
Posts: 8

Re: Problems after update to python 3.10

Even after downgrading to 3.10.0-1, I'm unable to run disneyplus addon.

2022-02-05 11:01:45.529 T:636     DEBUG <general>: CGUIMediaWindow::GetDirectory (plugin://slyguy.disney.plus/)
2022-02-05 11:01:45.529 T:636     DEBUG <general>:   ParentPath = [plugin://slyguy.disney.plus/]
2022-02-05 11:01:45.530 T:9246    DEBUG <general>: Thread waiting start, auto delete: false
2022-02-05 11:01:45.533 T:9238    DEBUG <general>: CAddonDatabase::SetLastUsed[slyguy.disney.plus] took 4 ms
2022-02-05 11:01:45.533 T:9247    DEBUG <general>: Thread JobWorker start, auto delete: true
2022-02-05 11:01:45.533 T:9246    DEBUG <general>: StartScript - calling plugin Disney+('plugin://slyguy.disney.plus/','3','','resume:false')
2022-02-05 11:01:45.533 T:9248    DEBUG <general>: Thread LanguageInvoker start, auto delete: false
2022-02-05 11:01:45.533 T:9248     INFO <general>: initializing python engine.
2022-02-05 11:01:45.533 T:9248    DEBUG <general>: CPythonInvoker(18, /home/kodi/.kodi/addons/slyguy.disney.plus/default.py): start processing
2022-02-05 11:01:45.630 T:636     DEBUG <general>: ------ Window Init (DialogBusy.xml) ------
2022-02-05 11:02:15.533 T:9247    DEBUG <general>: Thread JobWorker 140093440390720 terminating (autodelete)
2022-02-05 11:02:15.533 T:9238    DEBUG <general>: Thread JobWorker 140093476927040 terminating (autodelete)
2022-02-05 11:02:21.344 T:9322    DEBUG <general>: Thread JobWorker start, auto delete: true
2022-02-05 11:02:45.719 T:673     DEBUG <general>: Sink changed
2022-02-05 11:02:51.344 T:9322    DEBUG <general>: Skipped 1 duplicate messages..
2022-02-05 11:02:51.344 T:9322    DEBUG <general>: Thread JobWorker 140093476927040 terminating (autodelete)

It calls the addon but nothing happens, no error and the kodi keeps loading.

Offline

#58 2022-02-10 19:47:39

rokam
Member
Registered: 2022-01-30
Posts: 8

Re: Problems after update to python 3.10

My issue was related to an addon, after removing it all is working fine.

Offline

Board footer

Powered by FluxBB