-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hi, I'm following along with the youtube video on setting up bb travis with Hyper. Everything was working great, and I'm excited to get this going, but I'm running into an issue. When I try to force a build on my repo, it always results in an immediate error with the following message:
This is the config for the project:
And I'm kinda stumped. The webhook thing seems to work when I did a test PR.

The same error happened both on force build, as well as when a build was triggered from my test PR. The error is coming from the request library, but it doesn't show me what URL is actually being called. Doing a bit of digging on the web for these revealed that this error is often thrown when there's an underscore in the hostname of a URL. And you can see from the stacktrace that it appears to be checking to see if the url starts with *. I have no idea how or why it would be requesting a URL that starts with a "*" or an "_", as nothing in the project config even contains those characters.
Any help here would be much appreciated! Thanks!

