Skip to content
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

Open
this-username-has-been-taken opened this issue Sep 27, 2024 · 6 comments

Comments

@this-username-has-been-taken
Copy link

this-username-has-been-taken commented Sep 27, 2024

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:

  1. Open the firmware selector: https://firmware-selector.openwrt.org/?version=SNAPSHOTS&target=mediatek%2Ffilogic&id=bananapi_bpi-r4
  2. Click on the "Customize installed packages and/or first boot script" link
  3. Click on the "Request build" button
  4. Observe the first issue
  5. Open the browser's developer console and fix the typo in the versions list as mentioned above
  6. Click on the "Request build" button again and wait a bit
  7. Observe the second issue
@mwarning
Copy link
Collaborator

Please try again and let us know if it is fixed.

@this-username-has-been-taken
Copy link
Author

I have just checked: the typo is fixed, but unfortunately, the other error: "Error: Received incorrect version XXX (requested YYY)" still present.
I have checked for "Banana BPI-R4" and a few random models - no luck. I have also cleaned the browser cache and tried the private mode (just in case).

@aparcar
Copy link
Member

aparcar commented Sep 27, 2024

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.

@this-username-has-been-taken
Copy link
Author

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.

@this-username-has-been-taken
Copy link
Author

I have just tried building a firmware for Banana BPI-R4 and it succeeded. Building for Xiaomi Mi Router AX3000T still fails.
Don't know if anything has been changed, but it might help in resolving the issue.

@TurtlePL
Copy link

TurtlePL commented Nov 6, 2024

Error: Received incorrect version XXX (requested YYY)" still present...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants