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
{{ message }}
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
I almost finished downloading messages from about 120 groups, my next step is to download the files and photos from them. Is it possible for the archiver to verify if the download does not exist before downloading it?
The text was updated successfully, but these errors were encountered:
I just tested downloading photos from a group that doesn't have any and nothing was displayed in the console. In the archive.log it shows that the album API returns None two times then just stops at line 275 since the list is empty. We need to check if albums is empty and if it is then have a logger.error("This group doesn't have any photos to download")
I almost finished downloading messages from about 120 groups, my next step is to download the files and photos from them. Is it possible for the archiver to verify if the download does not exist before downloading it?
The text was updated successfully, but these errors were encountered: