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
Description: An error occurs when trying to fetch suggested remedies from the API. The request fails with a ClientException due to a SocketException, resulting in a "Connection reset by peer" error.
Error Details: Exception: An error occurred: ClientException with SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 104)
Stack Trace: #0 HttpClient.post.<anonymous closure> (package:karmm_customer/http/http_client.dart:230:9) <asynchronous suspension> #1 HttpClient._request (package:karmm_customer/http/http_client.dart:292:18) <asynchronous suspension> #2 HttpClient.post (package:karmm_customer/http/http_client.dart:171:12) <asynchronous suspension> #3 RemediesController.fetchSuggestedRemedies (package:karmm_customer/Features/remedie/controller/remedieController.dart:41:24) <asynchronous suspension>
Steps to Reproduce:
Observe the ClientException error with SocketException.
Yes, this issue occurs consistently on some attempt to fetch the own api. Based on the error message, it seems to be a "Connection reset by peer" error, which might suggest an issue with how the remote server is handling or recognizing the connection.
Description: An error occurs when trying to fetch suggested remedies from the API. The request fails with a ClientException due to a SocketException, resulting in a "Connection reset by peer" error.
Error Details:
Exception: An error occurred: ClientException with SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 104)
Stack Trace:
#0 HttpClient.post.<anonymous closure> (package:karmm_customer/http/http_client.dart:230:9) <asynchronous suspension> #1 HttpClient._request (package:karmm_customer/http/http_client.dart:292:18) <asynchronous suspension> #2 HttpClient.post (package:karmm_customer/http/http_client.dart:171:12) <asynchronous suspension> #3 RemediesController.fetchSuggestedRemedies (package:karmm_customer/Features/remedie/controller/remedieController.dart:41:24) <asynchronous suspension>
Steps to Reproduce:
Additional Information:
HTTP Method: POST
Dart/Flutter Version:
3.16.3 Flutter SDK
3.2.3 (Flutter)Dart SDK
http : ^1.0.0
The text was updated successfully, but these errors were encountered: