We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, Does anybody get issue response status code 4? How can i fix it? I tried with both url_server "www" and "us".
` D:\TikTokUploder> py .\TikTokUploader\uploader.py -i ae17f0e155sdar2324dsd2dd23 -p ocean.mp4 -t "ocean" --tags ocean fyp ============Start uploading video=========== C:\Users\ninht\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py:1103: InsecureRequestWarning: Unverified HTTPS request is being made to host 'tos16-up-quic-useast8.tiktokcdn-us.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( ============Video uploaded successfully=========== ============Publish failed=========== [-] An error occured while reaching https://us.tiktok.com/api/v1/web/project/post/ r = <Response [200]> r.content = b'{"info":{},"log_pb":{"impr_id":"20240513165505FE933F96156A1B006B4E"},"status_code":4,"status_msg":""}'
`
The text was updated successfully, but these errors were encountered:
i got it works by connecting vpn of correct region.
Sorry, something went wrong.
No branches or pull requests
Hi all,
Does anybody get issue response status code 4? How can i fix it?
I tried with both url_server "www" and "us".
` D:\TikTokUploder> py .\TikTokUploader\uploader.py -i ae17f0e155sdar2324dsd2dd23 -p ocean.mp4 -t "ocean" --tags ocean fyp
============Start uploading video===========
C:\Users\ninht\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py:1103: InsecureRequestWarning: Unverified HTTPS request is being made to host 'tos16-up-quic-useast8.tiktokcdn-us.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
warnings.warn(
============Video uploaded successfully===========
============Publish failed===========
[-] An error occured while reaching https://us.tiktok.com/api/v1/web/project/post/
r = <Response [200]>
r.content = b'{"info":{},"log_pb":{"impr_id":"20240513165505FE933F96156A1B006B4E"},"status_code":4,"status_msg":""}'
`
The text was updated successfully, but these errors were encountered: