You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Skip checkForUpdatesAndNotify because application is not packed
Any solution?
The text was updated successfully, but these errors were encountered: