-
-
Notifications
You must be signed in to change notification settings - Fork 757
Open
Description
Is there a pinned issue for this?
- I have read the pinned issues
Is there an existing or similar issue for this?
- I have searched the existing issues
Is there any comment in the documentation for this?
- I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to the container/transmission?
- I have checked the container repo for issues
Are you using the latest release?
- I am using the latest release
Have you tried using the dev branch latest?
- I have tried using dev branch
Config used
protonvpn
Current Behavior
The Proton update_port.sh script keeps failing to update the forward port due to jq not being installed.
Expected Behavior
The port forwarding should be updated due to jq being installed.
How have you tried to solve the problem?
The which command is no longer returning values, whereas type does now. Not sure if updating this here will work and be compatible with older OS images.
root@0e4d34bda965:/# which natpmpc
root@0e4d34bda965:/# type natpmpc
natpmpc is /usr/bin/natpmpc
root@0e4d34bda965:/# which jq
root@0e4d34bda965:/# type jq
jq is /usr/bin/jq
Log output
transmission-openvpn_1 | STARTING TRANSMISSION
transmission-openvpn_1 | Provider PROTONVPN has a script for automatic port forwarding. Will run it now. transmission-openvpn_1 | If you want to disable this, set environment variable DISABLE_PORT_UPDATER=true
transmission-openvpn_1 | Transmission startup script complete.
transmission-openvpn_1 | 2024-11-04 05:39:38 Initialization Sequence Completed
transmission-openvpn_1 | jq is not installed.
Environment
- OS: Ubuntu 22.04.4 :TS
- Docker: 20.10.1Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels