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
In a previous issue: #1 (comment), this was fixed for HTTP authentication, however it still occurs on SOCKS
File "C:\Python310\lib\site-packages\pyChainedProxy_init_.py", line 579, in __negotiatesocks5
self.sendall(chr(0x01).encode() +
TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered:
Looks like this repo was forked from PySocksipyChain. They look more responsive but PySocksipyChain had the same issue. I submitted this PR to fix it with the fix described above.
In a previous issue: #1 (comment), this was fixed for HTTP authentication, however it still occurs on SOCKS
File "C:\Python310\lib\site-packages\pyChainedProxy_init_.py", line 579, in __negotiatesocks5
self.sendall(chr(0x01).encode() +
TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered: