dynamiccookies / Radarr-Assistant

An interface that ties into Radarr's API to allow searching for movies, verifying movies currently in the Radarr library, and adding movies to Radarr's queue.
MIT License
0 stars 0 forks source link

Add check for server online #21

Open dynamiccookies opened 2 years ago

dynamiccookies commented 2 years ago

If the script fails out, the progress wheel will just spin forever. There needs to be a check for the server to be online, and if offline, a message should be posted on the screen.

Also, an error message should be posted when anything else fails.