insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.33k stars 314 forks source link

Improve error message for bizarre ssl "maximum recursion depth exceeded" scenario (#735) #785

Closed dbarnett closed 2 months ago

dbarnett commented 2 months ago

On some installs python's SSL implementation seems to get stuck running in circles and choke on RecursionError (#735). We haven't pinned down why this is happening or how to prevent it, but we can at least detect the RecursionError and give a more meaningful error message from gcalcli.

(Forking this part from the main bug to track the part completed for the 4.5 release milestone.)

dbarnett commented 2 months ago

Done in #738.