You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if there is an error in the self.reminder() message it gets logged to the .log file instead of the exception log. I think I made an error in setting up the reminder message to the correct party and the following was the output in the very last line of my .log file.
1661815353.3622725MESCRASHING-EXCEPTIONFOLLOWS1661815353.486918SourceMessage: WakeupMessage(0:00:10,<MessageSender: ,Recipients: ,Directive: get_block,Content: None>)
1661815353.545109 Traceback (most recent call last): File "/mtree/mTree/microeconomic_system/institution.py", line 221, in receiveMessage directive_handler(self, wakeup_message) TypeError: 'NoneType' object is not callable
Also mTree stops logging and doesn't report it excepted and when you do a check_status in the docker shell you get the following error
The text was updated successfully, but these errors were encountered:
Problem
Currently if there is an error in the
self.reminder()
message it gets logged to the.log
file instead of the exception log. I think I made an error in setting up the reminder message to the correct party and the following was the output in the very last line of my.log
file.Also mTree stops logging and doesn't report it excepted and when you do a check_status in the
docker shell
you get the following errorThe text was updated successfully, but these errors were encountered: