Hello,
I have a custom alert action that was working a few days ago and now I'm getting this error and the log is not very helpful in this case. All off the required parameter are set but every attempt to run it fails. I'm really stumped on this one and I haven't been able to find any information by googling.
Any ideas? Thanks!
The solution was to uninstall the app. Reboot. Then reinstall it. After digging through the logs it looks like a setting from my app config was stuck and was causing python exceptions when trying to concatenate a string with a NoneType. That NoneType should be a password.
The solution was to uninstall the app. Reboot. Then reinstall it. After digging through the logs it looks like a setting from my app config was stuck and was causing python exceptions when trying to concatenate a string with a NoneType. That NoneType should be a password.