bkerler / edl

Inofficial Qualcomm Firehose / Sahara / Streaming / Diag Tools :)
GNU General Public License v3.0
1.59k stars 372 forks source link

AttributeError: type object 'req' has no attribute 'version' #467

Open adeveloper79 opened 11 months ago

adeveloper79 commented 11 months ago

tried on my zenfone 9 and it gave this error

E:\edl> python edl --serial --loader=zenfone9_firehose_ddr.elf Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2023. main main - [LIB]: Please first install libusb_win32 driver from Zadig main - Using loader zenfone9_firehose_ddr.elf ... main - Waiting for the device Detected 0x5c6:0x9008 device at: COM8 main - Device detected :) DeviceClass - Warning ! main - Mode detected: sahara Traceback (most recent call last): File "E:\edl\edl", line 386, in base.run() File "E:\edl\edl", line 294, in run version = conninfo["data"].version ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'req' has no attribute 'version'

i tried on my other older devices too it had same error

chandanroksjsr commented 11 months ago

did you manage to solve this?

adeveloper79 commented 11 months ago

did you manage to solve this?

sadly no

filipe-maia commented 6 months ago

Same as: https://github.com/bkerler/edl/issues/508