question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UI for TOS and Training keep appearing

See original GitHub issue

Describe the bug

UI for TOS and Training keep appearing when the docker is restarted. I tried to fix the issue by modifying manager.py with no success.

  if PC :
    default_params: List[Tuple[str, Union[str, bytes]]] = [
    ("CompletedTrainingVersion", "1"),
    ("HasAcceptedTerms", "1"),
    ("OpenpilotEnabledToggle", "1"),
    ]
  else:
    default_params: List[Tuple[str, Union[str, bytes]]] = [
    ("CompletedTrainingVersion", "0"),
    ("HasAcceptedTerms", "0"),
    ("OpenpilotEnabledToggle", "1"),
    ]

OS Version

Ubuntu 18.04

openpilot version or commit

eaf66b7e083c821ecbf9613c834dca9e24ccf1de

Additional info

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
adeebshihadehcommented, Apr 4, 2022

Definitely interested in tests around the simulator. See #2572. There’s also this open PR #24009.

1reaction
adeebshihadehcommented, Apr 4, 2022

Merged the fix into master and the image should be updated. Let me know if this fixed it for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltips: How to create and use the mighty UI pattern - Appcues
Traditional tooltips appeared when you hovered your cursor over an element. ... Keep your product tours short to maintain an optimal user onboarding ......
Read more >
Creating and Displaying UI - Unreal Engine Documentation
An example of how to create, display, and remove UI elements from the screen during gameplay.
Read more >
How to Make Great Training Videos in 2021 - TechSmith
Learn how you can easily create effective and engaging training videos in a few easy steps — even if you've never made a...
Read more >
Wear OS user interfaces - Android Developers
Wear OS makes it easy for users to engage with apps optimized for a watch. Ensure that content is displayed on the appropriate...
Read more >
Unexplained Windows or software behavior may be caused ...
To remove the program, follow the instructions that appear on your screen. You may have to restart your computer. Use the built-in program...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found