Skip to content

3.0.0.-beta.18 - Changed shortcut ctrl shift t to ctrl shift + , and cannot restart ray after this #1008

@FdvTerje

Description

@FdvTerje

Cannot open ray 3 anymore. Last thing i did, i changed the CTRL + Shift + T shortcut in ray (because its interefering with the webbrowsers reopen tab shortcut) , to CTRL + Shift + + (plus) .

So i get an error when i try to start ray now.

Here is what it says in the console:

`
➜ ~ ray

08:43:02.469 › [AutoUpdate]: Starting auto update.
(node:44764) UnhandledPromiseRejectionWarning: TypeError: Error processing argument at index 0, conversion failure from CmdOrCtrl+Shift++
at Object.register (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:13064)
at Object.registerTogglePinnedHotKey (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12601)
at Object.registerAll (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12393)
at Object.boot (/usr/lib/ray/resources/app.asar/.vite/build/main.js:481:14150)
at /usr/lib/ray/resources/app.asar/.vite/build/main.js:481:21935
(Use ray --trace-warnings ... to show where the warning was created)
(node:44764) 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)
^C%

➜ ~ ray --trace-warnings

08:43:13.479 › [AutoUpdate]: Starting auto update.
(node:44871) UnhandledPromiseRejectionWarning: TypeError: Error processing argument at index 0, conversion failure from CmdOrCtrl+Shift++
at Object.register (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:13064)
at Object.registerTogglePinnedHotKey (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12601)
at Object.registerAll (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12393)
at Object.boot (/usr/lib/ray/resources/app.asar/.vite/build/main.js:481:14150)
at /usr/lib/ray/resources/app.asar/.vite/build/main.js:481:21935
at emitUnhandledRejectionWarning (node:internal/process/promises:301:15)
at warnWithErrorCodeUnhandledRejectionsMode (node:internal/process/promises:409:5)
at processPromiseRejections (node:internal/process/promises:475:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:32)
(node:44871) TypeError: Error processing argument at index 0, conversion failure from CmdOrCtrl+Shift++
at Object.register (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:13064)
at Object.registerTogglePinnedHotKey (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12601)
at Object.registerAll (/usr/lib/ray/resources/app.asar/.vite/build/main.js:454:12393)
at Object.boot (/usr/lib/ray/resources/app.asar/.vite/build/main.js:481:14150)
at /usr/lib/ray/resources/app.asar/.vite/build/main.js:481:21935
`

Installed ray via this ray_3.0.0~beta.18_amd64.deb.

I got it working again by doing

~ rm -rf .config/Ray

This was on debian 13 linux 6.12.57+deb13-amd64 in Gnome

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions