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
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
As someone else noted, the latest releases seem to be missing SCRIPT_URL and REQUIRE_URL. If I change the tag to an older release (like 3.3.5): SCRIPT_URL = "".join( [ "https://github.com/Pseudonium/Obsidian_to_Anki/releases/tag/3.3.5", "/download/obsidian_to_anki.py" ] )
then I get the error: ERROR: Invalid requirement: '<!DOCTYPE html>' (from line 8 of obstoankirequire.txt)
As someone else noted, the latest releases seem to be missing SCRIPT_URL and REQUIRE_URL. If I change the tag to an older release (like 3.3.5):
SCRIPT_URL = "".join( [ "https://github.com/Pseudonium/Obsidian_to_Anki/releases/tag/3.3.5", "/download/obsidian_to_anki.py" ] )then I get the error:
ERROR: Invalid requirement: '<!DOCTYPE html>' (from line 8 of obstoankirequire.txt)