Troubleshooting
Notifications Are Not Sent
Section titled “Notifications Are Not Sent”Check in this order:
obsern.yamlhas at least one of:api.host_tokennotify.slack.webhook_urlnotify.discord.webhook_url
- Environment variables are expanded correctly.
- The command has actually finished. Events are sent when the command ends.
Slack or Discord Webhook Does Not Receive Messages
Section titled “Slack or Discord Webhook Does Not Receive Messages”- Verify
webhook_urlformat. - Confirm webhook is still active.
- Verify outbound network access from the runner.
- Retry with a small failing command and check whether a notification is delivered.
Run Is Missing in Dashboard
Section titled “Run Is Missing in Dashboard”- Confirm
api.host_tokenis set. - Confirm
api.base_urlpoints to the expected API. - Confirm
api.host_tokenbelongs to the workspace and host you are checking.
obsern Command Not Found
Section titled “obsern Command Not Found”- Reinstall CLI.
- Confirm binary is on
PATH. - Verify with:
obsern --versionEnvironment Variables Not Applied
Section titled “Environment Variables Not Applied”Verify variables in the same shell before running:
echo "$OBSERN_HOST_TOKEN"echo "$OBSERN_SLACK_WEBHOOK_URL"echo "$OBSERN_DISCORD_WEBHOOK_URL"If empty, re-export and retry.