RubbaBoy / BYOB

Bring Your Own Badge - Create dynamic README badges based off of your GitHub Actions
MIT License
80 stars 10 forks source link

Worker Threw Exception when accessing badges #5

Closed paddatrapper closed 3 years ago

paddatrapper commented 3 years ago

I am trying to add custom badges to karina and run into the following error when accessing a badge URL:

https://byob.yarr.is/flanksource/karina/v1.17.5-minimal:

Error 1101 Ray ID: 629ac9706c2d4fab • 2021-03-02 12:56:44 UTC
Worker threw exception

It appears that the badges are being created correctly and the shields.json file is being updated - GH actions and shields

RubbaBoy commented 3 years ago

Should be working now, sorry about the trouble. It had to do with (again, annoyingly) too aggressive matching of names, so I just reduced it down to any non-whitespace character for account, repo, badge, and branch names.

paddatrapper commented 3 years ago

Thanks!