-
Notifications
You must be signed in to change notification settings - Fork 95
Problem fetching Dashboard(s). Error: An item with the same key has already been added. Key: Server #420
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @pryansancsoft, thanks for using our client. I am not able to simulate your error with my Can you export and share your dashboard? Regards |
I don't think this will help, but you can find it below. I have also discovered that using other services results in the same issue. Such as the following:
Below is the export of a Dashboard, however this happens for all of them.
|
@pryansancsoft thanks for clarification. It looks like that the problem is caused by duplicated HTTP headers in response from InfluxDB. Do you use a HTTP proxy before the InfluxDB? Can you print out the HTTP headers from response?
|
I am attempting to get a specific Dashboard by ID and obtain all of the Cell information within it. I am getting a dictionary insert error when trying to get a valid Dashboard by ID.
Steps to reproduce:
Using the following code is enough for me to reproduce.
Expected behavior:
Obtain all Cells for a specific Dashboard.
Actual behavior:
The following error is received:
Specifications:
I am also using the following code, which does work:
The text was updated successfully, but these errors were encountered: