Skip to content
New issue

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

[Bug] Fix TikTok API Interaction for Downloading Certain Accounts/Videos #14

Open
ABF-GIT opened this issue Oct 19, 2024 · 2 comments
Open
Assignees
Labels
Buggy behavior Something isn't working Correctly

Comments

@ABF-GIT
Copy link

ABF-GIT commented Oct 19, 2024

Describe the bug
When attempting to download content from TikTok using the "Mass Download by Username" option, the downloader fails with a "MediaID mismatch in JSON response" error
This issue occurs for multiple MediaIDs, preventing the successful download of videos for some accounts

To Reproduce
Steps to reproduce the behavior:
[1]Open the TikTok Downloader v1.2.9
[2]Select "Mass Download by Username" from the Download Options
[3]Input a TikTok username or URL
[4]Click the "Download" button

Expected behavior
The downloader should successfully fetch and download videos associated with the provided username. It should not produce "MediaID mismatch in JSON response" errors

Screenshots
image

Application Logs Available?
The log includes multiple "MediaID mismatch in JSON response" errors for various MediaIDs. See the logs below:
Error: MediaID mismatch in JSON response for MediaID: 7396613948209958151 Error: MediaID mismatch in JSON response for MediaID: 7400788325130456338 Error: MediaID mismatch in JSON response for MediaID: 7391506877537979666 Error: MediaID mismatch in JSON response for MediaID: 7427420149705215250 ... (more entries follow)

Additional context
This issue appears to be related to a mismatch between the expected MediaID in the JSON response and the actual MediaID received from TikTok. It could be caused by a change in TikTok’s API or an issue in the downloader’s request handling for the MediaIDs

@ABF-GIT ABF-GIT added the Buggy behavior Something isn't working Correctly label Oct 19, 2024
@Jettcodey
Copy link
Owner

I will look into the problem as soon as possible, thanks for letting me know

@Jettcodey
Copy link
Owner

After analyzing the problem in more detail, I need to modify how the application interacts with the TikTok API, which will take some time. However, it seems that only a few accounts and/or videos are affected by the issue where they cannot be downloaded.

@Jettcodey Jettcodey changed the title [Bug] [Bug] Fix TikTok API Interaction for Downloading Certain Accounts/Videos Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Buggy behavior Something isn't working Correctly
Projects
None yet
Development

No branches or pull requests

2 participants