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

KeyError: 'errors' #99

Open
BreakALegCml opened this issue May 10, 2024 · 1 comment
Open

KeyError: 'errors' #99

BreakALegCml opened this issue May 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BreakALegCml
Copy link

linux
command:docker run --rm nikitastupin/clairvoyance https://www.xxxx.au/graphql -o schema.json

Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/clairvoyance/main.py", line 4, in
cli()
File "/clairvoyance/cli.py", line 142, in cli
asyncio.run(
File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/clairvoyance/cli.py", line 89, in blind_introspection
schema = await oracle.clairvoyance(
File "/clairvoyance/oracle.py", line 578, in clairvoyance
valid_fields = await probe_valid_fields(
File "/clairvoyance/oracle.py", line 209, in probe_valid_fields
result = await task
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 571, in _wait_for_one
return f.result() # May raise f.exception().
File "/clairvoyance/oracle.py", line 176, in __probation
errors = response['errors']
KeyError: 'errors'
2024-05-10 14:07:59 ERROR | Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f207b4cd150>

@shopnobuzz
Copy link

Same issues here!

@Privat33r-dev Privat33r-dev added the bug Something isn't working label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants