sureshanaparti commented on PR #13149:
URL: https://github.com/apache/cloudstack/pull/13149#issuecomment-4496624156

   > @sureshanaparti
   > 
   > Getting the following error on ol8
   > 
   > ```
   > (localcloud) 🐱 > sync
   > panic: interface conversion: interface {} is nil, not []interface {}
   > 
   > goroutine 1 [running]:
   > 
github.com/apache/cloudstack-cloudmonkey/config.(*Config).UpdateCache(0xc0000e0120?,
 0xc0013b0390)
   >    /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/config/cache.go:115 
+0x1338
   > github.com/apache/cloudstack-cloudmonkey/cmd.init.4.func1(0xc0011ab740)
   >    /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cmd/sync.go:35 +0xd0
   > github.com/apache/cloudstack-cloudmonkey/cli.ExecCmd({0xc001330d30, 0x1, 
0x1}, 0x0)
   >    /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey/cli/exec.go:64 
+0x1bb
   > github.com/apache/cloudstack-cloudmonkey/cli.ExecLine({0xc00133d420, 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
   > ```
   
   @kiranchavala no user with that api key, re-check with valid key.
   ```
   2026-05-20 08:35:12,286 DEBUG [c.c.a.ApiServer] 
(qtp253011924-21:[ctx-c42ab8fc, ctx-95d85cb5]) (logid:3f28955f) apiKey does not 
map to a valid user -- ignoring request, apiKey: 
LIN6rqXuaJwMPfGYFh13qDwYz5VNNz1J2J6qIOWcd3oLQOq0WtD4CwRundBL6rzXToa3lQOC_vKjI3nkHtiD8Q
   
   mysql> SELECT user_id, api_key, created FROM cloud.api_keypair;
   
+---------+----------------------------------------------------------------------------------------+---------------------+
   | user_id | api_key                                                          
                      | created             |
   
+---------+----------------------------------------------------------------------------------------+---------------------+
   |       3 | 
DgNbW4qqDYY9dTTxOW0AV6qI2dDvXtwlbJZtfGSDjfP5zhwuDx6FwXAjT6ARMAmvYxfEIlbCAGpfU1Rx5en6kg
 | 2026-05-19 11:23:47 |
   
+---------+----------------------------------------------------------------------------------------+---------------------+
   1 row in set (0.00 sec)
   ```


-- 
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]

Reply via email to