Nicolas Thomas
Nicolas Thomas
https://gist.github.com/thomnico/c3ff171ed1204da93affc086a1415129
I added the pull request #27 for devinfo. Here is one of the non working call I got: songpal --endpoint http://192.168.0.100:10000/sony source WARNING:songpal.service:More than on version for {'versions': [{'version': '1.1'},...
https://gist.github.com/thomnico/1e78afa45ea7808842994739e9dcfc9f same with debug information
Thanks for the answers. All the lines with 'unsupported operation' seems to need some attention or should not log such a message, imho. My ideal scenario will be to be...
Intent is to remove this call entirely, it remains to not break previous usage. Direct access to ssh using pexect or paramiko should be prefered. You can see an example...
The recommended method by far is the API calls only, you should not use cli in a programatic way it is a receipt for troubles when calls fails. You should...
It was actually a quick fix for python 3. Do you have a suggestion for solving this ?
Will a configuration parameter for utf-8 solve your issue ?
I saw it working when doing tests manually. I use flavors and integration_test which seems to reset the storage, any idea how to avoid this behavior ? Nicolas
Hello @JonTheNiceGuy, The logic and reason I implemented a set in fortiosapi module is to allow to declare in a playbook: set name: hostb .. irrelevant of what the initial...