Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with SocksiPy and Tor in Python3 #1

Open
cameron-polarr opened this issue Aug 23, 2019 · 1 comment
Open

Issue with SocksiPy and Tor in Python3 #1

cameron-polarr opened this issue Aug 23, 2019 · 1 comment

Comments

@cameron-polarr
Copy link

Hi, when I try to attempt step 3 in the README I run into the following error:

RuntimeError: maximum recursion depth exceeded while calling a Python object

It appears this is an issue with using SocksiPy with Tor in Python3. However, downloading socks.py to the working directory per this suggestion on SO https://stackoverflow.com/questions/21357909/socksipy-fails-when-connecting-throug-tor
doesn't help, it appears that the socks.py script is not compatible with Python3.

What environment did you use to run this downloader for yourself? Thanks.

@SonerAbay
Copy link

SonerAbay commented Mar 13, 2020

Hi, when I try to attempt step 3 in the README I run into the following error:

RuntimeError: maximum recursion depth exceeded while calling a Python object

It appears this is an issue with using SocksiPy with Tor in Python3. However, downloading socks.py to the working directory per this suggestion on SO https://stackoverflow.com/questions/21357909/socksipy-fails-when-connecting-throug-tor
doesn't help, it appears that the socks.py script is not compatible with Python3.

What environment did you use to run this downloader for yourself? Thanks.

First
pip3 uninstall SocksiPy_branch

Then
pip3 install PySocks

solves the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants