X-callback error url missing?

Hi,

In the anki documentation the x-success scheme is mentioned:

x-success=<url scheme for another app> - use to automatically return to another app after the note is added

It works fine but, somehow the error url scheme doesnt. Is it not implemented or did I do something wrong?

Here is my full url schema:

 anki://x-callback-url/addnote?type=%20.&deck=.&fldFront=front&fldBack=back&fldExample=example&x-success=anki://x-callback-url/sync&x-error=anki://x-callback-url/search?query=front


This means, if the card creation succeeds it triggers a sync (works fine) if it fails for example due to an already existing duplicare it should open the browser with the word „front“ but it doesnt. I keep getting this error message but nothing happens:

If the error url scheme is not intended to work could we please add it :face_holding_back_tears:

1 Like

Thanks for the report; I’ve logged this on x-error doesn't support errorCode/errorMessage · Issue #3 · ankitects/ankimobile-issues · GitHub

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.