Telebit breaks on reboot on manjaro 22 #60

Open
opened 2022-09-26 08:38:11 +00:00 by Ghost · 0 comments

After installing telebit on Manjaro using the curl https://get.telebit.io/ | bash command, the installation does not create a link in the /bin directory, but everything works fine untill a reboot.

After rebooting and starting it again with /home/user/Applications/telebit/bin/telebit enable it returns an error

/home/user/Applications/telebit/bin/telebit-remote.js:643
  var verstrd = [ pkg.name + ' daemon v' + state.config.version ];
                                                        ^

TypeError: Cannot read property 'version' of undefined
    at handleConfig (/home/user/Applications/telebit/bin/telebit-remote.js:643:57)
    at /home/user/Applications/telebit/bin/telebit-remote.js:359:22
    at /home/user/Applications/telebit/usr/share/install-launcher.js:241:26
    at ChildProcess.exithandler (child_process.js:280:7)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
After installing telebit on Manjaro using the `curl https://get.telebit.io/ | bash` command, the installation does not create a link in the `/bin` directory, but everything works fine untill a reboot. After rebooting and starting it again with `/home/user/Applications/telebit/bin/telebit enable` it returns an error ``` /home/user/Applications/telebit/bin/telebit-remote.js:643 var verstrd = [ pkg.name + ' daemon v' + state.config.version ]; ^ TypeError: Cannot read property 'version' of undefined at handleConfig (/home/user/Applications/telebit/bin/telebit-remote.js:643:57) at /home/user/Applications/telebit/bin/telebit-remote.js:359:22 at /home/user/Applications/telebit/usr/share/install-launcher.js:241:26 at ChildProcess.exithandler (child_process.js:280:7) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:962:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) ```
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#60
No description provided.