| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Great fix thanks Maxim (really nice to not have the update message when on an RC version)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This morning, I had deeplabcut GUI stuck in utils.is_latest_deeplabcut_version() and in misc.is_latest_version(). After some investigation, it seems like
was stuck because of some firewall or DNS in Python, but it was working when I was getting the data from the CLI (using curl) or in a web browser.
This case is not handeled by the except URLError block of _check_for_updates(), this PR adds a timeout to trying to read the latest available package versions.