Tsopic
Tsopic
Adding some more info from isolarCloud. After hard resetting it - powering off for 5min and powering on + setting discharge limiter lower and then back to 10k. It does...
Please merge this according to Tech support it should fix the current outstanding error with other versions: 
@efernandesng
` Is there a possibility that ChatDev calculate the price in each Phase itself without using the OpenAI_Usage_Info?` That's exactly the case. ChatDev calculates it's usage locally
So far it seems: The recreation of subscriptions does not happen indeed. IBEAM at some point does restore the authorization, but the streamed data if any, does not show up....
This is using v0.1.6 @Voyz Adding some more logs, Just for full context, I removed the SSL Warnings for cleaner logs. "process_ticker_data" is the thread handling incoming data. I think...
Okay, adding this as the next iteration of healthcheck. Currently running the health check with 60 sec interval with Uptime Kuma ;) ``` def check_gateway_health() -> Dict[str, Any]: try: gateway_result...
sidecomment - gateway_result = ibkr_client.tickle() is already handled in ibkr_client.check_health() so reducing the double tickling :)
@Voyz Sending you the logs over email, still encountering some strange behavior. On the first restart it hangs after like 10min, and on the second restart seems to work fine...
So current state is that it still hangs up on the stream. There is a strange behavior, where for about 10 minutes at the beginning of the day it works...