-
-
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?
Bitmagnet
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bitmagnet.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
There seems to be a problem with the bitmagnet script. When it asks you for your TMDB key, it doesn't actually allow you to enter it. If you do paste in your key (it 'overwrites' other text in the window, so it's unknown if it's actually capturing your input at all), it doesn't save it anywhere. No config file is created in any location including the 2 locations listed in on script page and the program only runs on 100% defaults including the default public TMDB key that is rate-limited.
Can someone please look into both of these issues?
Once they are resolved, I'd like to point the database to a file on a bind-mount location since the database can take many many gigabytes as it grows... but I need an actual config file before I can do that.
π Steps to reproduce the issue.
Run the script. When it asks for API key, try to enter one. Notice that it doesn't save it anywhere.
β Paste the full error output (if available).
N/A
πΌοΈ Additional context (optional).
No response