claffin / cloudproxy

Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.
https://cloudproxy.io/
MIT License
1.4k stars 79 forks source link

Unable to authenticate DigitalOcean #66

Closed georgeroscoe closed 2 years ago

georgeroscoe commented 2 years ago

Expected Behavior

Running the command:

"docker run -e USERNAME='xxx' -e PASSWORD='xx' -e DIGITALOCEAN_ENABLED=True -e DIGITALOCEAN_ACCESS_TOKEN='xxx' -it -p 8000:8000 laffin/cloudproxy:0.6.4-beta"

With username and password being alphanumeric. I've validated the token using the command:

"doctl auth init -t "xxx"

I receive the following error:

File "/usr/local/lib/python3.8/site-packages/digitalocean/baseapi.py", line 233, in get_data raise DataReadError(msg) │ └ 'Unable to authenticate you' └ <class 'digitalocean.DataReadError'>

Has anyone else had issues with DigitalOcean? When I ran this a few months ago it worked completely fine.