lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.74k stars 976 forks source link

Getting Faraday::Connection using Sufia #704

Closed prasanthrubyist closed 7 years ago

prasanthrubyist commented 7 years ago

Faraday::ConnectionFailed: Failed to open TCP connection to 127.0.0.1:8984 (Connection refused - connect(2) for "127.0.0.1" port 8984)

Kindly let me know, whats wrong in my side

iMacTia commented 7 years ago

Hi @prasanthrubyist, I suppose you simply don't have a server listening on 127.0.0.1:8984. I'm sorry but this has probably nothing to do with faraday. Whatever server application you're trying to run, please double-check configuration there is ok

prasanthrubyist commented 7 years ago

okay, Thank you for your responce, @iMacTia