Attila Gazso
Attila Gazso
When trying to upload a file from the PR preview version I get the following error. It seems that Bee does not add the `swarm-collection` header to the exceptions with...
Currently the postage syncing can take 1 to 10 minutes, depending if your node manages download the postage snapshot from swarm or if it needs to fetch the individual stamp...
`Node is not connected` shown on the info page, even if there is just a warning on the status page. Example:
I tried the desktop 0.15.0-pre.14 version on Windows and I always get the same error. @filoozom also reported the same error, also on Windows ``` Failed to fund: Error: cannot...
It would be better to show less information than dumping the complete json object in the error notification. Error cause and error code would be sufficient. The json could be...
For example when editing the Bee API address in the Settings.
I am trying to import `Utils` so that I can use the hex conversion functions. I get the following error with Node 16: ``` /Users/attila/Projects/swarm-pubsub/node_modules/ts-node/src/index.ts:293 return new TSError(diagnosticText, diagnosticCodes) ^...
The error is `bee.createPostageBatch is not a function` Because the `createPostageBatch` is on the Debug API, not on the Bee API.
When using the `SOCReader` or `SOCWriter` interfaces they expect a parameter called `identifier` with type `Identifier` (which is just a type alias for `Bytes`). However on the public interface there...
Most developer who try out the library will want to test their code as soon as possible without having to bother with installing components and setting them up. The idea...