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
Hello, all right, the sdk-go lib is showing errors related to the call after transfers, the same are happening in high peaks of calls, is there any reason to explain this situation?
Analize da stack de error:
Send transfer it uses the starkbank lib.
Path → starkbank/transfer/transfer.go on line 82 he is the method utils.Multi(…) of the lib.
Path: starkbank/utils/relay.go on line 49 makes call to method rest.PostMulti(…) of lib: "github.com/starkinfra/core-go/starkcore/utils/rest"
Path: starkinfra/core-go/starkcore/utils/rest/rest.go on line 180 execute call to api:
Path: starkinfra/core-go/blob/master/starkcore/utils/request/request.go on line 58 received result from api:
on line 57 not verify error in readAll Body, without this validation, an error may occur when reading the payload and we would not know since it is not being validated.
panic: runtime error: invalid memory address or nil pointer dereference:
indicates that you tried to access a variable or property that was not present.
Note: Response{Status: rawResponse.StatusCode, Content: responseContent} could be the cause of the failure.
----OBS-----
Several errors are also happening in the transfer listing:
Stack error:
I would like to know how it can be resolved since the lib calls the stackbank api, would there be a way to return these behaviors to those who use, or integrate...
The text was updated successfully, but these errors were encountered:
These errors are happening when there is a high volume of requests for the starkbank api using the lib, would there be any limit of requests or requests?
Hello, all right, the sdk-go lib is showing errors related to the call after transfers, the same are happening in high peaks of calls, is there any reason to explain this situation?
Analize da stack de error:
Send transfer it uses the starkbank lib.
Path → starkbank/transfer/transfer.go on line 82 he is the method utils.Multi(…) of the lib.
Path: starkbank/utils/relay.go on line 49 makes call to method rest.PostMulti(…) of lib:
"github.com/starkinfra/core-go/starkcore/utils/rest"
Path: starkinfra/core-go/starkcore/utils/rest/rest.go on line 180 execute call to api:
Path: starkinfra/core-go/blob/master/starkcore/utils/request/request.go on line 58 received result from api:
on line 57 not verify error in readAll Body, without this validation, an error may occur when reading the payload and we would not know since it is not being validated.
panic: runtime error: invalid memory address or nil pointer dereference:
indicates that you tried to access a variable or property that was not present.
Note: Response{Status: rawResponse.StatusCode, Content: responseContent} could be the cause of the failure.
----OBS-----
Several errors are also happening in the transfer listing:
Stack error:
I would like to know how it can be resolved since the lib calls the stackbank api, would there be a way to return these behaviors to those who use, or integrate...
The text was updated successfully, but these errors were encountered: