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

resolve missing libnss3 #73

Closed
wants to merge 2 commits into from
Closed

resolve missing libnss3 #73

wants to merge 2 commits into from

Conversation

drizuid
Copy link
Member

@drizuid drizuid commented Oct 17, 2023

linuxserver.io


  • [X ] I have read the contributing guideline and understand that I have made the correct modifications

Description:

error reported in another discord

____________________ WARNING ____________________
Setting up completion failed with error:
__________________________________________________
Failed to import PyQt module: PyQt6.QtWebEngineCore with error: libnss3.so: cannot open shared object file: No such file or directory
    Traceback (most recent call last):
      File "calibre/linux.py", line 837, in setup_completion
      File "calibre/linux.py", line 587, in write_completion
      File "bypy-importer.py", line 279, in exec_module
      File "calibre/gui2/tweak_book/main.py", line 12, in <module>
      File "bypy-importer.py", line 279, in exec_module
      File "calibre/ebooks/oeb/polish/check/css.py", line 11, in <module>
    ImportError: cannot import name 'QWebEnginePage' from 'qt.webengine' (/app/calibre/lib/calibre-extensions/python-lib.bypy.frozen/qt/webengine.pyc)
Setting up desktop integration...

Benefits of this PR and context:

resolve error shown above

How Has This Been Tested?

super helpful, but filthy portainer scumbag tested this and confirmed the fix after alerting me to the error (and another error)

**** ffmpeg already installed, skipping ****
**** Adding calibre dependencies to package install list ****
[mod-init] **** Installing all mod packages ****
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
libxdamage1 is already the newest version (1:1.1.5-2build2).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
**** Calibre already installed, skipping ****
[custom-init] No custom files found, skipping...
2023-10-17 02:39:03,635 DEBUG: Set config[CONFIG_TAB_NUM]=2 [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,635 DEBUG: Set config[DOWNLOAD_DIR]=/downloads [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,635 DEBUG: Set config[LOGDIR]=/config/log [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,635 DEBUG: Set config[SERVER_ID]=[Redacted] [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,635 DEBUG: Set config[TELEMETRY_SERVER]=https://lazylibrarian.telem.ch [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,635 DEBUG: Set config[TELEMETRY_ENABLE]=True [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,636 DEBUG: Set config[INSTALL_TYPE]=source [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,636 DEBUG: Set config[CURRENT_VERSION]=b40bef6b [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,636 DEBUG: Set config[LATEST_VERSION]=b40bef6b918b4890aca33fe093331f459a8baae1 [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,636 DEBUG: Set config[AUDIOBOOK_DEST_FOLDER]=$Author/$Title [configtypes.py:160 (MAIN/special.configwrite)]
2023-10-17 02:39:03,639 DEBUG: Read config[LOGDIR]=/config/log [configtypes.py:144 (MAIN)]
2023-10-17 02:39:03,656 DEBUG: Read config[LOGSPECIALDEBUG]= [configtypes.py:144 (MAIN)]
/app/lazylibrarian/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'bootswatch.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
[ls.io-init] done.
/app/lazylibrarian/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'lazylibrarian.telem.ch'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(

@drizuid drizuid requested a review from a team October 17, 2023 01:49
@drizuid
Copy link
Member Author

drizuid commented Oct 17, 2023

putting this on hold for some additional testing to determine if this belongs in the container or the mod

@LinuxServer-CI
Copy link
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/lazylibrarian/b40bef6b-pkg-ce622003-dev-72a55e700d021f7abf4119e076a111c202b93c68-pr-73/index.html
https://ci-tests.linuxserver.io/lspipepr/lazylibrarian/b40bef6b-pkg-ce622003-dev-72a55e700d021f7abf4119e076a111c202b93c68-pr-73/shellcheck-result.xml

Tag Passed
amd64-b40bef6b-pkg-ce622003-dev-72a55e700d021f7abf4119e076a111c202b93c68-pr-73
arm64v8-b40bef6b-pkg-ce622003-dev-72a55e700d021f7abf4119e076a111c202b93c68-pr-73

@LinuxServer-CI
Copy link
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/lazylibrarian/b40bef6b-pkg-1d617a04-dev-ab0910b114b99a6395b7b2a43d365f486fe01b09-pr-73/index.html
https://ci-tests.linuxserver.io/lspipepr/lazylibrarian/b40bef6b-pkg-1d617a04-dev-ab0910b114b99a6395b7b2a43d365f486fe01b09-pr-73/shellcheck-result.xml

Tag Passed
amd64-b40bef6b-pkg-1d617a04-dev-ab0910b114b99a6395b7b2a43d365f486fe01b09-pr-73
arm64v8-b40bef6b-pkg-1d617a04-dev-ab0910b114b99a6395b7b2a43d365f486fe01b09-pr-73

@drizuid
Copy link
Member Author

drizuid commented Oct 17, 2023

closing, this belongs in the mod

@drizuid drizuid closed this Oct 17, 2023
@drizuid drizuid deleted the libnss3-missing branch October 17, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants