extensions
extensions copied to clipboard
[Things] ... Error when moving todo to tomorrow from menu
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
- Have a few todos in your Today list and be showing them in the menu bar
- 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.
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 issueCloses the issue.@raycastbot rename this issue to "Awesome new title"Renames the issue.@raycastbot reopen this issueReopen the issue.
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 😊
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.