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
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!
The text was updated successfully, but these errors were encountered:
blakewest
changed the title
Builds fail with "invalid label" in the URL
Builds fail with "invalid label" in the URL everytime
Apr 28, 2018
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!
The text was updated successfully, but these errors were encountered: