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

Invalid Firmware Version - neopo Docker #22

Closed
ajowsey opened this issue Nov 19, 2022 · 3 comments
Closed

Invalid Firmware Version - neopo Docker #22

ajowsey opened this issue Nov 19, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ajowsey
Copy link

ajowsey commented Nov 19, 2022

Specifically within docker neopo, Im getting the following error on all of my builds lately

Invalid deviceOS version 5.1.0!
Firmware related error!
Invalid firmware version!

I've literally reran successful bitbucket pipeline builds with exact configuration as before but now it fails.

@ajowsey ajowsey added the bug Something isn't working label Nov 19, 2022
@nrobinson2000
Copy link
Owner

Hey @ajowsey thanks for finding this!

It seems like the API for discovering the Particle Workbench VSIX changed slightly, so neopo was unable to obtain the manifest.json and particle executable.

I've fixed this by using a more reliable way to find the URL of the package in the following commit: 907b8d7

With the fix, neopo can now successfully obtain the manifest.json and download firmware again.

Unfortunately I don't have automatic builds for neopo on Docker Hub anymore, but I'll try to build and push an image soon.

@nrobinson2000
Copy link
Owner

I've built and pushed an image with the latest commit:
https://hub.docker.com/r/nrobinson2000/neopo/tags

@ajowsey
Copy link
Author

ajowsey commented Nov 21, 2022

Amazing work! Thanks @nrobinson2000!!!

@ajowsey ajowsey changed the title [BUG] Invalid Firmware Version - neopo Docker Nov 21, 2022
@ajowsey ajowsey closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants