GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
2.4k stars 70 forks source link

[Error] Failed to recover from the collection snapshot. #64

Closed airlover99 closed 3 weeks ago

airlover99 commented 4 weeks ago

image

Describe the bug I encountered an error while initializing GaiaNet. The process fails with a "Service internal error: Tokio task join error."

To Reproduce Steps to reproduce the behavior:

Run gaianet init Wait for the process to download necessary files and create a collection in the Qdrant instance. The error occurs during the import of the Qdrant collection snapshot.

juntao commented 4 weeks ago

Hi, this indicates an error with the Qdrant database. Can you paste your ~/gaianet/log/init-qdrant.log and ~/gaianet/log/start-qdrant.log files here? Thanks.

Also please make sure that your Qdrant instance is shutdown properly if you had started it previously.

pkill -9 qdrant

juntao commented 4 weeks ago

Also, if you are using this under WSL, checkout this solution:

https://docs.gaianet.ai/node-guide/troubleshooting#fail-to-recover-from-collection-snapshot-on-windows-wsl

airlover99 commented 4 weeks ago

Also, if you are using this under WSL, checkout this solution:

https://docs.gaianet.ai/node-guide/troubleshooting#fail-to-recover-from-collection-snapshot-on-windows-wsl

Yes,I am using WSL.The method of this link is useful, thank you for your help

alabulei1 commented 3 weeks ago

I'm going to close this issue, since the problem is solved.