Hello,
Don't know if it's related to cloudstack 4.5, which is the version i am using, but when i tried to use the library i had the cloudstack management server returned http errors 501 with a message stating
that "ET method is not defined on RFC 2068 and is not supported by the API".
After some light debug, i prefixed a "\n" to the string of the method on file cloudstack.go, line 316
to the http.NewRequest function. Strangely It works.
I have found this strange behaviour under ubuntu trusty 14.04, with golang version 1.2.
It also happen under MacOSX golang version 1.4.2
Any clue ?
Hello,
Don't know if it's related to cloudstack 4.5, which is the version i am using, but when i tried to use the library i had the cloudstack management server returned http errors 501 with a message stating
that "ET method is not defined on RFC 2068 and is not supported by the API".
After some light debug, i prefixed a "\n" to the string of the method on file cloudstack.go, line 316
to the http.NewRequest function. Strangely It works.
I have found this strange behaviour under ubuntu trusty 14.04, with golang version 1.2.
It also happen under MacOSX golang version 1.4.2
Any clue ?