aisstream / issues

8 stars 3 forks source link

WS Connection Issue #95

Closed SamGrant-Auterion closed 3 months ago

SamGrant-Auterion commented 3 months ago

My websocket (via QT/QML) connects fine, and I can set the subscription request without issues...

However, my dashboard shows that data is being sent back, but I never receive it. Not even an error message when I intentionally send bad data.

Any ideas?

SamGrant-Auterion commented 3 months ago

Same issue using wesocat on Ubuntu 20.04.

If I send some random data "sflajsriaerasej"... I get the correct error message:

Subscription Object Is Malformed

If I send a good Subscription Object, it connects fine... I just don't get anything back, even though the Dashboard shows data is being sent with my APIKey.