scrapoxy
scrapoxy copied to clipboard
Error: Cannot update or adjust instances
Hi, i have the fallowing issue when i start scrapoxy:
2018-03-22T15:43:59.966Z - debug: [Manager] checkInstances 2018-03-22T15:44:00.185Z - debug: [Manager] adjustInstances: required:1 / actual:0 2018-03-22T15:44:00.185Z - debug: [Manager] adjustInstances: add 1 instances 2018-03-22T15:44:00.185Z - debug: [ProviderDigitalOcean] createInstances: count=1 2018-03-22T15:44:00.563Z - error: [Manager] Error: Cannot update or adjust instances: askedInstances=1, security=false
And this is a fragment of my conf.json file:
"instance": { "port": 3128, "scaling": { "min": 1, "max": 2 } },
I have followed this tutorial -> http://scrapoxy.readthedocs.io/en/master/standard/providers/digitalocean/index.html
I have installed my scraper and scrapoxy on a unique droplet on Digitalocean.
Thanks in advance :)
Hello @osiast ,
Do you have other VM running on DO ?
Thanks, Fabien.