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

[QUESTION] Socks proxy parameter breaks the program #257

Open
turbcool opened this issue Aug 17, 2024 · 1 comment
Open

[QUESTION] Socks proxy parameter breaks the program #257

turbcool opened this issue Aug 17, 2024 · 1 comment
Labels
question Further information is requested

Comments

@turbcool
Copy link

What is your question?

No messages are downloaded if I specify a socks proxy socks5://.... I managed to resolve it by installing pysocks lib, but it was not clear at first and i had to dive a bit into source code to find the error.

I suggest adding a hint into documentation to install pysocks if SOCKS proxy is needed. Thank you for great lib!

@turbcool turbcool added the question Further information is requested label Aug 17, 2024
@nevmerzhitsky
Copy link

Did you used debug mode for logs?

from chat_downloader.debugging import set_log_level
set_log_level('debug')

or --logging=debug flag of CLI.

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

No branches or pull requests

2 participants