Whisparr Script installs nightly-2.0.0.548 instead of latest? #38

Closed
opened 2025-11-20 04:42:51 -05:00 by saavagebueno · 11 comments
Owner

Originally created by @Simpuhl on GitHub (Nov 12, 2024).

Originally assigned to: @havardthom on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

When running script, it only installs nightly-2.0.0.548 and never updates. It should be installing latest instead and possibly with an option to install nightly if people want that.

nightly-2.0.0.548 hasn't been updated in months.

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

N/A

Please provide detailed steps to reproduce the issue.

Just install like normal

Originally created by @Simpuhl on GitHub (Nov 12, 2024). Originally assigned to: @havardthom on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. When running script, it only installs nightly-2.0.0.548 and never updates. It should be installing latest instead and possibly with an option to install nightly if people want that. nightly-2.0.0.548 hasn't been updated in months. ### What settings are you currently utilizing? Default Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. N/A ### Please provide detailed steps to reproduce the issue. Just install like normal
saavagebueno added the not a script issuequestion labels 2025-11-20 04:42:51 -05:00
Author
Owner

@MickLesk commented on GitHub (Nov 12, 2024):

@havardthom can you take a look and quickfix this?

@MickLesk commented on GitHub (Nov 12, 2024): @havardthom can you take a look and quickfix this?
Author
Owner

@havardthom commented on GitHub (Nov 12, 2024):

As far as I can see nightly-2.0.0.548 is the latest version and Whispar has not been updated in 7 months (https://github.com/Whisparr/Whisparr). We are following the documented linux install instructions (https://wiki.servarr.com/whisparr/installation/linux) which installs the same version as Servarr Installation Script would. I can not find any newer version. I also believe the app itself would notify you if there was a newer version available.

@havardthom commented on GitHub (Nov 12, 2024): As far as I can see `nightly-2.0.0.548` is the latest version and Whispar has not been updated in 7 months (https://github.com/Whisparr/Whisparr). We are following the documented linux install instructions (https://wiki.servarr.com/whisparr/installation/linux) which installs the same version as Servarr Installation Script would. I can not find any newer version. I also believe the app itself would notify you if there was a newer version available.
Author
Owner

@Simpuhl commented on GitHub (Nov 12, 2024):

As far as I can see nightly-2.0.0.548 is the latest version and Whispar has not been updated in 7 months (https://github.com/Whisparr/Whisparr). We are following the documented linux install instructions (https://wiki.servarr.com/whisparr/installation/linux) which installs the same version as Servarr Installation Script would. I can not find any newer version. I also believe the app itself would notify you if there was a newer version available.

Can you double check this? https://hotio.dev/containers/whisparr/

image

I might be tripping or they are confusing me or us lol... tag is latest, but description is nightly, however it was updated 14 hours ago. The one the script installs is from Apr 8 2024.

I also noticed your script is specifically calling for nightly when there is a "latest" tag that can be used?

image

https://github.com/hotio/whisparr/pkgs/container/whisparr does show 2.0.0.548 as latest but I guess they just make changes but don't actually change the version #?

@Simpuhl commented on GitHub (Nov 12, 2024): > As far as I can see `nightly-2.0.0.548` is the latest version and Whispar has not been updated in 7 months (https://github.com/Whisparr/Whisparr). We are following the documented linux install instructions (https://wiki.servarr.com/whisparr/installation/linux) which installs the same version as Servarr Installation Script would. I can not find any newer version. I also believe the app itself would notify you if there was a newer version available. Can you double check this? https://hotio.dev/containers/whisparr/ ![image](https://github.com/user-attachments/assets/4f650b28-d2cd-4787-b678-de4111067956) I might be tripping or they are confusing me or us lol... tag is latest, but description is nightly, however it was updated 14 hours ago. The one the script installs is from Apr 8 2024. I also noticed your script is specifically calling for nightly when there is a "latest" tag that can be used? ![image](https://github.com/user-attachments/assets/f6a570b1-d775-47c3-a7f4-b94b0f7ac8ba) https://github.com/hotio/whisparr/pkgs/container/whisparr does show 2.0.0.548 as latest but I guess they just make changes but don't actually change the version #?
Author
Owner

@Simpuhl commented on GitHub (Nov 12, 2024):

After looking everything over I think you are correct. I'll ask in their discord to confirm

@Simpuhl commented on GitHub (Nov 12, 2024): After looking everything over I think you are correct. I'll ask in their discord to confirm
Author
Owner

@havardthom commented on GitHub (Nov 12, 2024):

The docker image has multiple tags, all those four tags are on the same image

@havardthom commented on GitHub (Nov 12, 2024): The docker image has multiple tags, all those four tags are on the same image
Author
Owner

@Simpuhl commented on GitHub (Nov 13, 2024):

The docker image has multiple tags, all those four tags are on the same image

It looks like they stopped developing v1, then went to a v2, and now they are working on v3, and only v3 is under active development now.

I wonder if its possible to install this with one of your scripts?

https://github.com/hotio/whisparr/pkgs/container/whisparr

You can see "v3" there also, got these details from their discord too

@Simpuhl commented on GitHub (Nov 13, 2024): > The docker image has multiple tags, all those four tags are on the same image It looks like they stopped developing v1, then went to a v2, and now they are working on v3, and only v3 is under active development now. - https://github.com/hotio/whisparr/pkgs/container/whisparr/304064958?tag=v3 - https://github.com/hotio/whisparr/pkgs/container/whisparr/304064107?tag=v3-b299134-447-linux-arm64 - https://github.com/hotio/whisparr/pkgs/container/whisparr/304063900?tag=v3-b299134-447-linux-amd64 I wonder if its possible to install this with one of your scripts? https://github.com/hotio/whisparr/pkgs/container/whisparr You can see "v3" there also, got these details from their discord too
Author
Owner

@Simpuhl commented on GitHub (Nov 14, 2024):

The docker image has multiple tags, all those four tags are on the same image

I know you closed this, but I was curious if you would possibly see about installing v3 as an option at least?

@Simpuhl commented on GitHub (Nov 14, 2024): > The docker image has multiple tags, all those four tags are on the same image I know you closed this, but I was curious if you would possibly see about installing v3 as an option at least?
Author
Owner

@Simpuhl commented on GitHub (Nov 18, 2024):

@havardthom , following up again just in case you haven't seen my latest replies (not sure how it works once its closed).

Possible to install v3 via script to lxc container?

@Simpuhl commented on GitHub (Nov 18, 2024): @havardthom , following up again just in case you haven't seen my latest replies (not sure how it works once its closed). Possible to install v3 via script to lxc container?
Author
Owner

@havardthom commented on GitHub (Nov 18, 2024):

We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated official installation docs?

@havardthom commented on GitHub (Nov 18, 2024): We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated [official installation docs](https://wiki.servarr.com/whisparr/installation/linux)?
Author
Owner

@Simpuhl commented on GitHub (Nov 18, 2024):

We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated official installation docs?

Lmao, you are CORRECT again.

Currently it's just docker that is V3.

I'll open a new post once they actually have v3 for Linux. My bad and sorry for wasting your time

@Simpuhl commented on GitHub (Nov 18, 2024): > We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated [official installation docs](https://wiki.servarr.com/whisparr/installation/linux)? Lmao, you are CORRECT again. Currently it's just docker that is V3. I'll open a new post once they actually have v3 for Linux. My bad and sorry for wasting your time
Author
Owner

@havardthom commented on GitHub (Nov 18, 2024):

We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated official installation docs?

Lmao, you are CORRECT again.

Currently it's just docker that is V3.

I'll open a new post once they actually have v3 for Linux. My bad and sorry for wasting your time

Sounds good, no worries 👍

@havardthom commented on GitHub (Nov 18, 2024): > > We don't install docker containers in LXC containers, and I can't find any documentation on how to install v3 on linux, can you? Why have they not updated [official installation docs](https://wiki.servarr.com/whisparr/installation/linux)? > > Lmao, you are CORRECT again. > > Currently it's just docker that is V3. > > I'll open a new post once they actually have v3 for Linux. My bad and sorry for wasting your time Sounds good, no worries 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#38