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

Fixed encoding error with /user command #145

Closed
wants to merge 6 commits into from
Closed

Fixed encoding error with /user command #145

wants to merge 6 commits into from

Conversation

scmanjarrez
Copy link

@scmanjarrez scmanjarrez commented Aug 1, 2018

The error occurred when a user has unicode characters in its name. Fixes #144
P.S: I also took the opportunity to fix a typo in the /user command. Fixes #71

Bart1909 and others added 4 commits April 14, 2018 13:31
Now, you can use HTTP or SOCKS5 proxies with this bot. 
In config.yaml under telegram add the two following lines:
http_proxy: http://user:pass@proxy.com:3128
https_proxy: http://user:pass@proxy.com:3128

If you are using SOCKS5 proxy, the lines looks like this:
http_proxy: socks5://user:pass@proxy.com:3128
https_proxy: socks5://user:pass@proxy.com:3128

Maybe you have to run the following line to install socks-compability:
pip install requests[socks]
The error occurred when a user has unicode characters in its name.
@rlogiacco
Copy link
Collaborator

This pull request now contains multiple changes. I understand it took a while, so instead of asking you to revert to the proper state I searched through all the changes and found the one required.

We should get all the suggested changes in the next release: thanks for the contribution.

@rlogiacco rlogiacco closed this Jul 18, 2019
rlogiacco added a commit that referenced this pull request Jul 18, 2019
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

Successfully merging this pull request may close these issues.

Encoding error after /user Typo in /user command for Type
3 participants