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

Server broke connection #120

Open
pcsgithubid opened this issue Sep 21, 2017 · 0 comments
Open

Server broke connection #120

pcsgithubid opened this issue Sep 21, 2017 · 0 comments

Comments

@pcsgithubid
Copy link

pcsgithubid commented Sep 21, 2017

We see the below error when connecting to pivotal tracker.

Tech stack:
gem version : .0.5.13
jruby-1.9.50:

steps reporoduce:

1.open rails console:
2.run the below code.
TRACKER_TOKEN = 'xxxxxxx'
TRACKER_PROJECT_ID = 'xxxxxx'
PivotalTracker::Client.token = TRACKER_TOKEN
PivotalTracker::Client.use_ssl = true
@a_project = PivotalTracker::Project.find(TRACKER_PROJECT_ID)

ERROR:
pry(main)> @a_project = PivotalTracker::Project.find(TRACKER_PROJECT_ID)
RestClient::ServerBrokeConnection: Server broke connection
from /Users/Sandeep/.rvm/gems/jruby-9.1.5.0@sms/gems/rest-client-2.0.2/lib/restclient/request.rb:729:in `transmit
'```
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

1 participant