InfluxDB-MacOS-Desktop icon indicating copy to clipboard operation
InfluxDB-MacOS-Desktop copied to clipboard

InfluxDB MAC桌面版管理工具/InfluxDB MAC Desktop Manage

Results 4 InfluxDB-MacOS-Desktop issues
Sort by recently updated
recently updated
newest added

最近我们在升级influxdb服务端版本,升级之后再用客户端时发现,在双击表的时候,程序崩溃。 通过抓包对比两个版本的请求记录,我发现对于旧版,会响应show filed keys from 的请求。而新版influxdb服务端则返回空。阅读源码后,怀疑是main.py:422/423循环处理show filed keys 的结果时没兼容返回为空的情况。 通过对比其他类似客户端([influxdb workBench](https://github.com/JorgeMaker/InfluxDBWorkBench),在它的逻辑里,建立连接后第一个请求是show databases,第二个请求是查询库中的表数据show measurements,之后即可开始查询数据,个人认为field keys 不是必要请求。建议兼容无field keys 的情况。 抓包查看的请求: http://localhost:8086/query?q=SHOW+FIELD+KEYS+FROM+%22table_name%22&db=db_name 旧版本服务端的返回(正常逻辑,不崩溃): `{ "results": [ { "statement_id": 0, "series": [ { "name":...

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies