extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[Things] ... Error when moving todo to tomorrow from menu

Open kjw97 opened this issue 1 year ago • 2 comments

Extension

https://www.raycast.com/loris/things

Description

Error: unauthorized

Ea:api.ts:222:24


219: export async function updateTodo(id: string, todoParams: UpdateTodoParams) { 220: const { authToken } = getPreferenceValues<Preferences>(); 221: 222: if (!authToken) throw new Error('unauthorized'); 223: 224: await silentlyOpenThingsURL( 225: `things:///update?${qs.stringify({

n:show-today-in-menu-bar.js:82:2060 onAction:show-today-in-menu-bar.js:82:3212 index.js:20:28949

Steps To Reproduce

  1. Have a few todos in your Today list and be showing them in the menu bar
  2. In the menu bar, select the current todo and use the menus to select 'When -> Tomorrow'

Current Behaviour

The error described in 'Description' above occurs and you need to reload the extension.

Expected Behaviour

Todo is shifted to tomorrow and the next todo in the Today list appears in the menu bar.

kjw97 avatar Apr 11 '24 03:04 kjw97

Thank you for opening this issue!

🔔 @loris @andreaselia @thomaslombart you might want to have a look.

💡 Author and Contributors commands

The author and contributors of loris/things can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopen the issue.

raycastbot avatar Apr 11 '24 03:04 raycastbot

Have you followed the steps from the README.md file?

CleanShot 2024-04-11 at 12 44 53@2x

thomaslombart avatar Apr 11 '24 10:04 thomaslombart

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot avatar May 31 '24 11:05 raycastbot

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

raycastbot avatar Jun 10 '24 11:06 raycastbot