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
Did you search for an existing issue or pull request?
Description
Currently, I run the SubQuery project locally using subql-node and connect my index node on a custom Substrate chain (my index node also running locally). I have Postgres v14 installed already. But when I ran subql-node -f ., I got the following output:
Output:
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
cjs 10.1.1 node_modules/@subql/node/node_modules/@polkadot/util/cjs
cjs 9.7.2 node_modules/@subql/node/node_modules/@subql/utils/node_modules/@polkadot/util/cjs
2022-07-28 01:57:31 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
2022-07-27T18:57:32.058Z <Project> INFO force cleaned schema and tables
2022-07-27T18:57:32.062Z <store> INFO Historical state is disabled
2022-07-27T18:57:32.158Z <dictionary> WARN failed to fetch specVersion result Error: Only absolute URLs are supported
2022-07-27T18:57:32.159Z <subql-node> INFO Node started on port: 3000
2022-07-28 01:57:33 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
2022-07-28 01:57:33 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
2022-07-28 01:57:33 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
2022-07-28 01:57:33 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
2022-07-28 01:57:33 API/INIT: Not decorating unknown runtime apis: 0x9f5f822b6fd456f6/1, 0x51fffea56fd0c5d4/1, 0x2358a96901b1aa87/1
Also checked my database and it's empty.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment:@subql/cli/1.3.1 darwin-arm64 node-v18.6.0 Query Version: I'm not using subql-query. Indexer Version:1.5.1 Network Details:
Custom Polkadot Substrate.
Endpoint: ws://127.0.0.1:9944 (I can connect to this endpoint using polkadot UI app).
Any other information
Screenshots
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Currently, I run the SubQuery project locally using
subql-node
and connect my index node on a custom Substrate chain (my index node also running locally). I havePostgres v14
installed already. But when I ransubql-node -f .
, I got the following output:Output:
Also checked my database and it's empty.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment:
@subql/cli/1.3.1 darwin-arm64 node-v18.6.0
Query Version: I'm not using
subql-query
.Indexer Version:
1.5.1
Network Details:
ws://127.0.0.1:9944
(I can connect to this endpoint using polkadot UI app).Any other information
Screenshots
The text was updated successfully, but these errors were encountered: