SpottedSqueak / FA-Gallery-Downloader

Dead simple gallery download for FurAffinity
MIT License
44 stars 5 forks source link

Rare issue with loading data #6

Closed Shikellamy closed 1 year ago

Shikellamy commented 1 year ago

It seems if someone were to delete their page while it waits in queue to be loaded it will cause the program to get stuck in an infinite loop of attempting to load in any of their submissions for download.

Shikellamy commented 1 year ago

I managed to create my own little janky fix by simply adding in the link ID, URL and marking the submission as saved. Idk if this is a bug even worth fixing as the odds of it occurring are so slim!

SpottedSqueak commented 1 year ago

That's... Certainly an edge case, yeah. XD So, if they delete it before anything is downloaded? Or while in the middle of downloading something? I should put a check in place for that though!

Shikellamy commented 1 year ago

I think it occurred because I had queued up my favorites to download, and while still in the process of collecting the data a person deleted their account, which caused an infinite loop of trying to download the submission info.

SpottedSqueak commented 1 year ago

Aha, gotcha...Lemme see what I can do about that. I can add a check to make sure things exist in that case.

SpottedSqueak commented 1 year ago

Okay, my latest release should address this!