jobobby04 / Lanraragi-Fakku-Tagger

A quick and dirty program that connects to your LANraragi instance, and re-tags all galleries using different metadata grabbers.
Mozilla Public License 2.0
9 stars 1 forks source link

Enhancement: Retry timed out connections #6

Open shinji257 opened 1 year ago

shinji257 commented 1 year ago

Currently the app unceremoniously dies if a timeout is encountered. This can happen at launch when it goes to get the lanraragi galleries (it tells you here) and also later on while it is going through its tagging loops where it just dies silently. I had to enable the debug option to find that it was a timeout there as well.

Can we set up the app to retry a few times when a timeout is encountered? Usually when I get one I can retry almost immediately and it works on the next attempt.