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

Crash in pybar_fei4_histogrammer due to timestamp_stop #6

Open
YannickDieter opened this issue Dec 8, 2016 · 3 comments
Open

Crash in pybar_fei4_histogrammer due to timestamp_stop #6

YannickDieter opened this issue Dec 8, 2016 · 3 comments
Labels

Comments

@YannickDieter
Copy link

Traceback (most recent call last):
  File "/home/silab/miniconda2/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/home/silab/git/online_monitor/online_monitor/converter/transceiver.py", line 165, in run
    data = self.interpret_data(raw_data)
  File "/home/silab/git/silab_online_monitor/silab_online_monitor/converter/pybar_fei4_histogrammer.py", line 56, in interpret_data
    now = float(meta_data['timestamp_stop'])
KeyError: 'timestamp_stop'
DavidLP added a commit that referenced this issue Dec 8, 2016
@DavidLP
Copy link
Collaborator

DavidLP commented Apr 11, 2017

Still happening?

@laborleben
Copy link

Well I can't say, since you are the only one observing this. The commit SiLab-Bonn/pyBAR_fei4_interpreter@7c93ea5 is hiding any any "issue" with the timestamp. I put issue into quotation marks, because it is not a real issue, and any crashing was prevented by you commits.
I anyway suspect that this is a platform issue, because I never saw this on Linux in several years of operating the readout system.
I'd like to see this closed as well as SiLab-Bonn/pyBAR#48.

@DavidLP
Copy link
Collaborator

DavidLP commented Apr 12, 2017

I do not think that SiLab-Bonn/pyBAR#48 is related. This issue here is a not existing key and not a wrong value. Also SiLab-Bonn/pyBAR#48 still happens, thus needs a fix at some point or should at least be documented as unsolved. Thus is should be an open issue,

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

No branches or pull requests

3 participants