I'm trying to connect to Snowflake using 'authenticator': 'externalbrowser' from a Python script. This was working perfectly until today. Now I keep getting an "ERR_CONNECTION_REFUSED" error. Here's what happens:
- I run the script, it opens a browser window and asks me to log in with my organization credentials.
- Login is correct. I get a message saying: "Redirecting to Snowflake client in 1 seconds.."
- After a couple of seconds, I get a chrome error screen with a "ERR_CONNECTION_REFUSED" error.
As I said, this was working fine until today. Any idea what could be wrong?