15
Views
2
Comments
Solved
I have a problem. Is anyone encountered error 444?

Hello guys I have a problem here, I have encountered this error response from an API. 

(Error code 444) , Is anyone knows on how to fix it? Thanks.

{

"message" : "Token Invalid: Please Request a new Token",

"exception" : "E1LoginException", 

}

2023-05-30 10-05-13
Lourenço Matalonga
Solution

Hi Reymart,

This normally happens when you are passing an invalid token to your API request. You need to make sure your token is valid when you call your API request. You can generate a new token before you call the API and then use that one. This should fix your problem.


Hope this helps. Let me know if you have any other questions. 

Best regards,

Lourenco Matalonga

2023-05-30 10-05-13
Lourenço Matalonga

Hi Reymart,

were you able to solve your problem?

Best regards,

Lourenco Matalonga

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.