iojw / socialscan

Python library for accurately querying username and email usage on online platforms
Mozilla Public License 2.0
1.41k stars 187 forks source link

only http proxies are supported #33

Closed axelabbas closed 3 years ago

axelabbas commented 3 years ago

Hey again, I'm sorry for making another issue when I've already made one previously, but I can't reopen it so here I am, I've tried to use socialscan as a library and it worked for a while, but I had to reinstall everything after a system format, anyways. I'm trying to use proxies but it always errors out with "only http proxies are supported", I did try adding http:// before each line, even tried different proxies and different formats and made sure my proxies are http, but still. it always returns that error

iojw commented 3 years ago

Can you post an example of the format of the proxies you are using? socialscan uses aiohttp to make its requests, and from what I've seen as long as the URL scheme is http, your error shouldn't be raised. Are you using HTTPS proxies by any chance?

iojw commented 3 years ago

Closing for now since there's no update. Feel free to comment if you still face the issue.