Giter VIP home page Giter VIP logo

Comments (3)

subzero10 avatar subzero10 commented on July 22, 2024

Hey @griffordson, thank you for submitting an issue!

I just tried the command and I can't reproduce your issue:

bundle exec honeybadger deploy -e staging -r repo-does-not-exist -s 0.0.1 -u pan
Deploy notification complete.

Also:

bundle exec honeybadger deploy --environment=staging --repository=repo-does-not-exist --revision=0.0.2 --user=pan
Deploy notification complete.
image

I'm wondering if there are some characters in value of the repository that cause the parsing to fail. Can you try wrapping with quotes (")? Something like this:

bundle exec honeybadger deploy --environment=staging --repository="[email protected]:honeybadger-io/honeybadger-ruby.git" --revision=0.0.2 --user=pan

Finally, what version of the gem do you have installed? Can you try with the latest version?

from honeybadger-ruby.

halfbyte avatar halfbyte commented on July 22, 2024

Hi @griffordson I took another look at this and your output looks really peculiar.

Am I right in assuming that the actual deploy registration does work? (There's the "deploy notification complete." message that suggests a successful API call).

The one thing this looks like is if you maybe somewhere in an unusual place have required "test/unit" - honeybadger, for rails applications loads the environment to enable you to configure honeybadger via Rails configuration files. I can generate the exact same output as you have when I require "test/unit" in config/application.rb in a fresh Rails app.

from honeybadger-ruby.

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.