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
It seems that the code is designed to catch exceptions where the 'command' key doesn't exist, however, if the message doesn't included an object with the get method and is only a 'str' then this fails.
The text was updated successfully, but these errors were encountered:
I am getting uncaught AttributeError thrown at the line below:
Zappa/zappa/handler.py
Line 309 in 3ccf749
It seems that the code is designed to catch exceptions where the 'command' key doesn't exist, however, if the message doesn't included an object with the get method and is only a 'str' then this fails.
The text was updated successfully, but these errors were encountered: