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
because the function requires a string, but recieves a number.
A possible fix would be "str(notification)", which works for strings and numbers. I don't know if the other modules are also affected.
The text was updated successfully, but these errors were encountered:
If I send a message which only includes a number, for example "Notify(Game.time)" the python script crashes here:
https://github.com/screepers/screeps_notify/blob/master/screeps_notify/services/messengers/slack.py#L20
because the function requires a string, but recieves a number.
A possible fix would be "str(notification)", which works for strings and numbers. I don't know if the other modules are also affected.
The text was updated successfully, but these errors were encountered: