InfluxDBStudio
InfluxDBStudio copied to clipboard
Show series - index out of range
When I click on show series here:
I get an "index out of range" message:
From the user point of view this message is a bit confusing and I'm not sure what it means.
PS - love the tool!
I see, yes I, In general as a catch all, just to avoid a program crash, I put many blocks in a high-level try catch and just alert the exception's message, so there's at least some level of graceful fail over. For very specific errors I'm open to creating a more user-friendly error messages as they occur, but that sort of infers we know what the error is and why it happened. When you see an error like this that is clearly an unhandled exception's message, it is because it was unexpected/unhandled.
Errors like that should have their full stack trace written to a file called: InfluxDBStudio.log which I believe should be written to the same directory as the .exe. You can look to see if the log file has more details so we can figure out what the actual unhandled exception was in that case.
Also I haven't updated the nugget dependency yet to the latest InfluxData.Net, so if we are not benefiting from any bug fixes to the underlying library. Some of these errors might be related, but I'm not sure.
I'll see if I can find that log and give you the output tomorrow.