16d7e89c7d
a exception is throw, showing the function and lines from where the exception/error is coming from. https://stackoverflow.com/questions/591857/how-can-i-get-a-javascript-stack-trace-when-i-throw-an-exception Exception example: Invalid HTML on card: Error: The media element is missing its 'src' attribute. at http://127.0.0.1:50233/_anki/reviewer.js:246:23 at http://127.0.0.1:50233/_anki/reviewer.js:112:9 at Array.forEach () at setAnkiMedia (http://127.0.0.1:50233/_anki/reviewer.js:111:11) at AnkiMediaQueue.setup (http://127.0.0.1:50233/_anki/reviewer.js:244:9) at eval (eval at (http://127.0.0.1:50233/_anki/jquery.js:2:2651), :2:11) at eval () at http://127.0.0.1:50233/_anki/jquery.js:2:2651 at Function.globalEval (http://127.0.0.1:50233/_anki/jquery.js:2:2662) at Ha (http://127.0.0.1:50233/_anki/jquery.js:3:21262) |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing
For more information on building, please see README.development
If you'd like to contribute code, please see README.contributing