-
I cannot seem to be able to use GraphQL subscriptions with my AWS server, by using Cognito authentication.
Queries and mutations work fine as far as I can tell, but I couldn't find how to connect t…
-
### What happened?
I am implementing custom node server with `simple-node-server` template.
Where I have requirement to store room snapshot into database.
So I have modified
`readSnapshotIfExis…
-
(node:2432) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'send' of undefined
at C:\Users\Salvin\Desktop\discord-uberbot\src\MusicClient.js:152:58
at Map.forEach ()
…
-
### The problem
StreamLabs not showing any sensor or entity. The integration is installed, with the API key. The StremLabs device is installed and working with the StreamLabs application. No notic…
-
I was writing my own WebSocket server using stream_\* functions and pthreads.
Then I asked myself: There is the excellent Ratchet, why reinvent the wheel?!
So as Ratchet is not threaded by pthread…
-
I have encountered an issue with reconnects or changes of the network while running the bot.
When the network connection is dead for less than one minute, the cached connections from the websocket …
-
`Bun:` 1.0.1
OS: Ubuntu 22.04.3 LTS
When trying to run drizzle-kit push:sqlite, I got this error:
```
LibsqlError: HRANA_WEBSOCKET_ERROR: unable to verify the first certificate
at mapHra…
-
# Summary
seeing this error result in closed connections
```
[ERROR` : websocket @ 2022-10-16 15:22:46.660] Exception: #
-
python-binance/binance/websockets.py /
def start_user_socket(self, callback):
# Get the user listen key
user_listen_key = self._client.stream_get_listen_key()
# and s…
-
**Description:**
I'm encountering a `NotImplementedError: unsupported platform` which causes my Gunicorn worker process to fail. This seems to be originating from the httpx/trio libraries. Has anyon…