Giter Site home page Giter Site logo

Comments (3)

sobjornstad avatar sobjornstad commented on June 14, 2024 1

I am guessing that you accidentally closed a cloze note with }} instead of }.

A quick way to debug would be to open the file mentioned at the end of the traceback (clozeparse.py) and replace the offending line 128 with:

    try:
        return placeholder_text.format(*(i.anki_occlusion for i in occlusions))
    except ValueError:
        raise Exception(text)

That will create a new error that shows the text of the cloze note responsible, which will likely be enough for a full-text search in TiddlyWiki to find it. When you find it, please let me know exactly what text it involved -- this could potentially be an exploitable security issue the way it's written and I'll want to follow up on it.

from tiddlyremember.

sobjornstad avatar sobjornstad commented on June 14, 2024 1

A nicer error message for this situation will be provided in the next release.

from tiddlyremember.

postkevone avatar postkevone commented on June 14, 2024

It looks like I forgot to remove a closing curly bracket after making a correction to my tiddler:

<$macrocall $name="remembercz" id=<<currentTiddler>> text='
Make the radio input checked by default:<br>
{`<input type="radio" name="some-name" checked}>`}
' reference="HTML5 Elements"/>

After removing one of the closing curly brackets everything worked fine thanks :)

from tiddlyremember.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.