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
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
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
The text was updated successfully, but these errors were encountered:
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
changed the title
[Bug]
[Bug] Fix TikTok API Interaction for Downloading Certain Accounts/Videos
Oct 21, 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
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
The text was updated successfully, but these errors were encountered: