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

Problem with some XRF units #2

Open
solmoller opened this issue Jan 3, 2016 · 0 comments
Open

Problem with some XRF units #2

solmoller opened this issue Jan 3, 2016 · 0 comments

Comments

@solmoller
Copy link

Great to package the software like this!

I had a little problem with some of my units.
I have slice of Pi, and some of my old v 1.5a XRF's have lost their programming over the years. (probably as they were placed in warm environments, 40 degrees celcius)

When I select the tty0 port and click next, the python script fails:
sudo python FirmwareUploader.py
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1437, in call
return self.func(_args)
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 498, in callit
func(_args)
File "FirmwareUploader.py", line 1506, in _checkSerialGetVersionError
self.createDevicesList()
File "FirmwareUploader.py", line 714, in createDevicesList
self._checkAcceptsLLAP()
File "FirmwareUploader.py", line 778, in _checkAcceptsLLAP
self._xrfVersion = self._listboxSelection.split('v',1)[1] # splits on v char to get the hw version Number
AttributeError: FirmwareUploader instance has no attribute '_listboxSelection'

Any hints on how to revive them? I have managed to get two of my dead units back to life, but I still have two more that are giving the above error message.

I can modify the python code and dig out any data if needed.

Henrik

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

No branches or pull requests

1 participant