-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating and installing at the same time causes an exception error #1667
Comments
We appreciate the bug report, but this issue has been around for a fair bit of time and has proven itself difficult to squash. Until a solution is found, you'll need to install and update separately. Closing this as a duplicate of #1367. Edit: Thanks @politas for pointing out my link was to the wrong issue. |
@plague006 Is there a way to move forward though? My CKAN will not update Module manager now even if attempting to update it all by itself. |
@DocBennett CKAN won't update MM because of a locked temp file? Or are you getting a different error message? |
@plague006 I got it to clear out by manually deleted the previously MM files - it processed the update after that it seems. |
quoted from #1367 "Workaround for now is just not to install AND upgrade mods in one changeset." Could that not be the internal solution CKAN uses? What is to stop an update being done first then install mods once that has completely finished? If the issue is installing and upgrading at the same time then just don't do that by coding the 'apply changes' section of code to run twice, one for upgrade, one for install. Then it does not matter what causes the bug as the trigger for the cause is avoided. Not elegant but functional. |
CKAN Version: 1.16.1
Operating System: Windows 7
The issue you are experiencing: Updating and installing at the same time causes an exception error
How to recreate this issue: select a mod to update, select a mod to install, apply changes
CKAN error codes (if applicable):
I suspect the same temp file is being used for installs and upgrades causing an access error when upgrading and installing at the same time.
Possible fix if that is the problem, use a different naming structure for the two processes.
The text was updated successfully, but these errors were encountered: