foundweekends / foundweekends/conscript

timeout issue possibly relating to proxy

Open
#114 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
477
Forks
59
Avg merge
1h 2m
Merged PRs (30d)
7

Description

When I run:
$ cs foundweekends/giter8

I get (after a minute or so):
An unexpected error occurred: Please check your internet connection.
Exception message: connection timed out: api.github.com/192.30.253.116:443 to https://api.github.com/repos/foundweekends/giter8/git/refs/heads/master

Internet connection is OK (can access that from other tools, e.g. curl)

have set proxy using JAVA_OPTS eg:

$ echo $JAVA_OPTS
-Dhttp.proxyHost=my.proxy.server -Dhttp.proxyPort=1234 -Dhttps.proxyHost=my.proxy.server -Dhttps.proxyPort=1234

plus everything else on my system seems happy proxy wise

I am on centos 7.3
Java 1.8

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `cs foundweekends/giter8` on CentOS 7.3 with the reported Java proxy settings and compare it with direct access. Trace the command's request to api.github.com and its proxy handling; done means the command can fetch the repository successfully through the configured proxy and reports useful failures otherwise.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, scala
Domain
cli, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.