jethornton / mesact1

MIT License
24 stars 10 forks source link

download firmware not defined #85

Closed DrKnow65 closed 1 year ago

DrKnow65 commented 1 year ago

First, thanks for the config tool. I have found it very helpful to be able to check the PD and HMID to see what the different available firmwares are providing and gives me better confidence I'm communicating properly versus a ping.

This is the error I get when trying to download the firmware for the 7i98 board. I have worked around by downloading and extracting into the libmesa directory, but thought you might like to know it's popping up. I have good internet via an Edimax USB adapter I use while configuring the PC.

Mesact Version: 1.2.0 Build Date: 12/31/2022 File "../../usr/lib/python3/dist-packages/libmesact/updates.py", line 23, in downloadFirmware download(parent, firmware_url, destination) NameError name 'download' is not defined

I also get errors when looking to open manuals under the info tab.

Mesact Version: 1.2.0 Build Date: 12/31/2022 File "../../usr/lib/python3/dist-packages/libmesact/updates.py", line 99, in showDocs docPath = os.path.join(parent.docs_path, pdfDoc.currentData()) AttributeError 'MainWindow' object has no attribute 'docs_path' Please file an issue at https://github.com/jethornton/mesact/issues

I am presuming the errors are related? I am not well versed in Linux so if you need clearer information to work with please be specific about how I can find it for you.

Thanks again, Jeff

jethornton commented 1 year ago

The latest version is 1.2.1, please update as these bugs have been fixed.