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

It's not working on Windows 10 #112

Open
tissole opened this issue Jun 6, 2021 · 0 comments
Open

It's not working on Windows 10 #112

tissole opened this issue Jun 6, 2021 · 0 comments

Comments

@tissole
Copy link

tissole commented Jun 6, 2021

Hello and thank you for developing this program. It has some unique features and a GUI, pretty rare for this type of script. I wanted to try it but after installation it does nothing. I have the same issue as the one reported on #41. I tried to install from source and got this:

yarn run v1.22.10
$ electron .

Skip checkForUpdatesAndNotify because application is not packed

[SETUP] App storage:
C:\Users\kms\AppData\Roaming\TeleDrive
(node:2376) UnhandledPromiseRejectionWarning: Error: Dynamic Linking Error: Win32 error 126
at new DynamicLibrary (D:\TeleGram\TeleDrive\node_modules\ffi-napi\lib\dynamic_library.js:75:11)
at Object.Library (D:\TeleGram\TeleDrive\node_modules\ffi-napi\lib\library.js:47:10)
at new TdJsonClient (D:\TeleGram\TeleDrive\node_modules\airgram\components\TdJsonClient.js:86:27)
at new Airgram (D:\TeleGram\TeleDrive\node_modules\airgram\Airgram.js:50:116)
at module.exports.create (D:\TeleGram\TeleDrive\src\telegram-binder\index.js:153:12)
at App. (D:\TeleGram\TeleDrive\src\app.js:78:14)
at App.emit (events.js:315:20)
(Use electron --trace-warnings ... to show where the warning was created)
(node:2376) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:2376) [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.

Any solution?

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

1 participant