Shawn Wilsher
Shawn Wilsher
@colemamd, if you don't have the time to finish this off, I have some time available that I could finish off what you started if you wanted to upload it...
I have plenty of projects to work on, so happy to let you finish it up. No worries on the delay, and I hope the new job is working out...
Yeah, what I tend to do is grab an API call, and then take that data (with `scripts/invoke_method.py`) and then play around with tests to get it into a usable...
Passing arguments can be tricky, and I should probably improve the help/documentation for that script to make it clearer (especially because I think I've forgotten myself). If you have some...
I think @colemamd is planning to add a bit more support for pools here :)
Alright, @colemamd, we can get merged in what you have, and deal with other additions later then :D
TrueNAS claims that it's supposed to be the same API for both, but I've only tested it against Core, not Scale. It'll be awhile before I have the time to...
Oh wait, that stack trace is backwards from what I'd expect. It *is* trying to talk to the server. I think this is https://bugs.python.org/issue32958. I'm guessing you have a long...
Looking into this further, we don't use username@hostname to connect. The length of the password, username, and api key doesn't matter, since those are sent as a method over the...
v0.3.0 of this custom integration has some additional logging code which might help us figure out what is going on here. To do this, you'll want to update the [logger...