yafp / ttth

ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Twitter, Google and several others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unhandled error

pronoviol opened this issue · comments

Expected Behavior

fine but....unhandled error

Actual Behavior

Unhandled Error
TypeError: Error processing argument at index 0, conversion failure from CmdOrCtrl+10
at EventEmitter. (/tmp/.mount_ttth-1GDHdPV/resources/app.asar/main.js:663:28)
at WebContents. (/tmp/.mount_ttth-1GDHdPV/resources/electron.asar/browser/api/web-contents.js:390:13)
at WebContents.emitter.emit (/tmp/.mount_ttth-1GDHdPV/resources/app.asar/node_modules/@sentry/electron/dist/main/integrations/electron.js:56:20)

Steps to Reproduce the Problem

1.just open it and got this
1.
1.

Specifications

  • Version: 1.6
  • Platform:
  • Subsystem:

how to be fixed???

commented

Hey pronoviol,

possible reason:
there is a bug in 1.6.0 where ttth tries to assign global shortcuts for each enabled service.
This works fine for the first 9 services (CMD+1 up to CMD+9) but fails with number 10 (most likely as there is no key '10' :=) )

I am working on a solution/workaround with the upcoming 1.7.0 - see #116

questions:

  1. Am i right that you have configured at least 10 services which are as well enabled? If so - you can workaround this error only by having max 9 enabled services. And wait for 1.7.0 i guess. Sorry at that point
  2. What operating system are you using?
  3. Does the error output occurs only in the console - or do you get a dialog. If so - a screenshot would be perfect.