Coder Social home page Coder Social logo

Comments (10)

jutkko avatar jutkko commented on June 15, 2024

Hey @ppcuban I had the same issue when I installed concourse this way https://concourse.ci/docker-repository.html, but for concourse-lite things are just fine. How are you running your concourse?

Also, this doesn't seem to be an issue with this tutorial, more like a concourse problem.

from concourse-tutorial.

mmorejon avatar mmorejon commented on June 15, 2024

Hello,

I'm working with Docker (concourse/concourse) and I have the same problem!!

manuels-iMac:02_task_inputs manuel$ fly -t ci execute -c inputs_required.yml -i some-important-input=.
executing build 255
upload request failed: Put /api/v1/pipes/864983b0-705a-4777-6fa7-f5c7c912abe2: unsupported protocol scheme ""
curl: (3) malformed
gzip: invalid magic
tar: Child returned status 1
tar: Error is not recoverable: exiting now
exit status 2
failed

Any suggestion???

from concourse-tutorial.

jutkko avatar jutkko commented on June 15, 2024

@mmorejon I don't think it is this tutorial's problem. I used concourse-lite and things are working fine. For concourse issues, please have a look at their slack channel https://concourse.slack.com/.

from concourse-tutorial.

mkb avatar mkb commented on June 15, 2024

@ppcuban @mmorejon : What do you see when you type fly -t tutorial pipelines?

If you're running Concourse differently than the tutorial steps you'll need to make sure your Concourse is in working order and that fly can talk to it.

from concourse-tutorial.

NaurisSadovskis avatar NaurisSadovskis commented on June 15, 2024

It seems that API call is being made to port 80, while the server is running on (default) 8080. Looks like a Concourse issue.

from concourse-tutorial.

NaurisSadovskis avatar NaurisSadovskis commented on June 15, 2024

Okay, so this issue is due to starting the web service on the wrong port.

concourse web \
  --basic-auth-username myuser \
  --basic-auth-password mypass \
  --session-signing-key session_signing_key \
  --tsa-host-key tsa_host_key \
  --tsa-authorized-keys authorized_worker_keys \
  --external-url http://my-ci.example.com

If your web service is running on it's default port (8080), you must set --external-url to be http://my-ci.example.com:8080

This has solved the issue for me.

from concourse-tutorial.

vguntupalli avatar vguntupalli commented on June 15, 2024

Thanks @NaurisSadovskis .. above solution has resolved my issue. i.e.,

  1. --external-url to be http://my-ci.example.com:8080
  2. stopping & starting web service

from concourse-tutorial.

alexanelli avatar alexanelli commented on June 15, 2024

@mmorejon @ppcuban just checking in to see if you'd like me to close the issue, or if this is still a problem 👍

from concourse-tutorial.

fernandezjose avatar fernandezjose commented on June 15, 2024

I solved this problem. It's ok with me if you want to close it.

from concourse-tutorial.

alexanelli avatar alexanelli commented on June 15, 2024

great thank you @ppcuban

from concourse-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.