Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

Download error #89

Open JesJehle opened 1 week ago

JesJehle commented 1 week ago

{"detail":"Failed to bundle dataset : 'Metadata' object has no attribute 'license'"}

JesJehle commented 1 week ago

its because in the data model model.py

license: Optional[LicenseEnum] = None

license is removed, but it's still in the data.