Open kannab98 opened 2 years ago
Please reveal the output of pip freeze
.
As for the pyqtgraph
error, I won't fix it. Make an issue on their side.
The error in stubs.py
looks bizarre. However, as I don't use NoneType
anywhere, here is the fix: https://github.com/StSav012/e-502/commit/7c7a1d74eee1c505ceced5bfb454d57dac32b9ad.
The IndexError
looks like it should have been fixed long ago. I'll check whether the code here is the latest I possess. As a short fix, consider https://github.com/StSav012/e-502/commit/c10ed3bdd45e99895192653b41e6361b6d26c940.
Finally, the input data look anything but wrong. I wonder if the byte order is right. I have sys.byteorder == 'little'
on all my systems. What is yours? Unless it's about the byte order, I need the traffic dump or any kind of connection to the device.
I've tried some manipulations. When I change the byte order, I get some -2.14e-38 to 2.14e-38 from the values you've written. This doesn't look right, either. puzzled
Thanks for the hotfixes!
I think we should try running the scripts on the same machine. I can provide you Wireguard tunnel to the Raspberry Pi with an E-502 connected to it.
Will this be enough for testing?
Thanks, I do suppose it is enough. Please PM me with further info.
Okay, I'll give you the details on Monday. Unfortunately, I don't have access to the device right now.
Добрый день!
Попробовал запустить программу с конфигами из репозитория. Возникло несколько вопросов. Запускал с несколькими версиями интерпретаторов под Arch Linux:
v. 3.10.5 в виртуальном окружении с минимальным колличеством зависимостей Получил следующую ошибку от
pyqtgraph
На anaconda v. 3.8.8 удалось запуститься.
Незначительный баг
В файле
stubs.py
На версии sys (3,8,8) не обработались исключения и выдавалась ошибка на импорт NoneType. Пока что создал вот такой "костыль" :Баг или неправильный запуск программы?
При запуске с конфигом
При начале записи возникает ошибка индексирования
Поскольку функция отвечала только за имя файла, куда после сохранялись данные, временно поменял
self.tabs[channel].title()
наself.tabs[0].title()
.Получил следующий output в файл
imp_000001.csv
: