-
Notifications
You must be signed in to change notification settings - Fork 3
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
Warnings when pushing to MPR #83
Comments
That was added after merging #80 - I haven't figured out why yet, and in all honestly I've kind of put it on the side since it isn't causing any kind of issues where you just straight-up can't push. Though the fact that they're being displayed in the first place is a bit of an issue, both in there being warnings and the fact that info could potentially be leaked. I'll try to look into the underlying cause of that and get in a fix soon. |
Regarding that, I think it's happening due to something in a database cache I'm using somewhere. It seems to be happening when any kind of dependency is used from what I've seen. |
I saw it mention python 3.10 . That's indeed a leek.... Also, have you tried downgrading the python version? You are too bleeding edge with 3.10 . Maybe stick to older versions of the back end? |
It's definitely leaking information to the user that shouldn't be there, it definitely needs to be handled so it isn't shown at the minimum. We're using whatever Python version is in the Arch repos atm, that's how aurweb did it and I haven't gotten to changing it yet. Regarding the leeks, I also just need to get that fixed, but as stated in a previous comment it's not actually beaking anything so I haven't gotten around to fixing it, as I've been busy working on other things in the makedeb ecosystem, mainly Mist and a Rust APT library so that I can start adding installation functionality and all that to such. |
Hello, when pushing polymc packages to mpr I get this error:
it seems to not affect anything, versions get pushed successfully, but there's something werid going on in there. Perhaps mprweb can't understand virtual packages like java-runtime?
The text was updated successfully, but these errors were encountered: