-
Notifications
You must be signed in to change notification settings - Fork 402
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
Crash on start hubble v1.15.7, Failed to get snapshot 404 #2383
Comments
with last version from github too.. {
"level": 60,
"time": 1729925218241,
"pid": 2092359,
"hostname": "fnode",
"err": {
"type": "Error",
"message": "Failed to start hub: failed to fetch snapshot metadata - Failed to get latest snapshot from https://download.farcaster.xyz/snapshots/MAINNET/DB_SCHEMA_11/latest.json [AxiosError: Request failed with status code 404]",
"stack": "Error: Failed to start hub\n at file:///home/degenf1/NODES/FARCASTER/hub-monorepo/apps/hubble/build/cli.js:531:75\n at /home/degenf1/NODES/FARCASTER/hub-monorepo/node_modules/neverthrow/dist/index.cjs.js:113:102\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Command.<anonymous> (file:///home/degenf1/NODES/FARCASTER/hub-monorepo/apps/hubble/build/cli.js:531:25)\ncaused by: HubError: failed to fetch snapshot metadata - Failed to get latest snapshot from https://download.farcaster.xyz/snapshots/MAINNET/DB_SCHEMA_11/latest.json [AxiosError: Request failed with status code 404]\n at Hub.attemptCatchupSyncWithSnapshot (file:///home/degenf1/NODES/FARCASTER/hub-monorepo/apps/hubble/build/hubble.js:515:24)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Hub.start (file:///home/degenf1/NODES/FARCASTER/hub-monorepo/apps/hubble/build/hubble.js:275:33)\n at async Command.<anonymous> (file:///home/degenf1/NODES/FARCASTER/hub-monorepo/apps/hubble/build/cli.js:531:25)"
},
"msg": "Failed to start hub"
}
Does anyone has working node & can give this schema file plz? |
Same issue here ✋ Looks like this has happened before and a temporary (?) workaround is to add this to your
Context: #1930 (comment) |
Followed the suggested workaround and added |
What is the bug?
Crash on start after updating hubble to 1.15.7
How can it be reproduced? (optional)
Accessed link https://download.farcaster.xyz/snapshots/MAINNET/DB_SCHEMA_11/latest.json , returned 404
Additional context (optional)
none
The text was updated successfully, but these errors were encountered: