This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Bulk Fill Error #177
Comments
I'm fairly confident I have this fixed in the current version, which will go up on AnkiWeb later today. I'll leave this open in case you still have issues. |
@dynnamic Can you confirm if you are still experiencing issues? |
@joeminicucci I can confirm that I'm still experiencing this issue with Anki 2.1.44 and CSR v0142 |
spolcyn
added a commit
to spolcyn/chinese-support-redux
that referenced
this issue
Nov 7, 2021
Previously, if there existed any notes in the target deck that didn't have one of the hanzi fields, the `get_hanzi` step would fail as a result of `cleanup` raising a `ValueError` if it received `text=None`. This PR modifies the logic so that presence of a `hanzi` field is verified before getting the `hanzi` itself. It also modifies the behavior such that cards that do not have usages filled are marked as failed. Otherwise, the user doesn't know why many cards did not have usages filled. Relevant to jdlorimer#177.
Closed
@joeminicucci Added a PR that should fix this for |
spolcyn
added a commit
to spolcyn/chinese-support-redux
that referenced
this issue
Nov 7, 2021
Previously, if there existed any notes in the target deck that didn't have one of the hanzi fields, the `get_hanzi` step would fail as a result of `cleanup` raising a `ValueError` if it received `text=None`. This PR modifies the logic so that presence of a `hanzi` field is verified before getting the `hanzi` itself. It also modifies the behavior such that cards that do not have usages filled are marked as failed. Otherwise, the user doesn't know why many cards did not have usages filled. Relevant to jdlorimer#177.
spolcyn
added a commit
to spolcyn/chinese-support-redux
that referenced
this issue
Nov 7, 2021
Previously, if there existed any notes in the target deck that didn't have one of the hanzi fields, the `get_hanzi` step would fail as a result of `cleanup` raising a `ValueError` if it received `text=None`. This PR modifies the logic so that presence of a `hanzi` field is verified before getting the `hanzi` itself. It also modifies the behavior such that cards that do not have usages filled are marked as failed. Otherwise, the user doesn't know why many cards did not have usages filled. Relevant to jdlorimer#177.
spolcyn
added a commit
to spolcyn/chinese-support-redux
that referenced
this issue
Nov 7, 2021
Previously, if there existed any notes in the target deck that didn't have one of the hanzi fields, the `get_hanzi` step would fail as a result of `cleanup` raising a `ValueError` if it received `text=None`. This PR modifies the logic so that presence of a `hanzi` field is verified before getting the `hanzi` itself. It also modifies the behavior such that cards that do not have usages filled are marked as failed. Otherwise, the user doesn't know why many cards did not have usages filled. Relevant to jdlorimer#177.
spolcyn
added a commit
to spolcyn/chinese-support-redux
that referenced
this issue
Nov 7, 2021
Previously, if there existed any notes in the target deck that didn't have one of the hanzi fields, the `get_hanzi` step would fail as a result of `cleanup` raising a `ValueError` if it received `text=None`. This PR modifies the logic so that presence of a `hanzi` field is verified before getting the `hanzi` itself. It also modifies the behavior such that cards that do not have usages filled are marked as failed. Otherwise, the user doesn't know why many cards did not have usages filled. Relevant to jdlorimer#177.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can't seem to get Bulk Fill to work.
Bulk Fill>> All gives me the follow error
Could this be related to the fact that many of the cards have formatting from the previous rendition of the Chinese Support Addon?
Thanks
The text was updated successfully, but these errors were encountered: