-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot build snapshot image due to typo and incorrect version errors #45
Comments
Please try again and let us know if it is fixed. |
I have just checked: the typo is fixed, but unfortunately, the other error: "Error: Received incorrect version XXX (requested YYY)" still present. |
Yea I'm on it. It's a docker/cache/whatever issue which been annoying for month. Gotta tear down that CI madness and implement it differently. fml. |
I know your pain. Once a CI/CD is working it is OK. But if suddenly it crushes - you're just sitting in the middle with a bunch of what's left trying to figure out the failure point and what has happened. Too many "moving parts"... Anyway wish you luck in sorting the issue out. |
I have just tried building a firmware for Banana BPI-R4 and it succeeded. Building for Xiaomi Mi Router AX3000T still fails. |
Error: Received incorrect version XXX (requested YYY)" still present... |
Hello!
I have faced with two issues while trying to build a snapshot version of the OpenWrt.
The first issue is a typo in the configurations list: the firmware selector shows "SNAPSHOTS" instead of "SNAPSHOT" resulting in the "Unsupported branch: SNAPSHOTS" error:
This issue could be easily overcame by opening a browser's developer console and changing the first element ("SNAPSHOTS") in the versions selector to "SNAPSHOT":
Another issue however is more severe: if I fix the typo and ask for a build then in a few moments I will get "Error: Received incorrect version XXX (requested YYY)" error which can't be easily fixed.
I kindly ask to fix these two issues. They are blocking all the users who is forced or wants to use snapshot versions from obtaining a custom build.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: