EddieHubCommunity / EddieHubLive

Map to show EddieHub contributors
https://live.eddiehub.io
MIT License
47 stars 39 forks source link

Websockets bug #51

Closed amandamartin-dev closed 1 year ago

amandamartin-dev commented 1 year ago

Description

In checking live.eddiehub.io (production, not locally) I noticed no data in the panel.

In inspection of the network although the websocket connection is 101 as expected, it appears that no data is being transferred.

May be a configuration issue with websockets. See screenshots from the network tab.

Tested in chrome and firefox (latest) on a mac 12.5.1

Screenshots

packets

eddiehublive_bug

Additional information

No response

amandamartin-dev commented 1 year ago

Tested again after adding this issue out of curiosity and now I do see a "github event" in the websocket traffic, but something is still amiss and no data is displayed.

second test

eddiejaoude commented 1 year ago

Oh yes, I forgot about this, you need to opt in to have your event data for the EddieHub Org displayed

I think we need to add that to the README

Issue to opt into the webhook event being displayed https://github.com/EddieHubCommunity/support/issues/new?assignees=&labels=EddieHub-API-add&template=add-api-user.yml&title=Please+add+me+to+the+EddieHub+API

amandamartin-dev commented 1 year ago

@eddiejaoude Ah! That makes sense. I will close this ticket as not a bug