Can some help why do i get error when the media id is exactly the same from the init and processing info is also succeded

{'media_id': '1560168098904576001, 'media_id_string': '1560168098904576001', 'expires_after_secs': 86399, 'media_key': '7_1560168098904576001'}

{'errors': [{'code': 324, 'message': 'Invalid media id 1560168098904576001'}]}

What exact calls are you making and in what order? Is the media definitely finished processing? As in, when you call STATUS after FINALIZE it returns "state":"succeeded"

Yes the state is already succeded but i still have the same error(˘̩̩̩ε˘̩ƪ) i honestly don’t know what i’m doing wrong since i’ve only been learning python for two weeks i just follow this code

1 Like

Nvm this i’ve figured it out right now i’m having trouble to with media id if it have more than one do you happen to know how?(˘̩̩̩ε˘̩ƪ) someone said i need to put i need to put content-type: multipart/form-data in the request header during init process but if do that i get a bad request error (;´༎ຶД༎ຶ`)

1 Like