a4k-openproject / plugin.program.openwizard

OpenWizard is a Kodi maintenance wizard, including cleaning, viewing logs, persisting user data, and even full backup/restore features.
GNU General Public License v3.0
88 stars 155 forks source link

[Bug] OpenWizard Won't Load Upon Updating to v2.0.4 #119

Closed LoganWolverineX closed 3 years ago

LoganWolverineX commented 3 years ago

Describe the bug OpenWizard fails to open after updating to v2.0.4 on Kodi 19.

To Reproduce Steps to reproduce the behavior:

  1. Update OpenWizard to 2.0.4
  2. Open OpenWizard
  3. Error

Log kodi.log

Platform Kodi 19

SerpentDrago commented 3 years ago

Works fine on my Kodi 19 on pc

image

LoganWolverineX commented 3 years ago

I found the issue. I usually have a modified user.py file so I can restore my build over the cloud on my devices. When updated, for some reason, I broke. I fixed my problem by overwriting the user.py file with the one I had modified. I’m good now.

Not sure why it broke when I updated though. I would have thought the default user.py would have been installed when I updated.