hellosign / hellosign-ruby-sdk

A Ruby SDK for HelloSign's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faraday::Error (:multipart is not registered on Faraday::Request)

checkmte opened this issue · comments

Faraday version is not specified in the gem, so it installs the latest (2.2.0 at today) which doesn't seem compatible.

irb(main):001:0> HelloSign.get_account
Traceback (most recent call last):
        1: from (irb):1
Faraday::Error (:multipart is not registered on Faraday::Request)

Versions:

  • rails (6.1.4.4)
  • hellosign-ruby-sdk (3.7.7)
  • faraday (2.2.0)
  • faraday-net_http (2.0.1)

I'm pretty sure this project is abandoned. I have a fork over here that fixes the faraday issue, if you want.

Actually I just made a whole new gem over here. The code is exactly the same as this one except that it includes my two PRs from this repo.

Thanks mate, I'll try it out 🙌🏼