Page 1 of 1
[RESOLVED] SHA on Version 1480
Published: June 23, 2023 - 12:30
by Geoffroy
Hello,
update
Wapt 2.41480
Debian
Windows Server console, the issue persists.
Have you received any other feedback on this?
Re: SHA on Version 1480
Published: June 23, 2023 - 12:55 PM
by sfonteneau
I just figured out the problem you're having; we hadn't noticed it before.
Here's the issue:
You're editing a package using "edit in editor," but this package is already in waptdev.
The package in waptdev has the file setup.cpython-38.pyc.
The console rechecks the sum of what it just downloaded for security reasons, but an unexpected file is in the folder.
In your case, you either need to delete the old folder in waptdev, or directly delete the setup.cpython-38.pyc file from the folder.
We'll look into adding a prompt to the console to delete the folder if it already exists, which will solve this problem.
Simon
Re: SHA on Version 1480
Published: June 26, 2023 - 10:50 AM
by Geoffroy
Okay, perfect.
Thanks for the feedback.