KernelWanderers / OCSysInfo

Basic, high-level and efficient CLI for discovering, outputting and parsing hardware information from the current system.
MIT License
94 stars 14 forks source link

[BUG]: #30

Closed mhayta closed 1 year ago

mhayta commented 1 year ago

Describe the bug Linux version not work on my asus x555l machine and throw an error: Traceback (most recent call last): File "main.py", line 13, in File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module File "info.py", line 24, in File "info.py", line 26, in AppInfo File "info.py", line 15, in get_latest_version FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIZUp7tu/src/util/version.json' [230178] Failed to execute script 'main' due to unhandled exception!

Platform (please complete the following information):

kernel-dev commented 1 year ago

Which release version are you using?

mhayta commented 1 year ago

Error in version [v1.0.9-beta], 1.08 working as expected.

kernel-dev commented 1 year ago

I don't currently have Linux installed on my machine, so I don't know when I'll be able to get around to this issue. I'll pin this issue. Thank you for bringing it to attention.

kernel-dev commented 1 year ago

Hi, @mhayta. I believe the Linux binaries should now be up to date with the latest commit from releases-source. Please do let me know if everything's working.

mhayta commented 1 year ago

Download this https://github.com/KernelWanderers/OCSysInfo/releases/download/v1.0.9-beta/ocsysinfo_linux_x86_64 . Working properly. But version info still 1.0.8? image

kernel-dev commented 1 year ago

I forgot to change that in the releases-source branch I think lol. Otherwise, everything seems to be working fine. Thank you for bringing it to our attention :+1: