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

Not finding localstorage file #4

Open
Golumpa opened this issue Jan 12, 2019 · 4 comments
Open

Not finding localstorage file #4

Golumpa opened this issue Jan 12, 2019 · 4 comments
Assignees

Comments

@Golumpa
Copy link

Golumpa commented Jan 12, 2019

Hey, just downloaded and tried running but can't seem to get this working correctly.

I have tried running this as administrator aswell.

Node Version: 8.12.0
NPM Version: 6.4.1
OS: Windows 10 x64

Error:

Looking for Discord process...
Found discord!
Copying application's Local Storage to temporary file...
appData: C:\Users\REMOVED\AppData\Roaming, name: discord
(node:17960) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, stat 'C:\Users\REMOVED\AppData\Roaming\discord\Local Storage\chrome-devtools_devtools_0.localstorage\chrome-devtools_devtools_0.localstorage-journal'
    at Object.fs.statSync (fs.js:948:11)
    at files.forEach.file (C:\Users\REMOVED\discord-emoji-stealer-master\get_token.js:45:16)
    at Array.forEach (<anonymous>)
    at getToken (C:\Users\REMOVED\discord-emoji-stealer-master\get_token.js:44:11)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)
(node:17960) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:17960) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.```
@Tenrys
Copy link
Owner

Tenrys commented Jan 12, 2019

Are you using canary or ptb?

@Golumpa
Copy link
Author

Golumpa commented Jan 12, 2019

No, I am currently using the stable build

[BUILD INFO] Release Channel: stable, Build Number: 30756

@darrenfuller
Copy link

I am seeing a similar issue. when i try to run on Linux, i get this error:

Looking for Discord process... Found discord! Copying application's Local Storage to temporary file... appData: /var/local, name: discord (node:31465) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, copyfile '/home/dfuller/.config/discord/Local Storage/https_discordapp.com_0.localstorage' -> './localstorage.tmp' at Object.fs.copyFileSync (fs.js:1918:11) at getToken (/work/git/discord-emoji-stealer/get_token.js:43:8) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) (node:31465) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:31465) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

When i create /usr/local/discord, i then get this error:

Looking for Discord process... Found discord! Copying application's Local Storage to temporary file... appData: /var/local, name: discord Could not find local storage!

This worked previously without issues... so it's a new problem IMO

@devrism
Copy link

devrism commented Apr 4, 2019

Can confirm, am having a similar error as darrenfuller:
Node Version: 10.15.3
NPM Version: 6.4.1
OS: Windows 10 x64
Using the stable build

Looking for Discord process...
Found discord!
Copying application's Local Storage to temporary file...
appData: C:\Users\REMOVED\AppData\Roaming, name: discord
Could not find local storage!

@Tenrys Tenrys self-assigned this Jul 18, 2022
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

4 participants