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

🐛 [Jackett] Тo access to WebUI . Unhealthy container #1159

Closed
GampiST opened this issue Jan 7, 2024 · 3 comments
Closed

🐛 [Jackett] Тo access to WebUI . Unhealthy container #1159

GampiST opened this issue Jan 7, 2024 · 3 comments
Labels
bug Something isn't working stale Element will be closed automatically

Comments

@GampiST
Copy link

GampiST commented Jan 7, 2024

Description

Addon Jackett is not working. In Porteiner it shows that the container is unhealthy. Also, for some reason it is written in the logs that Jackett is listening on port 8889 instead of 9117.

Reproduction steps

1 Install the addon
2 save the basic setting
3 launch the addon
4 there is no access to the web UI

Addon Logs

-----------------------------------------------------------
 Provided by: https://github.com/alexbelgium/hassio-addons 
-----------------------------------------------------------
 Defining permissions for main user : 
User UID: 0
User GID : 0
-----------------------------------------------------------
/etc/cont-init.d/00-global_var.sh: executing
PGID='0'
PUID='0'
TZ='Europe/Kyiv'
localdisks='sdb1'
/etc/cont-init.d/00-local_mounts.sh: executing
---------------------------------------------------
[21:47:07] INFO: Available Disks for mounting :
NAME   LABEL   SIZE FSTYPE   RO
├─sda2          24M squashfs  0
├─sda3         256M squashfs  0
├─sdb1 EFI     200M vfat      0
└─sdb2 fs     14.7G ext4      0
---------------------------------------------------
Supported fs :  ext3 ext2 ext4 squashfs vfat msdos iso9660
Inspired from : github.com/dianlight
---------------------------------------------------
Local Disks mounting...
... sdb1 is a physical device
[21:47:08] INFO: Mounting sdb1 of type vfat
[21:47:08] WARNING: vfat permissions and ACL don't works and this is an EXPERIMENTAL support
[21:47:08] INFO: Success! sdb1 mounted to /mnt/sdb1
/etc/cont-init.d/00-smb_mounts.sh: executing
/etc/cont-init.d/01-config_yaml.sh: executing
Setting permissions for the config.yaml directory

Load environment variables from /config/addons_config/jackett-nas/config.yaml if existing
If accessing the file with filebrowser it should be mapped to /homeassistant/addons_config/jackett-nas/config.yaml
---------------------------------------------------------
Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables

... no env variables found, exiting
/etc/cont-init.d/01-custom_script.sh: executing
Execute /homeassistant/addons_config/jackett-nas/jackett-nas.sh if existing
Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation
curl: (23) Failure writing output to destination
/etc/cont-init.d/20-folders.sh: executing
 
Starting the upstream container
 
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    0
User GID:    0
───────────────────────────────────────

[custom-init] No custom files found, skipping...
crond: crond (busybox 1.36.1) started, log level 8
01-07 21:47:17 Info Starting Jackett v0.21.1501
01-07 21:47:20 Info Environment version: 6.0.25 (/app/Jackett/)
01-07 21:47:20 Info OS version: Unix 6.1.70.0 (64bit OS) (64bit process)
01-07 21:47:20 Info Jackett variant: CoreLinuxMuslAmdx64
01-07 21:47:20 Info File /etc/issue: Welcome to Alpine Linux 3.18
01-07 21:47:20 Info Running in Docker: Yes (image build: v0.21.1501-ls268)
01-07 21:47:20 Info ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
01-07 21:47:20 Info App config/log directory: /config/addons_config/Jackett
01-07 21:47:20 Info Using proxy: Disabled
01-07 21:47:20 Info Using FlareSolverr: No
01-07 21:47:20 Error Jackett is running with root privileges. You should run Jackett as an unprivileged user.
01-07 21:47:20 Info Using HTTP Client: HttpWebClient2
01-07 21:47:20 Info Loading Native indexers ...
01-07 21:47:20 Info Loaded 73 Native indexers.
01-07 21:47:20 Info Loading Cardigann indexers from: /config/addons_config/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /app/Jackett/Definitions
01-07 21:47:28 Info Loaded 533 Cardigann indexers.
01-07 21:47:28 Info Loaded 606 indexers in total
01-07 21:47:28 Info Adding aggregate indexer ('all' indexer) ...
01-07 21:47:28 Info Adding filter indexer ('type:public' indexer) ...
01-07 21:47:28 Info Adding filter indexer ('type:private' indexer) ...
01-07 21:47:28 Info Adding filter indexer ('type:semi-public' indexer) ...
01-07 21:47:28 Info Jackett startup finished in 12.697 s
Hosting environment: Production
Content root path: /app/Jackett/Content
Now listening on: http://[::]:8889
Application started. Press Ctrl+C to shut down.

Architecture

amd64

OS

HAos

@GampiST GampiST added the bug Something isn't working label Jan 7, 2024
@alexbelgium
Copy link
Owner

Hi, thanks for the report. What is not working? I see that the container is unhealthy, and will correct this. However it shouldn't prevent to connect using http://homeassistant.local:8889 as the port is open in the add-on options? Thanks

alexbelgium added a commit that referenced this issue Jan 7, 2024
alexbelgium added a commit that referenced this issue Jan 7, 2024
@alexbelgium
Copy link
Owner

Should be good in latest version

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Element will be closed automatically label Jan 17, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale Element will be closed automatically
Projects
None yet
Development

No branches or pull requests

2 participants