Closed coreyjackwilson closed 6 years ago
Hi @coreyjackwilson
It still work for my account. Maybe the tangerine server was doing maintenance at the time and returned a splash page? It's hard to say without looking at the response. If you're still experiencing this issue, could you please increase the log level to 'DEBUG' here, and paste the output (obfuscate any personal identifiable information of course)?
like so:
logging.basicConfig(level=logging.DEBUG)
@coreyjackwilson Feel free to reopen if it's still an issue for you.
I was able to track it down to an issue with my login creds. If I have time, i submit a PR to expose the message instead of just failing on JSONDecode. Thanks for the swift response @kevinjqiu
@coreyjackwilson I get the same error as you described. Would you mind sharing your workaround?
@kevinjqiu,
Summary
Steps to Reproduce
Expected Result
Actual Result
Code
Stack
EDIT: code formatting