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 have the same error :
upload_node = r.json()["Result"]["InnerUploadAddress"]["UploadNodes"][0]
~~~~~~~~^^^^^^^^^^
KeyError: 'Result'
I am trying my best to pass it but I cannot... I have the right session_ID from the cookie etc... as far as I can see... printing the r json:
{'ResponseMetadata': {'RequestId': '20240811210833FA74C5E04793BA2F97BB', 'Action': 'ApplyUploadInner', 'Version': '2020-11-19', 'Service': 'vod', 'Region': 'us-east-1', 'Error': {'CodeN': 100026, 'Code': 'InvalidSecretToken', 'Message': 'Invalid secret token, msg: %s.'}}}
Traceback (most recent call last):
Hi, I'm getting this error, could someone help me please?
Traceback (most recent call last): File "/Users/nathan/Documents/RSL/index.py", line 253, in <module> uploadVideo(session_id, file, title, tags, users, url_prefix, proxy=proxy) File "/Users/nathan/Documents/RSL/uploader.py", line 56, in uploadVideo video_id = uploadToTikTok(video, session) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/nathan/Documents/RSL/util.py", line 146, in uploadToTikTok upload_node = r.json()["Result"]["InnerUploadAddress"]["UploadNodes"][0] ~~~~~~~~^^^^^^^^^^ KeyError: 'Result'
The text was updated successfully, but these errors were encountered: