Closed kjl0025 closed 3 months ago
Yes, it is a bit inevitable that the installation will be broken as we are still in very early stages of development. I agree that we should add something about deleting .corgidrp and re-running the install.
Do you have the error message that pops up when this occurs, so we can advise on the README when to do the reinstall?
Sorry I'm just getting to this. I deleted my .corgidrp to get init.py to install a fresh config, so I don't recall the specific error. But the error was caused by the addition of a key to the config, and init.py didn't make a new config b/c it currently only does that if one doesn't already exist. I could fix this in another PR soon if you'd like.
Sure, although I'd put this at low priority until we start releasing the code for public consumption.
Remaining task: add to README that deleting the .corgidrp directory is a possible troubleshooting solution
Perhaps we should add to the README that a user should delete .corgidrp if a new config is desired upon installation. Or we could have something in init.py to see if necessary keys are present and if not to remake the config?