barneygale / quarry

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

errors when using client_player_list.py #193

Closed Misjudgments closed 1 year ago

Misjudgments commented 1 year ago

so i've installed the package and the required packages, but i'm getting errors when i try to run it, i'm using this command to run the python script. python -m examples.client_player_list.py (server for example: hypixel.net) -p 25565 --auth email:password after that its stuck and not doing anything until i press ctrl + c and it gives me the following error:

File "C:\Users\Computer\Downloads\quarry-master\quarry-master\examples\client_player_list.py", line 118, in run profile = yield ProfileCLI.make_profile(args) twisted.web._newclient.ResponseNeverReceived: [<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')]>]

any help would be appreciated, thanks for all the readers and commenters.

Misjudgments commented 1 year ago

@barneygale

Misjudgments commented 1 year ago

upon further investigation, its seems this issue only works on windows, if you receive this error try to install kali linux in a virtual machine, set up bridged network and then this error won't show up anymore.