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
When trying to send a photo using sendPhotoAsync the encoding, the outcome is always an error: Expected status code 200, got 400: Bad Request: invalid file HTTP URL specified: Wrong port number specified in the URL
It's because the slashes are converted into backslashes: https://www.google.com -> https%3A%5C%2F%5C%2Fwww.google.com
The text was updated successfully, but these errors were encountered:
When trying to send a photo using
sendPhotoAsync
the encoding, the outcome is always an error:Expected status code 200, got 400: Bad Request: invalid file HTTP URL specified: Wrong port number specified in the URL
It's because the slashes are converted into backslashes:
https://www.google.com -> https%3A%5C%2F%5C%2Fwww.google.com
The text was updated successfully, but these errors were encountered: