Hi, I was expecting that the following sequence should work fine,
1) Python script (that streams data) started at 9am, but it doesn't stream, because API login hasn't happened yet. 2) Login to API happens at 9:12am 3) The python script starts streaming data immediately
But the script continues to wait in error state after (2) also. When it is terminated and restarted, the data streaming happens fine.
Can you pls make it so that the streaming automatically happens as soon as API login happens?