TikTokUploder icon indicating copy to clipboard operation
TikTokUploder copied to clipboard

Upload successfull - Publish failed - ,"status_code":4,"status_msg":"Server is currently unavailable. Please try again later."}'

Open daytradertools opened this issue 1 year ago • 5 comments

Does not work for me:

============Start uploading video=========== C:\Python\Python311\Lib\site-packages\urllib3\connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host 'tos-d-useast2a16-up.tiktokcdn.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( ============Video uploaded successfully=========== ============Publish failed=========== [-] An error occured while reaching https://www.tiktok.com/tiktok/web/project/post/v1/ r = <Response [200]> r.content = b'{"log_pb":{"impr_id":"2024120610434810AA8BC6CB5DF00128EE"},"status_code":4,"status_msg":"Server is currently unavailable. Please try again later."}'

daytradertools avatar Dec 06 '24 10:12 daytradertools

============Video uploaded successfully=========== ============Publish failed=========== [-] An error occured while reaching https://us.tiktok.com/tiktok/web/project/post/v1/ r = <Response [200]> r.content = b'{"log_pb":{"impr_id":"longIDHERE00001"},"status_code":403,"status_msg":""}' Video uploaded successfully!

alexferra avatar Jan 04 '25 07:01 alexferra

failing for me too

alexferra avatar Jan 04 '25 07:01 alexferra

Same issue

Error :

============Video uploaded successfully===========
============Publish failed===========
[-] An error occured while reaching https://www.tiktok.com/tiktok/web/project/post/v1/
r = <Response [200]>
r.content = b'{"log_pb":{"impr_id":"foobar"},"status_code":4,"status_msg":"Server is currently unavailable. Please try again later."}

Process finished with exit code 0

from uploader import uploadVideo

Code :

session_id = "foobar"
file = "videos/test.mp4"
title = "test"
tags = ["fyp"]

uploadVideo(session_id=session_id, video=file, title=title, tags=tags, url_prefix='www')

faycal-rakza avatar Jan 21 '25 23:01 faycal-rakza

+1

cunhar avatar Jan 28 '25 14:01 cunhar

+1

nqtam6666 avatar Aug 14 '25 14:08 nqtam6666