Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds fail with "invalid label" in the URL everytime #87

Open
blakewest opened this issue Apr 28, 2018 · 0 comments
Open

Builds fail with "invalid label" in the URL everytime #87

blakewest opened this issue Apr 28, 2018 · 0 comments

Comments

@blakewest
Copy link

blakewest commented 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:

image

This is the config for the project:

image

And I'm kinda stumped. The webhook thing seems to work when I did a test PR.
image

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!

@blakewest blakewest changed the title Builds fail with "invalid label" in the URL Builds fail with "invalid label" in the URL everytime Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant