You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
Describe the bug
Hi Subsquid team,
I cloned your repository and try to run it from my computer. After run sqd typegen after I got this error:
11:02:01 INFO sqd:substrate-typegen downloading spec versions from https://kusama.archive.subsquid.io/graphql
11:02:08 FATAL sqd:substrate-typegen Error: Identity.IdentitySubRemoved is not defined by the chain metadata
at /Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/typegen.js:313:23
at Set.forEach (<anonymous>)
at Typegen.collectItems (/Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/typegen.js:311:20)
at Typegen.generateEnums (/Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/typegen.js:73:26)
at Typegen.generate (/Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/typegen.js:57:14)
at Typegen.generate (/Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/typegen.js:48:30)
at /Volumes/MacData/Workspace/data/giant-squid-main/node_modules/@subsquid/substrate-typegen/lib/main.js:34:27
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
To Reproduce
Steps to reproduce the behavior:
Init project
Run npm install
Run sqd codegen
See the error
Expected behavior
Generate successfully and can use sqd process after that
Screenshots .
Environment (please complete the following information):
I check out the lastest version of giant-squid-main
node.js version: 18
OS version: Mac OS Ventura
Applicable to decoding issues:
chain name: kusama, also with polkadot
Additional context I also got a keygen error code 526 on some other networks like unique, and quartz when I remove polkadot.json and kusama.json from typegen folder for skipping polkadot and kusama error
After remove all network that get this error from CHAIN_NAMES and typegen folder, I can run sqd keygen successfully but It will get error with sqd process
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Hi Subsquid team,
I cloned your repository and try to run it from my computer. After run
sqd typegen
after I got this error:To Reproduce
Steps to reproduce the behavior:
npm install
sqd codegen
Expected behavior
Generate successfully and can use
sqd process
after thatScreenshots
.
Environment (please complete the following information):
Applicable to decoding issues:
Additional context
I also got a keygen error code 526 on some other networks like unique, and quartz when I remove
polkadot.json
andkusama.json
fromtypegen
folder for skipping polkadot and kusama errorAfter remove all network that get this error from
CHAIN_NAMES
andtypegen
folder, I can runsqd keygen
successfully but It will get error withsqd process
The text was updated successfully, but these errors were encountered: