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

how to fix this error ? #527

Open
AliRazaManzoor opened this issue Apr 4, 2024 · 1 comment
Open

how to fix this error ? #527

AliRazaManzoor opened this issue Apr 4, 2024 · 1 comment

Comments

@AliRazaManzoor
Copy link

C:\Users\ali\Desktop\edl>python edl --serial printgpt
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2023.
main
main - [LIB]: ←[33mPlease first install libusb_win32 driver from Zadig←[0m
main - Trying with no loader given ...
main - Waiting for the device
Detected 0x5c6:0x9008 device at: COM6
main - Device detected :)
DeviceClass - Warning !
main - Mode detected: sahara
Traceback (most recent call last):
File "C:\Users\ali\Desktop\edl\edl", line 387, in
base.run()
File "C:\Users\ali\Desktop\edl\edl", line 295, in run
version = conninfo["data"].version
AttributeError: type object 'req' has no attribute 'version'

@ElectroBoy404NotFound
Copy link

You need to fix a few things:

  1. You need to install libusb driver
  2. You are using serial mode which I found to be a little unreliable atleast on my computer
  3. I think you are retrying after another failed attempt with a different error

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

2 participants