You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to connect to a device with balena ssh, if the device is offline, or not accessible by the user, it just throws
BalenaDeviceNotFound: Device not found: <UUID>
It makes sense, when the user cannot access the device (ie. it's in someone else's app), but does not make sense when the device is just offline, and otherwise it will be accessible when it comes online. In that case IMHO it should be something like BalenaDeviceOffline error or something, so that the real reason is highlighted.
balena CLI version: 11.7.4
Operating system version: ArchLinux
32/64 bit OS and processor: 64-bit
Install method: npm
If npm install, Node.js and npm version: node v11.15.0, npm 6.10.2
Please keep in mind that we try to use the issue tracker of this repository for specific bug
reports & CLI feature requests. General & troubleshooting questions are encouraged to be posted to
the balena forums, which are monitored by balena's support team and
where the community can both contribute and benefit from the answers.
Before submitting this issue please check that this issue is not a duplicate. If there is another
issue describing the same problem or feature please add your information to the existing issue's
comments.
The text was updated successfully, but these errors were encountered:
Or at the very least, if detecting the offline condition is "difficult" or pending SDK updates, change the error message to say something like "device offline, not found or missing access permission" (so the user is aware of the uncertainty).
When trying to connect to a device with
balena ssh
, if the device is offline, or not accessible by the user, it just throwsIt makes sense, when the user cannot access the device (ie. it's in someone else's app), but does not make sense when the device is just offline, and otherwise it will be accessible when it comes online. In that case IMHO it should be something like
BalenaDeviceOffline
error or something, so that the real reason is highlighted.Please keep in mind that we try to use the issue tracker of this repository for specific bug
reports & CLI feature requests. General & troubleshooting questions are encouraged to be posted to
the balena forums, which are monitored by balena's support team and
where the community can both contribute and benefit from the answers.
Before submitting this issue please check that this issue is not a duplicate. If there is another
issue describing the same problem or feature please add your information to the existing issue's
comments.
The text was updated successfully, but these errors were encountered: