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

indexer cli get allocations bug #1004

Open
rotarur opened this issue Sep 13, 2024 · 0 comments
Open

indexer cli get allocations bug #1004

rotarur opened this issue Sep 13, 2024 · 0 comments

Comments

@rotarur
Copy link

rotarur commented Sep 13, 2024

When I execute graph indexer allocations get --status claimable I get this error:

graph@indexer-cli:~$ graph indexer allocations get --help
💁
graph indexer allocations get [options]
graph indexer allocations get [options] <allocation-id>
graph indexer allocations get [options] all

Options:

  -h, --help                                Show usage information
  -n, --network                             Filter allocations by their protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
      --status active|closed|claimable      Filter by status
      --deployment <id>                     Fetch only allocations for a specific subgraph deployment
  -o, --output table|json|yaml              Choose the output format: table (default), JSON, or YAML

graph@indexer-cli:~$ graph indexer allocations get --status claimable --network arbitrum-one
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]
graph@indexer-cli:~$ graph indexer allocations get --status claimable
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]

[GraphQL] Unsupported combination of variables provided, variables: [object Object]

Is this outdated and the claimable option should be updated or there's a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🗃️ Inbox
Development

No branches or pull requests

1 participant