I have set up a local cloud server (raspberryPi - because I need a setup without internet access) - and have added the keys so that the “spark core” connects, it shows up in the server screen:
Connection from: 192.168.178.67, connId: 9
on ready { coreID: '53ff75065075535129171787',
ip: '192.168.178.67',
product_id: 0,
firmware_version: 4,
cache_key: '_8' }
Core online!
I also created an user account, changed my spark.config.json - and can login from my PC to the server with that account. I then claimed the core
spark core add 53ff75065075535129171787
which succeeded. However, when I try
spark cloud list
I get:
Checking with the cloud...
Retrieving cores... (this might take a few seconds)
No cores found.
??
What can I do to debug this issue?
thanks,
michael2