-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi and thanks for the interesting project.
I have this hardware setup:
- Minitel 1
- ESP32 running the Socketel project and connected to the local WiFi
- PyMoIP server on another machine
What is the minimum config I need, to run a local server and connect a Minitel to it?
I run a python3 -m Server command on my Ubuntu machine, I also specified a ws://10.14.24.110:8765 server in the Socketel config, I see the connection, but I got this error:
AttributeError: module 'Server.arbo_teletel.arbo_defaultvar' has no attribute 'RetourLink'
2022-10-15 13:36:38,995 [ERROR] connection handler failed
As a second attempt, I tried running python3 -m Gateway --tcp 9000 --ws 9001 --logpath . on the same machine, and specified the ws://10.14.24.110:9001 port in Socketel, I see only ValueError(f"invalid subprotocol: {subprotocol}") in the log.
What am I doing wrong?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels