Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On failing to retrieve data from probe, offer to go home #14

Open
micahjohnson150 opened this issue Oct 6, 2020 · 0 comments
Open

On failing to retrieve data from probe, offer to go home #14

micahjohnson150 opened this issue Oct 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@micahjohnson150
Copy link
Member

  • radicl version: 0.4.2
  • Firmware version (if applicable):
  • Python version: 3.8.5
  • Operating System: Windows 10 HOME

Description

When the probe is not ready for a measurement or does not return data we ask the user if they want to try again and then offer to start another measurement. What we don't do is offer to got back. Thus if the problem persists the user is stuck in a infinite loop of failing to get measurements.

What I Did

radicl.probe ERROR resetMeasurement error:2049
Press any key to begin a measurement.

radicl.probe ERROR startMeasurement error:2049
Press any key to stop the measurement.

radicl.probe ERROR stopMeasurement error:2049
radicl.radicl INFO Downloading rawacceleration data from probe...
radicl.probe INFO Querying probe for acceleration data...
radicl.probe ERROR Read Acceleration error: No data available!
radicl.radicl ERROR
radicl.radicl ERROR Retrieving probe data failed, try again.
radicl.probe ERROR resetMeasurement error:2049
Press any key to begin a measurement.

radicl.probe ERROR startMeasurement error:2049
Press any key to stop the measurement.

radicl.probe ERROR stopMeasurement error:2049
radicl.radicl INFO Downloading rawacceleration data from probe...
radicl.probe INFO Querying probe for acceleration data...
radicl.probe ERROR Read Acceleration error: No data available!
@micahjohnson150 micahjohnson150 self-assigned this Oct 6, 2020
@micahjohnson150 micahjohnson150 added bug Something isn't working enhancement New feature or request labels Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant