I'm trying to run my algorithm in live mode with a Tradier Demo Brokerage with data coming from quantconnect.

It works fine in back testing or live mode during the day, but every time overnight at 4 a.m.  EST (or 9 am GMT) it crashes my algo with these errors:

Runtime Error: Required scope(s): scope-stream.scopeSet: StackTrace: Required scope(s): scope-stream.scopeSet
2024-01-30 09:00:44 : Brokerage meesage received - Error - Code: Unauthorized - Required scope(s): scope-stream.scopeSet
2024-01-30 09:00:44 : at 24-01-30 04:00:40 received BrokerageMessage Msg Type=2 code=Unauthorized Message= Required scope(s): scope-stream.scopeSet

Is there a way to avoid them or is this a Tradier issue.

I have not encounter this issue in PaperTrading from quantconnect or interactive brokers

I'm doing some processing in OnData.