Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant