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 encountered a problem when uploading a photo via the API. I'm getting the Token correctly. But when filling in the data... It presents the following error:
{
"detail": "must be real number, not NoneType",
"exc_type": "TypeError"
}
The text was updated successfully, but these errors were encountered:
you can use github curl example to run the endpoint it will work
curl -X 'POST'
'http://localhost:8000/photo/upload_to_story'
-H 'accept: application/json'
-H 'Content-Type: multipart/form-data'
-F 'sessionid='
-F '[email protected];type=image/jpeg'
Stiveknx
added a commit
to Jmallone/instagrapi-rest-1
that referenced
this issue
Mar 16, 2022
Hi, how are you?
I encountered a problem when uploading a photo via the API. I'm getting the Token correctly. But when filling in the data... It presents the following error:
The text was updated successfully, but these errors were encountered: