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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
@@ -119,7 +120,8 @@ export class AcquisitionManager {
119
120
120
121
if(response.statusCode!==200){
121
122
leterrorMessage: any;
122
-
this.handleRequestFailure(response.statusCode)
123
+
this._statusCode=response.statusCode;
124
+
this.handleRequestFailure();
123
125
if(response.statusCode===0){
124
126
errorMessage=`Couldn't send request to ${requestUrl}, xhr.statusCode = 0 was returned. One of the possible reasons for that might be connection problems. Please, check your internet connection.`;
125
127
}else{
@@ -219,7 +221,8 @@ export class AcquisitionManager {
0 commit comments