We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff8d00 commit 467bb96Copy full SHA for 467bb96
octobot/community/authentication.py
@@ -594,6 +594,9 @@ async def fetch_bot_tentacles_data_based_config(
594
595
async def fetch_private_data(self, reset=False):
596
try:
597
+ if not self.is_logged_in():
598
+ self.logger.info(f"Can't fetch private data: no authenticated user")
599
+ return
600
mqtt_uuid = None
601
602
mqtt_uuid = self.get_saved_mqtt_device_uuid()
0 commit comments