teledrive icon indicating copy to clipboard operation
teledrive copied to clipboard

It's not working on Windows 10

Open tissole opened this issue 3 years ago • 0 comments

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?

tissole avatar Jun 06 '21 19:06 tissole