-
Notifications
You must be signed in to change notification settings - Fork 17
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
Suddenly ruby error when using client #37
Comments
@1000paces Is this the error you're experiencing? https://github.com/github/graphql-client/issues/310 |
Yes, that looks like exactly the same issue.
…-Ron
On Oct 18, 2023 at 12:07 PM -0700, Andrei Bondarev ***@***.***>, wrote:
@1000paces Is this the error you're experiencing? github/graphql-client#310
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Yeah, I'm waiting for the gem to be fixed. |
Ok great. I locked out Gemfile to 2.0.x, so we are in business again.
Thanks for the quick reply!
…-Ron
On Wed, Oct 18, 2023 at 1:37 PM Andrei Bondarev ***@***.***>
wrote:
Yes, that looks like exactly the same issue.
… <#m_3990516116047390163_>
-Ron
On Oct 18, 2023 at 12:07 PM -0700, Andrei Bondarev *@*.*>, wrote:
@1000paces <https://github.com/1000paces> Is this the error you're
experiencing? github/graphql-client#310
<https://github.com/github/graphql-client/issues/310> — Reply to this email
directly, view it on GitHub, or unsubscribe. You are receiving this because
you were mentioned.Message ID: @.*>
Yeah, I'm waiting for the gem to be fixed.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABD32UNNHQS4MZJCHBPTRTYAA4X3AVCNFSM6AAAAAA6F2XX7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRZGI4DGMBSGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Ron Miles
***@***.***
413.329.4277
|
@1000paces If you need an immediate fix you can do something like this in your application. |
Thanks! I have it locked on the old version that worked and I'm watching
github for updates. Your solution is probably better though, so I'll check
into it
…On Mon, Oct 23, 2023 at 4:09 PM Andrei Bondarev ***@***.***> wrote:
@1000paces <https://github.com/1000paces> If you need an immediate fix
you can do something like this
<https://github.com/andreibondarev/langchainrb/blob/main/Gemfile#L17> in
your application.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABD32UMXBG7ZEWZYWJLTMLYA32KPAVCNFSM6AAAAAA6F2XX7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZWGE3DMOJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Ron Miles
***@***.***
413.329.4277
|
@1000paces I believe this issue has been fixed. |
A recent update to the graphql gem (version 2.1.x) results in this ruby error:
"undefined method
[]' for nil:NilClass"`I tracked it back to the graphql-client at this path:
graphql-client-0.18.0/lib/graphql/client/query_typename.rb:28:in
add_typename'",`Seems that @types is nil. This works fine in graphql versions 2.0.x. I'm not sure this is a problem in weaviate-ruby, but I thought I'd start there. The client works fine for some things (schemas, adding data) but you can't use
get
oraggs
.The text was updated successfully, but these errors were encountered: