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
Function call error:
The error is due to the call of the function Enum.any?/2 with the first parameter being nil when dwylbot check for breaking rules:
The error on my localhost was due to a conflicts between multiple dwylbot Github app tests. After updating the environment variables everything works fine. The next step is to see if the error is similar on the server. I'll try to get more logs info directly from the server instead of using a localhost app.
However I couldn't find more information about the current error on the production at this stage with heroku logs. The next step is to understand how to logo more info in a production information, otherwise another thought is to make sure that all the environmnent variables are properly loaded, I think Phoenix 1.3 might do this differently.
dwylbot is crashing on Heroku when a new event is received.
The text was updated successfully, but these errors were encountered: