You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully loaded the Client code on two machines but it is returning null results when parsing client.user and client.categories in version 0.2.2. Further client.category('comics') returns an empty list for all categories. I assume this behavior is related to either a change in KickStarter API or dependency issues on my machines, so I have included the relevant gems from both setups:
Hey @Lythimus - I just tried it on my machine and I'm getting the same thing. nil for user and for any categories. I know it didn't do this in the past, so I think your assumption is probably right - I think Kickstarter must've changed the way they're exposing both users and categories.
I don't have the time to work on this any time soon, but if anyone wants to try to fix this, please go for it!
I've successfully loaded the Client code on two machines but it is returning null results when parsing client.user and client.categories in version 0.2.2. Further client.category('comics') returns an empty list for all categories. I assume this behavior is related to either a change in KickStarter API or dependency issues on my machines, so I have included the relevant gems from both setups:
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
The text was updated successfully, but these errors were encountered: