Closed BHam86 closed 2 months ago
That should fix the unbound variable.
I keep getting the same error. I've manually downloaded the script on the LXC to confirm I'm getting the new version before running it.
I'll create a Calibre-Web LXC and test further.
@remz1337 beings this is one of your PR's, how about checking this.
I have no unbound variable
error.
I installed calibreweb[gdrive]
, no issues.
Clear browser cache
Somehow it's just not working for me. I cleared my browser cache, switched browsers, switched to another PC, updated Proxmox, and created a new LXC on a different node for good measure. No dice... Any other suggestions? :)
Are you using SSH? I did not.
Nope I'm running it from the LXC console in the PVE web UI.
Just did a fresh install. No issues on my end installing additional dependencies (tested gdrive, goodreads, ldap and oauth)
ran pip install calibreweb[gdrive]
, and that works like a charm. Anything I'll be missing when I add it manually?
Please verify that you have read and understood the guidelines.
Yes
A clear and concise description of the issue.
When selecting an additional feature from the Calibre-Web script I am presented with the following error:
environment: line 141: options: unbound variable
I'm fetching and running the script from the LXC console from PVE web UI.
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.
Created a fresh LXC using
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/calibre-web.sh)"
Installed with default settings. Ran the same script from the LXC console via PVE UI to install additional features. Selected gdrive option. Script runs and immediately throws the error.