You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The list Inscriptions API times out while looking for recursive=true. Below is the error:
To Reproduce
Steps to reproduce the behavior:
Execute the below command: curl -L 'https://api.hiro.so/ordinals/v1/inscriptions?recursive=true&limit=40' \ -H 'Accept: application/json'
Expected behavior
Expected behaviour is to return a json list of inscriptions that has recursive set to true.
Screenshots
Below is the error it returns data: { statusCode: 500, code: '57014', error: 'Internal Server Error', message: 'canceling statement due to statement timeout' }
Desktop (please complete the following information):
NA
Smartphone (please complete the following information):
NA
Additional context
It does work, but not always. I'd say 10% success rate.
The text was updated successfully, but these errors were encountered:
Describe the bug
The list Inscriptions API times out while looking for recursive=true. Below is the error:
To Reproduce
Steps to reproduce the behavior:
Execute the below command:
curl -L 'https://api.hiro.so/ordinals/v1/inscriptions?recursive=true&limit=40' \ -H 'Accept: application/json'
Expected behavior
Expected behaviour is to return a json list of inscriptions that has recursive set to true.
Screenshots
Below is the error it returns
data: { statusCode: 500, code: '57014', error: 'Internal Server Error', message: 'canceling statement due to statement timeout' }
Desktop (please complete the following information):
NA
Smartphone (please complete the following information):
NA
Additional context
It does work, but not always. I'd say 10% success rate.
The text was updated successfully, but these errors were encountered: