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
root> SHOW CONTINUOUS QUERIES
Traceback (most recent call last):
File "/home/rpchen1228/.pyenv/versions/3.6.4/bin/influx-prompt", line 8, in <module>
sys.exit(cli())
File "/home/rpchen1228/.pyenv/versions/3.6.4/lib/python3.6/site-packages/influx_prompt/main.py", line 176, in cli
influx_prompt.run_cli()
File "/home/rpchen1228/.pyenv/versions/3.6.4/lib/python3.6/site-packages/influx_prompt/main.py", line 95, in run_cli
arr = json_to_tabular_result(result)
File "/home/rpchen1228/.pyenv/versions/3.6.4/lib/python3.6/site-packages/influx_prompt/tabular.py", line 27, in json_to_tabular_result
values = series['values']
KeyError: 'values'
Official cli
> SHOW CONTINUOUS QUERIES
name: _internal
name query
---- -----
name: NOAA_water_database
name query
---- -----
>
The text was updated successfully, but these errors were encountered:
influx-prompt
Official cli
The text was updated successfully, but these errors were encountered: