-
Notifications
You must be signed in to change notification settings - Fork 93
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
The media is missing (even with the media folder available) #81
Comments
Hey, same issue here. Is it right to copy the WhatsApp folder from |
@NoLooseEnds Does #68 helps?
@BLACK4585 The WhatsApp media folder should be located in the root of your shared storage, i.e. |
Do you mean the folder in MainStorage/Android/media/com.whatsapp/WhatsApp? |
Are your media stored in |
Right. Seems legit. You should copy the whole directory |
@KnugiHK #68 Not really, unless I misunderstand something. I do have a WhatsApp directory in the working directory, and the WhatsApp directory has a Media directory. Please see
|
The file_path = f"{media_folder}/{content['file_path']}"
...
if os.path.isfile(file_path):
...
else:
...
message.data = "The media is missing" The |
Am I missing something. Is the working directory supposed to be the |
The latter one is correct. |
Yes, and that's what I have? The path is pretty far down in the filesystem |
How many characters does this path has? In another issue, long path did affect the program. |
76 chars, but it also contains space and a nordic char. Anyhow, I just moved it to a shorter non space non nordic char directory
|
Copying and finding a media file are two different logics and they are not related. I think in this case you should take a look into the database. |
Ok, not totally sure what to look for, but I found a table called
|
Copy the right query for your database in the extract.py, and look for the |
I think I might have messed up the copy of the WhatsApp folder. On further investigation it looks like I only have newer-ish files – giving me missing media in the beginning of all the chats, but showing media files at the end. So it seems like the issue is with me and not the software (as often is the case it feels like when debugging). Appreciate the help, but I think this can be closed. |
I see. The (really) missing media used to concerns me as well. But I rarely use WhatsApp now. @BLACK4585 Any further question/issue on the matter? If not, I am closing this. |
Oh yeah, same issue for me. The media files at the end are present, seems like the old media files are simply not existent anymore. Thank you very much for your help! |
I'm having issues with
The media is missing
, but the chat/text exports fine.I have the "Media" folder (copied from the phone – and placed in the WhatsApp folder in the working directory. Verified manually that the files are there). I even tried to place it manually with the
-m
flag.So not sure what's going on?
Thanks!
The text was updated successfully, but these errors were encountered: