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
DioException [bad response]: This exception was thrown because the response has a status code of 500 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 500 has the following meaning: "Server error - the server failed to fulfil an apparently valid request"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
#0 new JSError (package:flutter_js/quickjs/object.dart:92) #1 _dartToJs (package:flutter_js/quickjs/wrapper.dart:60) #2 _JSFunction._invoke. (package:flutter_js/quickjs/object.dart:174) #3 MappedListIterable.elementAt (dart:_internal/iterable.dart:425) #4 ListIterator.moveNext (dart:_internal/iterable.dart:354) #5 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189) #6 new _GrowableList.of (dart:core-patch/growable_array.dart:150) #7 new List.of (dart:core-patch/array_patch.dart:39) #8 ListIterable.toList (dart:_internal/iterable.dart:224) #9 _JSFunction._invoke (package:flutter_js/quickjs/object.dart:176) #10 _JSFunction.invoke (package:flutter_js/quickjs/object.dart:155) #11 _dartToJs. (package:flutter_js/quickjs/wrapper.dart:86) #12 _rootRunUnary (dart:async/zone.dart:1407) #13 _CustomZone.runUnary (dart:async/zone.dart:1308) #14 _FutureListener.handleError (dart:async/future_impl.dart:180) #15 Future._propagateToListeners.handleError (dart:async/future_impl.dart:858) #16 Future._propagateToListeners (dart:async/future_impl.dart:879) #17 Future._completeError (dart:async/future_impl.dart:655)
is the error that was shown in the miru extension debug
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
The text was updated successfully, but these errors were encountered:
Extension information
WTR-LAB
Steps to reproduce
Miru version
1.8.1
Other details
DioException [bad response]: This exception was thrown because the response has a status code of 500 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 500 has the following meaning: "Server error - the server failed to fulfil an apparently valid request"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
#0 new JSError (package:flutter_js/quickjs/object.dart:92)
#1 _dartToJs (package:flutter_js/quickjs/wrapper.dart:60)
#2 _JSFunction._invoke. (package:flutter_js/quickjs/object.dart:174)
#3 MappedListIterable.elementAt (dart:_internal/iterable.dart:425)
#4 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#5 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#6 new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#7 new List.of (dart:core-patch/array_patch.dart:39)
#8 ListIterable.toList (dart:_internal/iterable.dart:224)
#9 _JSFunction._invoke (package:flutter_js/quickjs/object.dart:176)
#10 _JSFunction.invoke (package:flutter_js/quickjs/object.dart:155)
#11 _dartToJs. (package:flutter_js/quickjs/wrapper.dart:86)
#12 _rootRunUnary (dart:async/zone.dart:1407)
#13 _CustomZone.runUnary (dart:async/zone.dart:1308)
#14 _FutureListener.handleError (dart:async/future_impl.dart:180)
#15 Future._propagateToListeners.handleError (dart:async/future_impl.dart:858)
#16 Future._propagateToListeners (dart:async/future_impl.dart:879)
#17 Future._completeError (dart:async/future_impl.dart:655)
is the error that was shown in the miru extension debug
Acknowledgements
The text was updated successfully, but these errors were encountered: