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
freephoenix888@FreePhoenix888:~/Programming/teledrive$ yarn
yarn install v1.22.22
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 16.69s.
freephoenix888@FreePhoenix888:~/Programming/teledrive$ yarn start
yarn run v1.22.22
$ electron .
APPIMAGE env is not defined, current application is not an AppImage
18:38:43.229 › [SETUP] App storage:
18:38:43.232 › /home/freephoenix888/.config/TeleDrive
(node:71073) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'libssl.so.1.0.0'
at Object.openSync (fs.js:476:3)
at Object.func [as openSync] (electron/js2c/asar_bundle.js:5:1846)
at readFileSync (fs.js:377:35)
at e.readFileSync (electron/js2c/asar_bundle.js:5:8643)
at new DynamicLibrary (/home/freephoenix888/Programming/teledrive/node_modules/ffi-napi/lib/dynamic_library.js:68:23)
at Object.Library (/home/freephoenix888/Programming/teledrive/node_modules/ffi-napi/lib/library.js:47:10)
at new TdJsonClient (/home/freephoenix888/Programming/teledrive/node_modules/airgram/components/TdJsonClient.js:86:27)
at new Airgram (/home/freephoenix888/Programming/teledrive/node_modules/airgram/Airgram.js:50:116)
at module.exports.create (/home/freephoenix888/Programming/teledrive/src/telegram-binder/index.js:153:12)
at App.<anonymous> (/home/freephoenix888/Programming/teledrive/src/app.js:78:14)
(Use `electron --trace-warnings ...` to show where the warning was created)
(node:71073) 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:71073) [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.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[71073:0603/173844.832612:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
/home/freephoenix888/Programming/teledrive/node_modules/electron/dist/electron exited with signal SIGTRAP
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: