-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(*interface {}) is not supported by the TextConsumer, can be resolved by supporting TextUnmarshaler interface #263
Comments
This looks more like a version issue to me. Did you read version compatibility guide? |
Yeah I did try other versions 1.2 and 1.3, which gave some other issue :(
|
Well, for netbox 3.1.5, you should be able to use the provider versions up to (but excluding) 1.6. If that does not help, I cannot help you. We do not support old netbox versions (and the corresponding providers). The error you are getting is also quite generic, so I cannot help you just based on the message. Another option would be to upgrade your netbox and use a newer provider. |
Hey! make sure you don't have it: provider "netbox" { |
Good point, in this case, this is a duplicate of #198 I think I might have to re-consider disallowing a trailing slash in the url! |
thanks for your comment. I dont have forward slash at tailing end however similar error.
|
I have encountered the same issue. For me the issue was due to an additional authentication that I have setup in front of netbox. (Cloudflare access). Once I disabled cloudflare access for the site, I was able to authenticate with a token. (By default the superadmin token has no IP allowed, so I had to manually create another token). |
As an FYI, we also ran into this issue. Seems to have been caused by us updating the schema of the DB before the app was updated to 3.5. Once we got the app updated, the error went away for the new resources we were adding. |
I also ran into this issue. In this case, this had to do with a DNS related issue where netbox.oak01.example.net was available on port 80, but when going through port 443, the firewall will NAT it to another server which returned 403 and an HTML body. Other Go applications reported similiar issues and it was corrected through better error handling. |
I have encountered the same issue. The error occurs only on M1 mac, everything is successful on gitlab runner |
Hello, we were triggering issue What we figured out the problem is caused by So workaround is to set Fix at least in my opinion is: The client shall NOT expect connection to server API to be 100% stable. So it shall do a few retries if network connection glitch happens. Best! |
I'm seeing this problem across MacOS arm64, Linux arm64 & amd64. The only platform I don't see it with is Windows amd64. Tried settings |
Hi there,
I am getting weird error with the this provider version on MAC m1. Does this plugin has support for MAC with M1 chip ?
Netbox version is 3.1.5
The text was updated successfully, but these errors were encountered: