Saveyour-Team / Saveyour

https://saveyour.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

When a module does not exist/is not downloaded, yet the user's file has settings for that module, the program will crash #34

Closed DeveloperTommy closed 9 years ago

DeveloperTommy commented 9 years ago

I noticed this issue when attempting to pull changes from WeeklyToDo for UI reformatting. I had settings for Google Calendar that were to be loaded; however, since the Google Calendar module did not exist in that branch, the load() method kept crashing from trying to load a nonexistent module.

NateFuller commented 9 years ago

@DeveloperTommy does this still happen?

justin-guan commented 9 years ago

Cannot replicate in latest version of Saveyour (version 1.1.0.0)

justin-guan commented 9 years ago

This issue appears to no longer occur. I tried editing the save file with invalid modules to load, but nothing happened. Can someone confirm if this is the case for them too?

DeveloperTommy commented 9 years ago

Closed. Code has evolved to handle the issue.