-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid CBOR structure overflows target type #660
Comments
+1 we need help with this! |
@pedromtcosta @crypto-titan we've just released v1.8.2 which contains a fix for this issue: https://github.com/txpipe/oura/releases/tag/v1.8.2 Thanks for reporting and apologies for the delay. |
after using oura 1.8.2 error still persists. please check. [2023-08-23T11:24:02Z ERROR oura::sources::n2c::run] N2C error: Invalid CBOR structure: 9223372036854775809 overflows target type at position 1065: when converting u64 to i64 /home/cardano/app/src/oura/index.ts:478
|
@NanuIjaz can you please share your config? |
this is what we have for preview [source] [sink] [source.mapper] |
@NanuIjaz you're right, please try again with v1.8.3: |
@scarmuega thank you. This fixed the issue. Appreciate your help. |
We recently started getting this error when running Oura on the preview network:
We can simulate this by running the following command:
and this is our config:
The weird thing is that if we change the source to the one below, then it works fine:
Our initial guess was that maybe our local copy of the blockchain on our local node got corrupted somehow, so we tried resyncing from scratch, but the error remains.
Could this be a bug on Oura only when dealing with N2C connections?
The text was updated successfully, but these errors were encountered: