-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Every request results in an exception #214
Comments
I've got the same issue. Crashes here
As I see it, the problem is that |
👋 Thanks for reporting this. I was able to reproduce this using 0.38.0 from rubygems.org. It seems to be working as expected when using git
Let me know if this fixes your issue and if so I'll release a new version of the gem. |
Describe the bug
Followed the
README.md
and of course filled in env variables. The call (and every other method I call on
client
) results inExpected behavior
Code should list all apps and not break.
Desktop (please complete the following information):
Additional context
I tried to debug until
generic_request.rb
and the uri that is passed is an instance ofURI::Generic
.I added the following into
generic_request.rb
at line 17:and the result is
which is somehow strange and I wonder how this will ever work.
I appreciate every clue on what's going on here.
The text was updated successfully, but these errors were encountered: