Cafe137

Results 89 comments of Cafe137

I reproduced the issue. `bee-js` has a `data.browser.js` with a `prepareData` function that wraps `Uint8Array` in `Blob`. I suspect that is where the issue is, due to RN's implementation. When...

@agazso suggested an approach leveraging the possibility that in `bee-js` the underlying `fetch`-like function can be user-specified via the Bee constructor: ``` const bee = new Bee('http://192.168.0.225:1633', { fetch: ReactNativeBlobUtil.fetch...

Another idea - pass Readable. Requires polyfill for `stream` and `events` packages but should be possible as well. This does not work yet in Expo Go but can be used...

Same issue here. ``` "time"="2022-09-30 11:52:41.061787" "level"="debug" "logger"="node/api" "msg"="unpin root hash: delete pin failed" "chunk_address"="703d3400e5cc9a6ba3f620a729315fe768dbe4347b4ace29aa8a986ccbe87878" "error"="3 errors occurred:\n\t* traversal iteration failed\n\t* get pin index: get value: leveldb: not found\n\t* unable...

Related: https://github.com/ethersphere/bee/pull/3321

Related issue in Bee: https://github.com/ethersphere/bee/pull/3248 Seems they have fixed it, we should recheck

Can confirm this is still an issue. `/readiness` reports OK status, but chequebook does not show up to date values. Still have to wait a few seconds after Bee startup...

I missed an important piece - I could successfully and reliably build the project with `eas build` many times before. And seemingly nothing has changed since the last try (3...

Yes I have `projectId` **2.** seems to work: ``` ✔ Uploaded to EAS 8s ⠸ Build in progress... ```