Exception caught: Cannot show selection prompt since the current terminal isn't interactive. #117
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While installing OF-DL on an unRaid Docker I get the following error.
auth.json is fine, as it is logging in.
It makes no difference if I choose DisableBrowserAuth True or false.
On a clean install I am able to choose DisableBrowserAuth False and login into OF and have the docker create a auth.json, but as soon as I do the docker shuts down with the error noted below.
config.conf
What Docker run command are you using? It looks like that is incorrect.
It is unraid, so it does not run like a command line docker.
I was able to find the command it is running in the background.
docker run
-d
--name='OF-DL'
--net='bridge'
--pids-limit 2048
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Basilisk"
-e HOST_CONTAINERNAME="OF-DL"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://w7.pngwing.com/pngs/979/242/png-transparent-onlyfans-app-logo-tech-companies.png'
-v '/mnt/user/appdata/ofdl/config':'/config':'rw'
-v '/mnt/user/Downloads/ofdl/data':'/data':'rw' 'git.ofdl.tools/sim0n00ps/of-dl:latest'
You need to use one of the NonInteractiveMode settings if you want to run without a terminal. By default, ofdl is a console application, but there are some automated scraping options you can use if you're not looking to run it directly. https://docs.ofdl.tools/config/all-configuration-options/#noninteractivemode