-
We are converting the XMessage object data to XML using these dependencies javax.xml.bind.JAXBContext, Marshaller, and Unmarshaller for conversions we are getting multiple exceptions while sending the…
-
Hi,
I'm really finding Sardine extremely useful for my local development. It's working working great. However, when I push the code to run on a server environment I hit the oddest error which I'm s…
-
Setting the json option to true makes the `msg` argument for the `publish` method non-optional.
`const nats = require("nats").connect({ "url": "...", "json": true });`
Invoking `nats.request("topic"…
-
### The problem
Core restarting loop -
supervisor logs: ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: [Errno 104] Connection reset by pee…
-
- [x] The unmarshaller classes are completely irrelevant to the protocol and can be removed.
- [x] Same for the parser classes, they are now obsolete
- [x] That means we can get rid of nostr-types a…
-
I'm not sure what triggers the difference between needing `sqs:SendMessageBatch` and `sqs:SendMessage`, but the latter is apparently needed sometimes. The README in this repo only mentions the former …
-
- **Version**:
"ipfs-http-client": "^44.0.3",
ipfs: 0.5.1
- **Platform**:
Docker (Linux b566b5fa7508 4.19.76-linuxkit #1 SMP Fri Apr 3 15:53:26 UTC 2020 x86_64 GNU/Linux)
#### Severity:
…
-
**Describe the bug**
On weaker systems like a Nano Pi or Raspberry Pi 2 it happens very often that the system crashes and reboots after running the command `pip3 install dbus-fast` at the step `Build…
-
Wir versuchen die TS als CLI einzusetzen (OCMF).
Unter Java 18 werden verschiedene Exceptions geworfen und die SW steigt aus. Auszug des Crashs:
22:53:20.878 INFO com.hastobe.transparenzsoftwar…
-
### Describe the feature
AmazonSQSClient.DeleteQueueAsync throws the following exception if you try to use it to delete a queue that was previously deleted. I am requesting that this scenario would …