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 don't see a parameter anywhere to set the port of the request. My api url is http://10.0.2.2:8000 but I get the following error
I/flutter (16824): Error: DioException [connection error]: The connection errored: Connection refused This indicates an error which most likely cannot be solved by the library.
I/flutter (16824): Error: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 10.0.2.2, port = 36432
I've it it in the base url, appending :8000 to the end but it seems to just disregard that and use a random port.
The text was updated successfully, but these errors were encountered:
I don't see a parameter anywhere to set the port of the request. My api url is http://10.0.2.2:8000 but I get the following error
I've it it in the base url, appending
:8000
to the end but it seems to just disregard that and use a random port.The text was updated successfully, but these errors were encountered: