-
Notifications
You must be signed in to change notification settings - Fork 49
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
Getting transaction details #116
Comments
It was moved to btc.com and now has TONS OF PROBLEMS. |
Which version of the SDK are you using? Can you share a code snippet of where in your code you receive the 403? |
It seems it doesn't happen anymore. Probabily it was related to the migration to btc.com |
Looks like ratelimit on server side |
It seems so. Who should fix this? xD |
i'm waiting for fixes since update, so be patient :D |
Any fixes yet? It's almost going to be 2 months. |
Nothing yet, I always need to put usleep for now. |
it works for me if
|
it should work w/o usleep |
You have to use usleep for now. It seems it's not fixed yet :(. |
Ehy there,
I'm trying to get transaction details with method ->transaction() but I get UnknownEndpointSpecificError. In the method the client sends 2 different requests to the server, the first one with "?verbose=3" and the second one without it. The first one works but the second one obtains an error 403 with empty body.
If I put usleep(100 * 1000) between the 2 requests everything works. It's clearly due to the server endpoint.
What is happening with the server APIs?
The text was updated successfully, but these errors were encountered: