Skip to content
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

Error Contents: No module named iapc #1

Closed
probonopd opened this issue Jan 7, 2021 · 2 comments
Closed

Error Contents: No module named iapc #1

probonopd opened this issue Jan 7, 2021 · 2 comments

Comments

@probonopd
Copy link

The inviduous plugin on FreeBSD crashes with:

2021-01-07 22:30:02.372 T:34642360320   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named iapc
                                            Traceback (most recent call last):
                                              File "/usr/local/share/kodi/addons/plugin.video.invidious/lib/service.py", line 12, in <module>
                                                from iapc import Service, public
                                            ImportError: No module named iapc
                                            -->End of Python script error report<--

I downloaded and unpacked script.module.iapc-0.2.1.zip in /usr/local/share/kodi/addons/script.module.iapc.

@probonopd
Copy link
Author

find . | grep iapc
./script.module.iapc
./script.module.iapc/icon.png
./script.module.iapc/addon.xml
./script.module.iapc/LICENSE.txt
./script.module.iapc/lib
./script.module.iapc/lib/iapc
./script.module.iapc/lib/iapc/__init__.py
./script.module.iapc/lib/iapc/json_service.py
./script.module.iapc/lib/iapc/tools.py
./script.module.iapc/lib/iapc/http_server.py
./script.module.iapc/README.md

@lekma
Copy link
Owner

lekma commented Jan 8, 2021

you have to install it through kodi.

https://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file

@lekma lekma closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants