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

Add relocking #403

Open
wants to merge 177 commits into
base: develop
Choose a base branch
from
Open

Add relocking #403

wants to merge 177 commits into from

Conversation

bleykauf
Copy link
Collaborator

No description provided.

@bleykauf bleykauf mentioned this pull request May 21, 2024
@bleykauf
Copy link
Collaborator Author

Currently this error when starting the server:

Exception in thread Thread-1 (_acquisition_loop):
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/root/linien/linien-server/linien_server/acquisition.py", line 91, in _acquisition_loop
    self.csr.set(key, value)
  File "/root/linien/linien-server/linien_server/csr.py", line 44, in set
    assert value == val or ma + value == val, (
AssertionError: ('Value for logic_relock_watcher_min_error out of range', (-7371, 1, 2))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant