-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
โ Have you read and understood the above guidelines?
yes
๐ What is the name of the script you are using?
UmlautAdaptarrLXC
๐ What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umlautadaptarr.sh)"
โ๏ธ What settings are you using?
- Default Settings
- Advanced Settings
๐ฅ๏ธ Which Linux distribution are you using?
No response
๐ Provide a clear and concise description of the issue.
ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 should be changed to ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 in the installscript.
๐ Steps to reproduce the issue.
unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr puts UmlautAdaptarr.dll to /opt/UmlautAdaptarr/UmlautAdaptarr.dll not to /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll
โ Paste the full error output (if available).
root@umlautadaptarr:~# systemctl status umlautadaptarr.service
ร umlautadaptarr.service - UmlautAdaptarr Service
Loaded: loaded (/etc/systemd/system/umlautadaptarr.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-04-29 11:15:39 CEST; 42s ago
Duration: 218ms
Process: 5619 ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 (code=exited, status=1/FAILURE)
Main PID: 5619 (code=exited, status=1/FAILURE)
CPU: 186ms
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Scheduled restart job, restart counter is at 6.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Stopped umlautadaptarr.service - UmlautAdaptarr Service.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Start request repeated too quickly.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Failed to start umlautadaptarr.service - UmlautAdaptarr Service.
๐ผ๏ธ Additional context (optional).
No response