-
The script seems no longer to work since I updated to the latest SW for the WiNet-S module on my SH10RT. Anyone else having problems? @damolp ?
```
async with websockets.client.connect(
…
-
Hi Buddy, need some assistance reg. digitex client api.
I am trying to place new order but it says "authentication in progress" . I am not a good programmer . Glad if you can help..
Using below …
-
**Describe the bug**
I have encountered an issue with my Android WebSocket server where it fails to correctly handle hexadecimal data sent from clients.
```
//java
//function
public byte[] hexS…
dlaoy updated
4 months ago
-
### Operating System
debian
### Programming Languages
JavaScript
### CCXT Version
4.3.68
### Description
Hi, help me fix the error.
```
while (true) {
const orders = await exchange.watc…
-
### Describe the bug
Losing connection after 2-3 hours running the integration.
Also refresh of the integration doesn't fix the issue and a full reboot is necessary to get the entities running again…
-
**Description:**
In our setup, RPC calls to MPC nodes should only be allowed from `localhost` or the relay node, which runs on `localhost:8081`. However, we are experiencing issues where connections …
-
-
**Describe the Bug**
Error after subscription client.
**To Reproduce**
```
/// server
import { ApolloServer } from 'apollo-server-express';
import express from 'express';
import { useServer }…
-
Code to reproduce the issue:
import { Application, Context } from 'https://deno.land/x/oak@v6.4.1/mod.ts';
const app = new Application();
app.use(async (ctx) => {
console…
-
I have a HTML frontend which sends the audio chunks to the FastAPI based backend over websocket in byte form but after decoding and transcribing the result is always empty string. Can somebody help me…