Skip to content
New issue

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

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

Already on GitHub? # to your account

Lots of deprecated items when starting anki with crowdanki #142

Closed
boydkelly opened this issue Sep 19, 2021 · 1 comment · Fixed by #151
Closed

Lots of deprecated items when starting anki with crowdanki #142

boydkelly opened this issue Sep 19, 2021 · 1 comment · Fixed by #151

Comments

@boydkelly
Copy link

This is using latest anki. 2.1.48 (There are a lot of joinedFields messages)

1788670778/representation/deck.py:97:'joinedFields' is deprecated: please use 'joined_fields'
1788670778/representation/deck.py:97:'joinedFields' is deprecated: please use 'joined_fields'
1788670778/representation/deck_initializer.py:10:'byName' is deprecated: please use 'by_name'
1788670778/representation/deck_config.py:12:'getConf' is deprecated: please use 'get_config'

@aplaice
Copy link
Collaborator

aplaice commented Sep 19, 2021

Thanks for bringing this up!

Having such a stream of warning messages in your terminal is probably annoying. Sorry!

Fortunately, from what I'm aware of, this is purely a matter of renaming, not of a changed interface.

To the extent that we don't want to lose compatibility with older versions of Anki (people have various good reasons to stick with older versions of Anki and it'd be nice to at least make bug-fixes available to these people), this might be slightly tricky to get right. (If we don't care about that, it should be just a matter of batch renaming.)

evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Nov 25, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
aplaice added a commit that referenced this issue Nov 28, 2021
Fix issue #142, Lots of deprecated items when starting anki with crowdanki
evandrocoan added a commit to evandroforks/CrowdAnki that referenced this issue Dec 17, 2021
Stvad#142
Lots of deprecated items when starting anki with crowdanki
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants