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
I occasionally get an exception which appears to be caused by the JSON.parse logic in each get request. I don't know the exact situation on which it occurs, but the test for error or a statusCode of 200 isn't covering the problem I get. Sometimes the error states
Unexpected token <
Other times the error states
Unexpected end of input
For now I've just put a try catch around
In my scenario I'm polling Jenkins every minute and the error generally happens overnight.
I could capture some further information if you would like.
The text was updated successfully, but these errors were encountered:
I occasionally get an exception which appears to be caused by the JSON.parse logic in each get request. I don't know the exact situation on which it occurs, but the test for error or a statusCode of 200 isn't covering the problem I get. Sometimes the error states
Other times the error states
For now I've just put a try catch around
In my scenario I'm polling Jenkins every minute and the error generally happens overnight.
I could capture some further information if you would like.
The text was updated successfully, but these errors were encountered: