You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a video in Safari, either with www.youtube.com or m.youtube.com, and then using obsidian web clipper shows only an error in place of the typical dialog with the results and the add to obsidian button. Even the templater selector or the "..." to see the variables are gone, as the following screenshot shows.
The error says: "Unable to initialize page content: undefined is not an object (evaluating 'e.description.slice')"
I deleted all my templates, just in case, and restored the default template, but the result is the same. This bug is new on 0.10.5, everything was fine before.
Expected behavior
Not to break the plugin.
URLs where the bug occurs
Any video in youtube.
Additional note
I guess the problem was introduced in the new youtube extractor, in particular at line 36 in youtube.ts (
Version :
Describe the bug
Opening a video in Safari, either with www.youtube.com or m.youtube.com, and then using obsidian web clipper shows only an error in place of the typical dialog with the results and the add to obsidian button. Even the templater selector or the "..." to see the variables are gone, as the following screenshot shows.
The error says: "Unable to initialize page content: undefined is not an object (evaluating 'e.description.slice')"
I deleted all my templates, just in case, and restored the default template, but the result is the same. This bug is new on 0.10.5, everything was fine before.
Expected behavior
Not to break the plugin.
URLs where the bug occurs
Any video in youtube.
Additional note
I guess the problem was introduced in the new youtube extractor, in particular at line 36 in youtube.ts (
obsidian-clipper/src/utils/extractors/youtube.ts
Line 36 in d9a8758
However, other platforms seem to be unaffected (eg. firefox on windows)
The text was updated successfully, but these errors were encountered: