iam using kodi on my raspberry pi 3 with archlinux ... with one pluging of kodi, i get this message in kodi.log
$this->bbcode_second_pass_code('', '
Error Contents: No module named Cryptodome.Cipher
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.video.tvone11/addon.py", line 27, in <module>
from resources.lib.swift import SwiftStream
File "/home/kodi/.kodi/addons/plugin.video.tvone11/resources/lib/swift.py", line 24, in <module>
from Cryptodome.Cipher import AES
ImportError: No module named Cryptodome.Cipher
-->End of Python script error report<--
2020-07-07 11:24:24.387 T:1469051152 ERROR: GetDirectory - Error getting plugin://plugin.video.tvone11/
2020-07-07 11:24:24.390 T:1903477776 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.tvone11/) failed
')
iam using archlinux with kodi on my i686 PC, too ... and on this machine, there is no error message in the kodi.log, with that plugin.
can anybody help?