barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
531 stars 74 forks source link

Error with hide chat proxy #179

Open nikoflora opened 2 years ago

nikoflora commented 2 years ago

getting this error with the hide chat proxy

py proxy_hide_chat.py
Auth failed: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('STORE routines', '', 'unregistered scheme'), ('STORE routines', '', 'unsupported'), ('STORE routines', '', 'unregistered scheme'), ('system library', '', ''), ('STORE routines', '', 'unregistered scheme'), ('STORE routines', '', 'unsupported'), ('STORE routines', '', 'unregistered scheme'), ('system library', '', ''), ('STORE routines', '', 'unregistered scheme'), ('STORE routines', '', 'unsupported'), ('STORE routines', '', 'unregistered scheme'), ('system library', '', ''), ('STORE routines', '', 'unregistered scheme'), ('STORE routines', '', 'unsupported'), ('SSL routines', '', 'certificate verify failed')]>]
davidawesome02 commented 2 years ago

wait, what online code u using, or is this still offline? if offline, then quarry is broken in 1.19.2 release, use old commit

nikoflora commented 2 years ago

about how old should the commit be?

davidawesome02 commented 2 years ago

just go back to last release, and download that

ajh123 commented 1 year ago

I had a very similar problem. Using a bash like shell, use the command export SSL_CERT_FILE="$(python -m certifi)" run this before python. I have put it at the bottom of my ~/.bashrc file. Don't know the one for Windows CMD, I use GitBash instead.

MajliTech commented 1 year ago

Please dont name issues like "pls help" because when looking from the Issues tab, you can't tell what's wrong.