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
Upon note creation, a bunch of error messages pop up in Obsidian, detailing what looks like an invalid string function or invalid string syntax (image 1)
Steps to reproduce
Install plugin and place API key into field
Query any movie
Upon note creation on movie retrieval, error message will appear
Additional
Additionally, the actors field is not filled with data (image 2), nor is the trailer_embed field being populated with data (image 3), however I assume the YouTube 'trailer_embed' field is not being added because I have not added a YouTube API key to the plugin
Image 1
Image 2
Image 3
The text was updated successfully, but these errors were encountered:
Hi @Zapperz0398, This seems to be an issue in the default template, to circumvent this until i am able to push a fix you can create a custom Template file in the settings and edit the Actors field to be just {{Actors}}.
Make sure to always edit the template in source mode, as Obsidian will sometimes break the template if it is changed in live preview mode.
Overview
Upon note creation, a bunch of error messages pop up in Obsidian, detailing what looks like an invalid string function or invalid string syntax (image 1)
Steps to reproduce
Additional
Additionally, the
actors
field is not filled with data (image 2), nor is thetrailer_embed
field being populated with data (image 3), however I assume the YouTube 'trailer_embed' field is not being added because I have not added a YouTube API key to the pluginImage 1
Image 2
Image 3
The text was updated successfully, but these errors were encountered: