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

Fix missing locale entries #58

Merged
merged 5 commits into from
Oct 21, 2024
Merged

Conversation

RamesTheGeneric
Copy link
Contributor

No description provided.

@dfgHiatus dfgHiatus self-assigned this Oct 21, 2024
@dfgHiatus dfgHiatus added bug Something isn't working enhancement New feature or request labels Oct 21, 2024
@dfgHiatus dfgHiatus self-requested a review October 21, 2024 20:46
@dfgHiatus
Copy link
Contributor

Running this seems to spam a lot of this in the console:

[WARN] Capture source problem, assuming camera disconnected, waiting for reconnect
[WARN] Capture source 0 not found, retrying...
[WARN] Capture source problem, assuming camera disconnected, waiting for reconnect
[WARN] Capture source 0 not found, retrying...

else:
window[self.gui_restart_calibration].update(disabled=True)
window[self.gui_stop_calibration].update(disabled=True)
print(lang._instance.get_string("algoritm.disabled"))
print(lang._instance.get_string("info.disabled"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a log.info before this so we have the proper log level

@@ -395,11 +395,11 @@ def render(self, window, event, values):
if self.settings_config.use_calibration == True:
window[self.gui_restart_calibration].update(disabled=False)
window[self.gui_stop_calibration].update(disabled=False)
print({lang._instance.get_string("info.enabled")})
print(lang._instance.get_string("info.enabled"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a log.info before this so we have the proper log level

@@ -395,11 +395,11 @@ def render(self, window, event, values):
if self.settings_config.use_calibration == True:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the current state of the app, the "Start Calibration" and "Stop Calibration" buttons are disabled even if the app starts with the "Enable Calibration" checkbox set to true

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more sourc ;(

@dfgHiatus dfgHiatus merged commit c61c316 into Project-Babble:main Oct 21, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants