Attify-Zigbee-Framework icon indicating copy to clipboard operation
Attify-Zigbee-Framework copied to clipboard

zbreplay

Open nargizaraimova opened this issue 7 years ago • 2 comments

Hi, I have an issue with zbreplay. The error is: AttributeError: 'QComboBox' object has no attribute 'text' Traceback (most recent call last): File "main.py", line 138, in zbreplay file=self.zbreplayFile.text()

nargizaraimova avatar Jun 03 '18 19:06 nargizaraimova

i believe it should be file=self.zbreplayFile.currentText()

richard-adlava avatar Jun 04 '18 01:06 richard-adlava

i believe it should be file=self.zbreplayFile.currentText()

Thx man, it really works!

Joyoe avatar Jan 03 '20 08:01 Joyoe