tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
14.31k stars 2.34k forks source link

Navidrome update error #3754

Closed miloumeeloo closed 1 month ago

miloumeeloo commented 1 month ago

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

I receive this message when trying to update Navidrome to latest version: [ERROR] in line 58: exit code 0: while executing command RELEASE=$(curl -s https://api.github.com/repos/navidrome/navidrome/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') I'm actually running version 0.52.5 (c5560888)

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.

No response

Please provide detailed steps to reproduce the issue.

No response

tteck commented 1 month ago

The command

curl -s https://api.github.com/repos/navidrome/navidrome/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }'

works fine here, outputs 0.53.1

tteck commented 1 month ago

🧐 As this issue is unrelated to the script, it is considered closed.

miloumeeloo commented 1 month ago

Thanks. It works now. Don't know why it wasn't before.