nicho92 / MtgDesktopCompanion

Cards manager for magic the gathering
Apache License 2.0
159 stars 35 forks source link

empty collection after todays update #154

Closed Thorgal-The-Viking closed 3 years ago

Thorgal-The-Viking commented 3 years ago

image

Thorgal-The-Viking commented 3 years ago

ERROR org.magic.api.providers.impl.MTGSQLiveProvider 504 - org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: foreign_data)

nicho92 commented 3 years ago

Yep, SQLIve Provider is empty since mtgjson update 5.1. i opened a issue here : https://github.com/mtgjson/mtgjson/issues/758. You can use MTGJson provider instead

nicho92 commented 3 years ago

MTGJson team fixed that issue. You can choose SQLIve Provider and set "FORCE_RELOAD" to true and restart app. image

Thorgal-The-Viking commented 3 years ago

ok thanks, its working again