lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
301 stars 37 forks source link

New PRTG Update possibly introduced new bug. #273

Closed codepend closed 2 years ago

codepend commented 2 years ago

Describe the bug

I am receiving an error calling GetDynamicSensorParametersAsync, it is returning a 401 un-authenticated. I am 99.999% certain this is related to an update to PRTG version 22.1.74.1869.

Was working previously until update.

PrtgAPI v0.9.16 PRTG v22.1.74.1869+

Steps to reproduce

var result = await client.GetDynamicSensorParametersAsync(device, sensorType);

What is the output of 'Get-PrtgClient -Diagnostic'?

Azure Functions, Windows, .net 5.0

Additional context

No response

lordmilko commented 2 years ago

Duplicate of #268