looks like it did it.
Thanks, SuccessfulKoala55 !
Try:Task.set_offline(True) task = Task.init(project_name=project_name, task_name=task_name)
I have these 3 lines in the beginning of my script, right after import statements. (not in " main " or any function):task = Task.init(project_name=project_name, task_name=task_name) task.set_offline(True) logger = task.get_logger()
How are you using it exactly? I'm not sure this should appear at all in offline mode...