dzt / easy-proxy

Make mass proxies easily. (DigitalOcean)
MIT License
184 stars 65 forks source link

new error #14

Open jeremycwu opened 6 years ago

jeremycwu commented 6 years ago

{ id: 'unprocessable_entity', message: 'You specified an invalid image for Droplet creation.' } (node:429) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot convert undefined or null to object

margolisj commented 6 years ago

Change the image to match this:

    image: 'centos-7-x64',
kr3st commented 6 years ago

That works for me. But I have no idea what my un/pw is. Doesn't print it out or give me a .txt file.

margolisj commented 6 years ago

It prints it out with console.table which is some imported library/function. It might crash and/or not setup the servers right. This script it pretty fragile. I had to make some changes personally.

On Thu, Nov 9, 2017 at 6:04 PM, kr3st notifications@github.com wrote:

That works for me. But I have no idea what my un/pw is. Doesn't print it out or give me a .txt file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dzt/easy-proxy/issues/14#issuecomment-343343076, or mute the thread https://github.com/notifications/unsubscribe-auth/ABg74nhIUNAib54ksWJkqagEqUir9Znbks5s06E4gaJpZM4QHqBt .

-- Bachelor of Arts in Biophysics Bachelor of Applied Science in Computer Science University of Pennsylvania 610-212-1488 | jmarg@sas.upenn.edu

rycao18 commented 6 years ago

@margolisj Does this script still work ? Also, could it (theoretically) generate thousands of proxies for free?

margolisj commented 6 years ago

Eh there’s some stuff that needs to be fixed before it will work. Also simple ssh doesn’t seem to hold the connection open all of the time so I wrote a second script to re-execute that part.

On Nov 21, 2017, at 2:48 AM, rycao18 notifications@github.com wrote:

@margolisj Does this script still work ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

rycao18 commented 6 years ago

@margolisj
But in theory, this could generate an infinite number of proxies? Also, Is there support for proxies from different continents/countries or only USA?

phpadmin1 commented 6 years ago

Change the image to image: 'centos-7-0-x64' to 'centos-7-x64', it Works to invalid image for Droplet creation but it didn't show up proxies ip usern and pwd. how to fix this?? by the way os windows using cmder