amend icon indicating copy to clipboard operation
amend copied to clipboard

manifest download error

Open taylorotwell opened this issue 10 years ago • 9 comments

https://github.com/laravel/envoy/issues/38

taylorotwell avatar Mar 26 '14 15:03 taylorotwell

I'm wondering if it's related to this issue: Buzz #67

If you use an HTTP URL instead of HTTPS, do you still see the problem?

ghost avatar Mar 26 '14 15:03 ghost

Same issue. Github just redirects you to HTTPS.

taylorotwell avatar Mar 26 '14 16:03 taylorotwell

Hmm, okay. Do you have allow_url_fopen = On in your PHP configuration file (php.ini)?

ghost avatar Mar 26 '14 18:03 ghost

Yes:

allow_url_fopen => On => On

taylorotwell avatar Mar 26 '14 18:03 taylorotwell

Weird thing is this was all totally working for like a month now for everyone. We haven't made any releases.

taylorotwell avatar Mar 26 '14 18:03 taylorotwell

This is weird, I haven't made any changes either. GitHub probably changed something.

I may need to release a new major version to use cURL instead of simply file_get_contents(), as I see a lot of people recommending it for related problems.

I'll let you know when that is done and see if that helps fix the problem.

ghost avatar Mar 26 '14 18:03 ghost

OK cool, thanks

taylorotwell avatar Mar 26 '14 18:03 taylorotwell

Where is the code that does this? Can't find it in this repo.

taylorotwell avatar Mar 29 '14 00:03 taylorotwell

This dependency.

ghost avatar Mar 31 '14 02:03 ghost