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
User indicates scenarios where the extension executes another task/query to the selected device while a long running operation is under way (ie. big as3 declaration post). This can cause the ILX extension to respond with an HTTP/401, but it's not an auth error, but a server error that it's busy and couldn't process the auth.
Need to add more logic in the auth token call to look for more specific errors to auth before clearing password.
message:"java.net.ProtocolException: status:503, body:{"code":503,"message":"There is an active asynchronous task executing.","errorStack":[],"apiError":32964609}"
HTTP FAILURE: 401 - java.net.ProtocolException: status:503, body:{"code":503,"message":"There is an active asynchronous task executing.","errorStack":[],"apiError":32964609}
The text was updated successfully, but these errors were encountered:
User indicates scenarios where the extension executes another task/query to the selected device while a long running operation is under way (ie. big as3 declaration post). This can cause the ILX extension to respond with an HTTP/401, but it's not an auth error, but a server error that it's busy and couldn't process the auth.
Need to add more logic in the auth token call to look for more specific errors to auth before clearing password.
https://github.com/DumpySquare/vscode-f5-fast/blob/fd490f356e5d092fd101f7b1212fdfbf4f4b7b34/src/utils/f5Api.ts#L548
HTTP-REQUEST: 192.168.200.131 - GET - /mgmt/shared/appsvcs/task/
HTTP-RESPONSE: 401
HTTP FAILURE: 401 - java.net.ProtocolException: status:503, body:{"code":503,"message":"There is an active asynchronous task executing.","errorStack":[],"apiError":32964609}
The text was updated successfully, but these errors were encountered: