-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI works fine, API always errors out #10
Comments
Try specifying the location of your geckodriver binary, e.g. |
I specified it, still getting this, I tried symlinking it to .venv/bin, but it didn't do anything either
|
Can you post your Dockerfile? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running it on an archlinux docker container with firefox and geckodriver installed, when using the api, it always returns at
youtube-up/youtube_up/uploader.py
Line 272 in 72d85dc
the cli works fine though and I'm currently using it successfully on my app, I just wish the api would work so I could handle errors better and such.
The text was updated successfully, but these errors were encountered: