Skip to content
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

interface conversion: interface {} is nil #63

Open
1hkr opened this issue Oct 3, 2024 · 3 comments
Open

interface conversion: interface {} is nil #63

1hkr opened this issue Oct 3, 2024 · 3 comments

Comments

@1hkr
Copy link

1hkr commented Oct 3, 2024

Hi!

For the last 2 weeks I have been having an issue with the get function.
All other functions work fine.

Here's a request example:
$weaviate_client.query.get class_name: 'Products', where: '{ operator: Equal, valueText: "1-dev", path: ["company"] }', fields: 'product_id', limit: "2"

Response:
{"Products"=>["interface conversion: interface {} is nil, not int"]}

It never happened before, and started happening since database version 1.26.4

@andreibondarev
Copy link
Collaborator

@1hkr So is it a change on the Weaviate side?

@1hkr
Copy link
Author

1hkr commented Oct 3, 2024

I think so, nothing changed on my end. I'm using sandbox weaviate dbs that I renew every 14 days. The query.get requests on the new sandbox dbs all lead me to this issue.

However, on the weaviate console, the same get requests work fine

@andreibondarev
Copy link
Collaborator

@1hkr Have you tried running against your local self-hosted weaviate? I would probably pose a question in their Slack as well, to try and figure out what changed in the newest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants