lordmilko
lordmilko
You can work around this for now by doing `Get-ObjectProperty -Raw`
If you press Ctrl+Shift+J and click on this input element, you might be able to see the raw property name to specify to `Get-ObjectProperty -RawProperty`. However, I can see from...
Is there a way of doing this in the PRTG UI?
Thanks @m4xr1s, It seems like you can specify a `count` parameter to do this. PrtgAPI does not support specifying a count when requesting System Info objects. I would need to...
After reproducing the crash can you please provide the output of `$error[0].Exception.StackTrace`. This will tell me where in the code the crash is happening
This indicates the bug is in your code, somewhere in your `PRTGCAddCachedSensors` function, rather than in PrtgAPI. PrtgAPI does not have a function called `PRTGCAddCachedSensors` Consider inspecting `$error[0].ScriptStackTrace` after reproducing...
It is generally recommended to use i686-elf-tools on Ubuntu. The issue you are experiencing is most likely a result of the fact the python package is now called "python3" instead....
Thanks @NotYourFox, I don't currently have the bandwidth to test this, but it seems like this is becoming a not too uncommon issue, so I have updated the README to...
This issue should now be resolved. Thanks @NotYourFox for your proposed solutions, and thanks @sasdallas for submitting and testing a PR with these changes