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

Skylight unable to start #46

Closed
dja opened this issue Aug 17, 2015 · 13 comments
Closed

Skylight unable to start #46

dja opened this issue Aug 17, 2015 · 13 comments

Comments

@dja
Copy link

dja commented Aug 17, 2015

Getting this error:

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.', ../src/libcore/result.rs:732
[SKYLIGHT] internal error: called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.
[SKYLIGHT] [0.8.0] Unable to start
@carllerche
Copy link
Contributor

Hey there,

Are you per chance running on a beta version of OS X? Could you send an email to support@skylight.io so that we can help you out directly?

@courtsimas
Copy link

I got the same issue. Using puma. Not on a beta OS X.

@travisp
Copy link

travisp commented Sep 16, 2015

This happens for me on OS X Yosemite, on puma and other web servers. It does run fine on heroku, but I get this error when I try to run locally to test changes.

@emilkarl
Copy link

Same here after upgrading to Xcode 7.0 when starting rails s

task '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/libcore/result.rs:787
[SKYLIGHT] internal error: called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.```

@DanielWright
Copy link
Contributor

I'm experiencing a similar issue (Yosemite, Xcode 7.0):

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.', ../src/libcore/result.rs:732
[SKYLIGHT] internal error: called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.

@hsluo
Copy link

hsluo commented Sep 23, 2015

same here.
ruby 2.2.3, RVM 1.26.11, OS X 10.10.5

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.', ../src/libcore/result.rs:732
[SKYLIGHT] internal error: called `Result::unwrap()` on an `Err` value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.

@alexcrichton
Copy link

I believe the source of this bug was in the curl-rust library being used to make HTTP requests in Rust, and this also came up in Cargo recently (another Rust project using curl-rust), and I think I've fixed this in curl-rust so once skylight upgrades this library it should fix the problem!

@sergiotapia
Copy link

This is causing us major issues, we can't even migrate our database.

@alexcrichton
Copy link

@sergiotapia one temporary solution mentioned in was to temporarily remove the /etc/ssl/certs directory, does that exist for you and if you move it to a different location does everything progress as usual? (not sure, it may not work!)

@wagenet
Copy link
Contributor

wagenet commented Sep 25, 2015

@sergiotapia do you have Skylight enabled in the development environment? Skylight shouldn't have to be doing any curl'ing when it's not activated.

@sergiotapia
Copy link

@wagenet Yes we have Skylight enabled in dev and it's been working fine for months now. Are you saying to disable it? That doesn't really fix the issue though. 😢

@wagenet
Copy link
Contributor

wagenet commented Sep 25, 2015

@sergiotapia Running in development isn't normal operation so, if it's preventing you from doing essential things like migrating, disabling Skylight in development would be a reasonable temporary measure until we can roll out a new agent with the fix. We hope to have the fix out next week.

I'm also a bit curious to hear more about why you're finding it useful to run Skylight in development mode. Would you be able to email support@skylight.io or click the "?" button in the online Skylight app and tell us a bit?

@wagenet
Copy link
Contributor

wagenet commented Oct 2, 2015

We've just released v0.8.1 of the gem which should solve this issue.

@wagenet wagenet closed this as completed Oct 2, 2015
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

10 participants