sureshanaparti opened a new issue, #211: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/211
sync cmd errors listapisresponse is empty. ``` [debug] NewAPIRequest API request URL:http://10.0.33.110:8080/client/api?apiKey=LIN6rqXuaJwMPfGYFh13qDwYz5VNNz1J2J6qIOWcd3oLQOq0WtD4CwRundBL6rzXToa3lQOC_vKjI3nkHtiD8Q&command=listApis&expires=2026-05-20T08%3A50%3A12Z&listall=true&response=json&sessionkey=x3rWru9qo0snzyRxJ-8IkflS_0Y&signature=pj5bEuvTQYzwB%2FufMN%2BkrpA8ahs%3D&signatureversion=3 [debug] Using HTTP POST for the request: http://10.0.33.110:8080/client/api [debug] NewAPIRequest response body:{"listapisresponse":{}} panic: interface conversion: interface {} is nil, not []interface {} goroutine 1 [running]: github.com/apache/cloudstack-cloudmonkey/config.(*Config).UpdateCache(0xc0000e0120?, 0xc000be8390) /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/config/cache.go:115 +0x1338 github.com/apache/cloudstack-cloudmonkey/cmd.init.4.func1(0xc0009ffd10) /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cmd/sync.go:35 +0xd0 github.com/apache/cloudstack-cloudmonkey/cli.ExecCmd({0xc000bae640, 0x1, 0x1}, 0x0) /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cli/exec.go:64 +0x1bb github.com/apache/cloudstack-cloudmonkey/cli.ExecLine({0xc000f4d374, 0x4}) /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cli/exec.go:51 +0x21b github.com/apache/cloudstack-cloudmonkey/cli.ExecPrompt() /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cli/prompt.go:84 +0x26e main.main() /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cmk.go:101 +0x7f1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
