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
Charger simulator starting (node:73090) [DEP0040] DeprecationWarning: Thepunycodemodule is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)
not sure if it's my server, or if maybe it is from the deprecation warning
The text was updated successfully, but these errors were encountered:
I am running a python websocket server with ocpp, its running on port 9000
i followed the installation docs for this project but when i run the project with yarn start ws:://0.0.0.0:9000/, i get this :
[info] Starting charger simulator { csURL: 'ws:://0.0.0.0:9000/', connectorId: 1, chargerId: 'test', idTag: '12345678' }
Charger simulator starting (node:73090) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)
not sure if it's my server, or if maybe it is from the deprecation warning
The text was updated successfully, but these errors were encountered: