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

Python Application Crashes on Attempting to Retrieve Non-existent Collection via QdrantClient in GRPC Mode #497

Open
ameerarx opened this issue Feb 18, 2024 · 2 comments

Comments

@ameerarx
Copy link

I am experiencing an issue with my Python application where it crashes unexpectedly.

client = QdrantClient(settings.QDRANT_GRPC_HOST,
                      grpc_port=int(settings.QDRANT_GRPC_PORT), 
                      prefer_grpc=True)
                      
client.get_collection(collection_name=f"document_{file_id}")          
@generall
Copy link
Member

Does it generates exception, or something else?

@ameerarx
Copy link
Author

ameerarx commented Feb 18, 2024

@generall no it doesn't throw an exception, it just crashes Python. But everything is ok on http, it works

Does it generates exception, or something else?

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