client_session: <aiohttp.client.ClientSession object at 0x7f3307f050d0>
hello, when i run clairvoyance on some targets like this (https://ctm-cssit-ps3-dmz.us.dell.com/) i got and error, how can i fix it ? error :
root@aliwjpi:# clairvoyance "https://ctm-cssit-ps3-dmz.us.dell.com/graphql" -o schema.json -c 1
2023-04-21 05:12:24 INFO | Starting blind introspection on https://ctm-cssit-ps3-dmz.us.dell.com/graphql...
2023-04-21 05:12:24 INFO | Iteration 1
Traceback (most recent call last):
File "/usr/local/bin/clairvoyance", line 8, in
Run clairvoyance with LOG_LEVEL=debug set in your env, for example LOG_LEVEL=debug clairvoyance "https://ctm-cssit-ps3-dmz.us.dell.com/graphql" -o schema.json -c 1
It should print a message like:
2023-04-22 00:34:57 DEBUG | Unkwon error in `probe_typename`: "[...]" does not match any known regexes.
before throwing that error. More than likely they're using a graphql backend whose error messages clairvoyance doesn't support out of the box.