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

[BUG] Prowlarr installation error #1164

Open
Goosegit11 opened this issue May 26, 2024 · 3 comments
Open

[BUG] Prowlarr installation error #1164

Goosegit11 opened this issue May 26, 2024 · 3 comments
Labels

Comments

@Goosegit11
Copy link

What happened?

Steps to reproduce:

  1. Install package 'prowlarr'
  2. Error 'gzip: stdin: not in gzip format'

Expected results:

Successful installation

Swizzin commit

953e4c7

What OS are you using?

Debian 12 (Bookworm)

What architecture is your OS?

amd64

Relevant logs and output

[Sun May 26 11:28:50] LOG       Path of file for key "prowlarr/owner" is  "/var/lib/swizzin/db/prowlarr/owner"
[Sun May 26 11:28:50] LOG       Output of key "prowlarr/owner"
redacted
redacted
[Sun May 26 11:28:50] LOG       Inserted apt logcheck marker
[Sun May 26 11:28:50] LOG       Variables unset
[Sun May 26 11:28:50] LOG       New variables exported
[Sun May 26 11:28:50] ...       Downloading release archive
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M100  4587    0  4587    0     0  30841      0 --:--:-- --:--:-- --:--:-- 30993
[Sun May 26 11:28:50]   \u2714   Archive downloaded
[Sun May 26 11:28:50] ...       Extracting archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[Sun May 26 11:28:50] ERROR     Failed to extract
[Sun May 26 11:28:50]   Please consult the above and/or check the log (less -R +G /root/logs/swizzin.log)
@blixten85
Copy link

blixten85 commented Aug 26, 2024

I have this error too, on a raspberry pi 5 running:

root@raspberrypi:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm
root@raspberrypi:~# uname -a
Linux raspberrypi 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
root@raspberrypi:~# box update
...     Updating swizzin local repository
        ✔   Local repository updated using: master
INFO    HEAD is now set to e9eaaae
...     Setting correct permissions on swizzin files
        ✔   Permissions set
...     Performing installation of 1 apt packages
        (php-opcache)
        ✔   Apt install complete
...     Updating config for PHP 8.2
        ✔   Done
...     Updating fancyindex theme
        ✔   Done
...     Updating fancyindex footer
        ✔   Done
...     Fixing nginx for recursive configs
        ✔   Done
...     Restarting php-fpm and nginx
        ✔   Done
...     Downloading latest panel commits
        ✔   Commits pulled
...     Checking pip for new panel dependencies
        ✔   Depends up-to-date
...     Restarting Panel
        ✔   Done!
[Mon Aug 26 18:46:12]   ✔   Certificate acquired
[Mon Aug 26 18:46:12] ...       Installing certificate
[Mon Aug 26 18:46:12]   ✔   Certificate installed
[Mon Aug 26 18:46:12] SUCCESS   Letsencrypt installed
[Mon Aug 26 18:46:27] LOG       >>>> `box install prowlarr`
[Mon Aug 26 18:46:27] LOG       git @ e9eaaae 2>&1
[Mon Aug 26 18:46:27] INFO      Installing prowlarr
[Mon Aug 26 18:46:27] DOCS      Further reference: https://swizzin.ltd/applications/prowlarr
[Mon Aug 26 18:46:27] LOG       Path of file for key "prowlarr/owner" is  "/var/lib/swizzin/db/prowlarr/owner"
[Mon Aug 26 18:46:27] LOG       Output of key "prowlarr/owner"
pi
09596ffc-b3a2-4e87-b980-6872a7226ac0
[Mon Aug 26 18:46:27] LOG       Inserted apt logcheck marker
[Mon Aug 26 18:46:27] LOG       Variables unset
[Mon Aug 26 18:46:27] LOG       New variables exported
[Mon Aug 26 18:46:27] ...       Downloading release archive
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M100   268  100   268    0     0    383      0 --:--:-- --:--:-- --:--:--  1034
[Mon Aug 26 18:46:28]   ✔   Archive downloaded
[Mon Aug 26 18:46:28] ...       Extracting archive
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[Mon Aug 26 18:46:28] ERROR     Failed to extract
[Mon Aug 26 18:46:28]   Please consult the above and/or check the log (less -R +G /root/logs/swizzin.log)

Sonarr and radarr seems to be installing without issues.

@ericfrazer
Copy link

app_branch="nightly"

Prowlarr's branch "nightly" no longer exists. "master" is correct.

I edited my local /etc/swizzin/scripts/install/prowlarr.sh to change nightly to master, then install succeeded from a swizzin box install prowlarr

@blixten85
Copy link

/etc/swizzin/scripts/install/prowlarr.sh

Thank you, Maestro!
You have a keen eye!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants