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

error with websocket #1

Closed
ankanani opened this issue Dec 23, 2019 · 10 comments
Closed

error with websocket #1

ankanani opened this issue Dec 23, 2019 · 10 comments

Comments

@ankanani
Copy link

Hi I am getting this error on execution:

ubuntu:~/Documents/GitHub/santas_little_helper$ python3 santas_little_helper.py
Traceback (most recent call last):
  File "santas_little_helper.py", line 33, in <module>
    ws = websocket.WebSocket(sslopt={"cert_reqs": ssl.CERT_NONE})
TypeError: __init__() got an unexpected keyword argument 'sslopt'

Any idea how to fix this?
Thanks
AK

@pollev
Copy link
Owner

pollev commented Dec 23, 2019

Hello!

It seems like you are missing the correct websocket dependency.
Please run

python3 -m pip install websocket_client

I will add this to the readme as well.

@pollev pollev closed this as completed Dec 23, 2019
@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

@pollev
Copy link
Owner

pollev commented Dec 23, 2019

They seem down indeed. However it seems that the other endpoints are still up and running. For example the splunk interface is still up at https://splunk.elfu.org. Or all of the terminal challenges are also still working. For example: https://docker2019.kringlecon.com/?challenge=iptables

If you are interested in doing some challenges, I have the direct URLs for most of them in my writeup at https://pollev.github.io/Kringlecon-2-Turtle-Doves/

My apologies that the writeup is not complete yet. It is quite a big wall of text to work on.

@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

@pollev
Copy link
Owner

pollev commented Dec 23, 2019

Hi,
We finished all except 12. Going to try it today!

@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

@pollev
Copy link
Owner

pollev commented Dec 23, 2019

Well, we will see if the servers come back online today. I still need the credentials to login to the sled machine thing. But I suppose the elf standing next to it is going to give me those...

@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

@ankanani
Copy link
Author

ankanani commented Dec 23, 2019 via email

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

No branches or pull requests

2 participants