Closed B1loliddin closed 3 months ago
@B1loliddin The Uri.https
function should prepend the /
automatically if it's missing. Likewise if the https://
protocol is missing in _baseUrlWeather
Were you getting a specific error returned from the request?
@B1loliddin The
Uri.https
function should prepend the/
automatically if it's missing. Likewise if thehttps://
protocol is missing in_baseUrlWeather
Were you getting a specific error returned from the request?
Oh,Thank you. I have just seen that the sign '/' was missing and thought that it should be fixed.
Description You have forgotten to add "/" in url path.
Steps To Reproduce
Expected Behavior When I firstly saw the error, I thought that it will not request anything from anything because of the missing "/".
Screenshots
Additional Context That's all.