Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reminder message error not getting logged to exceptions log #96

Open
nalinbhatt opened this issue Aug 29, 2022 · 0 comments
Open

reminder message error not getting logged to exceptions log #96

nalinbhatt opened this issue Aug 29, 2022 · 0 comments
Labels
1.1.4 mTree version

Comments

@nalinbhatt
Copy link
Collaborator

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.

1661815353.3622725	MES CRASHING - EXCEPTION FOLLOWS
1661815353.486918		Source Message: WakeupMessage(0:00:10, <Message Sender: , 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
Screen Shot 2022-08-29 at 4 30 51 PM

@nalinbhatt nalinbhatt added the 1.1.4 mTree version label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.1.4 mTree version
Projects
None yet
Development

No branches or pull requests

1 participant