You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I've got this error when I'd like to get a proxy list:
$ proxy-lists getProxies --sources-white-list="hidemyass" --stdout
TypeError: Cannot read property 'indexOf' of null
How can I get a proxy list?
The text was updated successfully, but these errors were encountered:
Looks like this is a bug. I am able to reproduce the error. I'll have a look when I get some free time.
Edit:
All proxy sources are affected. Looks like recent changes broke the CLI. As a temporary solution, you could try installing an older version of the module.
I've installed proxy-lists:
$ npm install -g proxy-lists
After I've got this error when I'd like to get a proxy list:
$ proxy-lists getProxies --sources-white-list="hidemyass" --stdout
TypeError: Cannot read property 'indexOf' of null
How can I get a proxy list?
The text was updated successfully, but these errors were encountered: