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

GitHub Gist creation error #98

Open
nhoizey opened this issue Nov 6, 2024 · 0 comments
Open

GitHub Gist creation error #98

nhoizey opened this issue Nov 6, 2024 · 0 comments

Comments

@nhoizey
Copy link

nhoizey commented Nov 6, 2024

The Gist is not created.

I get an error in the console:

[2024-11-06-15:33:18.424][info][ical] Performing a scan
[2024-11-06-15:33:18.424][info][ical] Settings
{
    "settings": {
        "githubPersonalAccessToken": "<redacted>",
        "githubGistId": "<redacted>",
        "githubUsername": "<redacted>",
        "filename": "obsidian.ics",
        "isPeriodicSaveEnabled": true,
        "periodicSaveInterval": 1,
        "isSaveToGistEnabled": true,
        "isSaveToFileEnabled": false,
        "savePath": "",
        "saveFileName": "Notes",
        "saveFileExtension": ".ical",
        "howToParseInternalLinks": "KeepTitle",
        "ignoreCompletedTasks": true,
        "isDebug": true,
        "isIncludeTodos": true,
        "isOnlyTasksWithoutDatesAreTodos": false,
        "ignoreOldTasks": false,
        "oldTaskInDays": 365,
        "howToProcessMultipleDates": "PreferDueDate",
        "isDayPlannerPluginFormatEnabled": false,
        "isIncludeTasksWithTags": false,
        "includeTasksWithTags": "#calendar",
        "isExcludeTasksWithTags": false,
        "excludeTasksWithTags": "#ignore"
    }
}
[2024-11-06-15:33:18.424][info][ical] Found 855 Markdown files
…
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'matchAll')
    at createTaskFromLine (plugin:ical:4081:37)
    at eval (plugin:ical:4143:14)
    at Array.map (<anonymous>)
    at TaskFinder.findTasks (plugin:ical:4125:8)
    at async Main.start (plugin:ical:4243:23)
    at async eval (plugin:ical:4557:9)
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

1 participant