Chris Allen
Chris Allen
@de1acr0ix yes, the user contains an underscore. It looks like we're all -_.
It's occurring when I'm accessing a GitHub repo that's in the enterprise cloud. I give a public repo a try and let you know. I'll also give the workaround at...
I executed `git config --global credential.gitHubAccountFiltering "false"` and the problem went away so the workaround works. After doing that I set it back to "true" and was able to pull...
I am running version 1.9.3. Initially I found that 1.9.2 was installed at a different location than where 1.9.3 got installed when I updated but I've now have 1.9.3 in...
We've continued to look into this and found that a fix for the "user" to "username" parameter was delivered with 1.9.3 (https://github.com/ansible-collections/community.zabbix/pull/927) for httpapi. The issue we're hitting is with...
@flowerysong we're running ansible.netcommon 5.1.0 so not sure if it's the same issue? ``` ansible-galaxy collection list ansible.netcommon # /usr/local/lib/python3.9/site-packages/ansible_collections Collection Version ----------------- ------- ansible.netcommon 5.1.0 ```
@flowerysong thanks, with your information I was able to convert from using server_url, login_user and login_password which uses Python's zabbix_api to httpapi in this module. Maybe it'll help someone else...
@dberardo-com Correct, that's the error I saw. You can see it's passing "user" as the parameter to the API which the API isn't accepting since it's not a valid parameter....