Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cards incorrectly added to 'Default' deck #17

Open
ryenbeatty opened this issue Oct 23, 2020 · 0 comments · May be fixed by #18
Open

New cards incorrectly added to 'Default' deck #17

ryenbeatty opened this issue Oct 23, 2020 · 0 comments · May be fixed by #18

Comments

@ryenbeatty
Copy link

ryenbeatty commented Oct 23, 2020

Hi there, I am having an issue getting synced cards into the correct deck. No matter how I configure things, new cards get added to the Default deck in Anki.

I am using a new model that has a card layout configured, but has no pre-existing cards created.

I debugged the code which sets the current deck airtableImport, line 157 __init__.py, and everything looks correct, so I'm a little stumped on this one.

I realise this is a side project, so I'm mainly looking for a point in the right direction that might allow me to solve this :)

image

{
    "key": "",
    "media_path": "/Users/your_username/Library/Application Support/Anki2/User 1/collection.media/{}",
    "tables": [
        {
            "airtable_key": "",
            "airtable_table": "Wortschatz",
            "airtable_view": "Grid",
            "anki_deck": "🇩🇪 deutsch::Wortschatz",
            "anki_model": "Wort"
        }
    ]
}```
@ryenbeatty ryenbeatty linked a pull request Nov 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant