-
Notifications
You must be signed in to change notification settings - Fork 13
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
undefined method `pledges=' for nil:NilClass #7
Comments
Hey, I just tried out the example and hit an error. I updated the url to use /api instead, and now it's working (for me at least). The pull request is over here #8. Can you try this out and let me know if it fixes it for you? |
Hey, actually, I don't think that will help you. Instead, if possible can you run with |
Seeing this issue as well. Using master branch from github didn't help. |
Getting this error as well. @joshbuddy |
Encountering the same problem here. Appears to be an issue with From: /patreon-ruby/lib/patreon/api.rb @ line 34 Patreon::API#get_parse_json:
=> 34: parse_json(json)
|
Can confirm that this is issue with
Patreon should drop this dependency. |
Temporary workaround: In
Then update your code to not use broken
|
Thanks @hovancik . I was getting crazy with the Vanilla parse. This workaround works great. |
After upgrading the Patreon gem to
v0.3.0
, performing the OAuth flow using the following code snippet throws an exception on the last line during the callback to my service. Downgrading the Patreon gem tov0.2.0
solves the error.Initial sendover:
Callback:
I don't see any patch notes so I'm unsure if this is an intentional change in how the gem should be used, or a bug.
I'm running Rails 5.1.4 on Ruby 2.4.2. Full trace is below. Thanks for any assistance!
The text was updated successfully, but these errors were encountered: