-
Notifications
You must be signed in to change notification settings - Fork 5
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
epm probably no longer compatible with production github api #40
Comments
mkalita@air ~ $ epm search emongo
epm v0.1.1, 2010
timeout? {'EXIT',
{{function_clause,
[{gen,call,
[<0.64.0>,'$gen_call',
{send_req,
{{url,
"https://github.com/api/v2/xml/repos/search/emongo",
"github.com",443,undefined,undefined,
"/api/v2/xml/repos/search/emongo",https,
hostname},
[{"User-Agent","EPM"},{"Host","github.com"}],
get,<<>>,[],undefined}},
undefined]},
{gen_server,call,3},
{ibrowse,do_send_req,7},
{ibrowse,try_routing_request,11},
{epm_util,http_request,3},
{epm_util,request_as_str,2},
{github_api,request_as_xml,1},
{github_api,search,1}]},
{gen_server,call,
[<0.64.0>,
{send_req,
{{url,
"https://github.com/api/v2/xml/repos/search/emongo",
"github.com",443,undefined,undefined,
"/api/v2/xml/repos/search/emongo",https,hostname},
[{"User-Agent","EPM"},{"Host","github.com"}],
get,<<>>,[],undefined}},
undefined]}}}
- failed to locate remote repos for emongo: {'EXIT',
{{function_clause,
[{gen,call,
[<0.64.0>,'$gen_call',
{send_req,
{{url,
"https://github.com/api/v2/xml/repos/search/emongo",
"github.com",443,undefined,
undefined,
"/api/v2/xml/repos/search/emongo",
https,hostname},
[{"User-Agent","EPM"},
{"Host","github.com"}],
get,<<>>,[],undefined}},
undefined]},
{gen_server,call,3},
{ibrowse,do_send_req,7},
{ibrowse,try_routing_request,11},
{epm_util,http_request,3},
{epm_util,request_as_str,2},
{github_api,request_as_xml,1},
{github_api,search,1}]},
{gen_server,call,
[<0.64.0>,
{send_req,
{{url,
"https://github.com/api/v2/xml/repos/search/emongo",
"github.com",443,undefined,
undefined,
"/api/v2/xml/repos/search/emongo",
https,hostname},
[{"User-Agent","EPM"},
{"Host","github.com"}],
get,<<>>,[],undefined}},
undefined]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
epm info|search|install <anything>
fails consistently.$ epm info emongo epm v0.1.1, 2010 - failed to locate remote repos for emongo: not_found
The text was updated successfully, but these errors were encountered: