Isaac Adewumi

Results 9 comments of Isaac Adewumi

I think that's not the issue. > exception: 'str' object has no attribute 'hex'. It's more of a bug where `event_identifier` appears as a `str` not `bytes`. Hey @novazembla! I'll...

Hey @novazembla. Apologies for my late response. To resolve this, could you please provide logs to trace the bug better? To protect your information, do join our Discord server using...

I was unable to reproduce the bug in any way. Nonetheless, I'm awaiting a final response from the user. If I receive no response by tomorrow morning, you can close...

The backend should provide the following endpoints as agreed on a call: ## 1.) `/assets` [POST] Returns a paginated list of assets + Parameters + **name(str)**: The name of assets...

> +1, I am having this issue as well, but I am using the `pytest-vcr`, I can't pass `allow_playback_repeats` through to `vcrpy`. Will watch this thread. Might not be helpful...

this won't work because breaking changes exist between various bootstrap versions.

Maybe take a look at https://docs.reservoir.tools/docs.

Hey @shivach2! I was able to ~fix~ workaround this by: 1. Exporting all my Postman data. [Link to docs](https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#exporting-data-dumps) 2. Unzip the exported data. 3. Import the specific `.json`

i'm also getting this error using hono & bun. ```sh $ bun ./dist/index.js Failed to find Response internal state key Server is running on port 8787 ``` However, running the...