Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not creating file or backing up to github #90

Open
technikly opened this issue Jul 30, 2024 · 1 comment
Open

Not creating file or backing up to github #90

technikly opened this issue Jul 30, 2024 · 1 comment

Comments

@technikly
Copy link

technikly commented Jul 30, 2024

If I use exclude or include tags:

plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)

If I do not:

plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)

Is there anything I can do? It stopped working 3 weeks ago.

@JeffeyChou
Copy link

Similary problem:

PATCH https://api.github.com/gists/my_gist_ID 404 (Not Found)
fetchWrapper @ plugin:ical:999
request2 @ plugin:ical:1122
eval @ plugin:ical:1420
eval @ plugin:ical:59
Promise.then (async)
register @ plugin:ical:53
newApi @ plugin:ical:1130
save @ plugin:ical:3651
saveToGist @ plugin:ical:4273
start @ plugin:ical:4259
await in start (async)
eval @ plugin:ical:4557
plugin:ical:1050 Uncaught (in promise) HttpError: Not Found - https://docs.github.com/rest/gists/gists#update-a-gist
at eval (plugin:ical:1050:21)
at async GithubClient.save (plugin:ical:3651:5)
at async Main.saveToGist (plugin:ical:4273:5)
at async Main.start (plugin:ical:4259:7)
at async eval (plugin:ical:4557:9)
eval @ plugin:ical:1050
plugin:ical:999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants