buggyj / mediaplayer

MIT License
2 stars 1 forks source link

Error message on local media annotation when the focus tiddler is active in sidebar #9

Open arunnbabu81 opened 1 year ago

arunnbabu81 commented 1 year ago

I got an error message like shown below when I clicked on the button to start annotating a local video file. This occurs only if there is focus tiddler active in the sidebar. Focus tiddler is taken from this discussion image Can you check why it happens

SM61+emptystorymessage=SM62.zip

buggyj commented 1 year ago

The error is generated within the vis library within tiddlymap... I don't know why it is happening

image

buggyj commented 1 year ago

The error can be produced by putting this into a new tiddler and clicking the button

<$button>
x
<$action-createtiddler $basetitle=<<currentTiddler>> tags=<<currentTiddler>> >
  <$action-listops $field="list" $subfilter="[<createTiddler-title>]"/>
</$action-createtiddler><$button>
buggyj commented 1 year ago

You will have to ask tiddlymap about it.

arunnbabu81 commented 1 year ago

You will have to ask tiddlymap about it.

I will create an issue in Tiddlymap GitHub repo

arunnbabu81 commented 1 year ago

I have to report another error with vis library which occurs only if the youtube parser shared in this post is installed in the wiki.

image

Here is the demo

buggyj commented 1 year ago

try this $ _bj_parsers_utubeparser.js.json.zip

arunnbabu81 commented 1 year ago

try this $ _bj_parsers_utubeparser.js.json.zip

Thank you @buggyj . In my short testing, after using the new json you shared, i haven't noticed that bug.