Anvil Extras Authorisation Error Handling

After posting on the github discussion (thank you @patricia for the suggestion), it looks like I was using the wrong exception. I needed to use except Exception vs except ValueError.

I was trying to be more specific with my exception case as ValueError is the exception raised by anvil extras, but in this situation I’ll take it!

Here’s a link to a more detailed discussion:

2 Likes