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 update information in AppImage #3726

Open
probonopd opened this issue Apr 27, 2024 · 3 comments
Open

Invalid update information in AppImage #3726

probonopd opened this issue Apr 27, 2024 · 3 comments
Assignees
Labels
infrastructure Infrastructure related issues state: in progress The problem is in process of solution...
Milestone

Comments

@probonopd
Copy link

probonopd commented Apr 27, 2024

Expected Behaviour

The Stellarium AppImage either contains valid or no update information

Actual Behaviour

The Stellarium AppImage contains defective (invalid) update information

Steps to reproduce

The Stellarium AppImage contains the string "None" as update information. The string "None" is not valid update information. Hence, the AppImage is not a valid AppImage.

@probonopd ➜ /workspaces/go-appimage (master) $ objdump -x ./stellarium-24.1-qt5-x86_64.AppImage | grep upd
 27 .upd_info     00000400  0000000000000000  0000000000000000  0002c38f  2**0
@probonopd ➜ /workspaces/go-appimage (master) $ dd if=./stellarium-24.1-qt5-x86_64.AppImage skip=181135 bs=1 count=1024 | xxd
00000000: 4e6f 6e65 0000 0000 0000 0000 0000 0000  None............

The "None" should not be there.

Most likely it is caused by

System

  • Stellarium version: stellarium-24.1-qt5-x86_64.AppImage
  • Operating system: Linux (any)

References

@alex-w
Copy link
Member

alex-w commented Apr 27, 2024

The Stellarium AppImage contains the string "None" as update information.

yes, as it described in documentation and in examples, so, why isn’t valid now?

@alex-w alex-w added this to Needs triage in OS: Linux/UNIX via automation Apr 27, 2024
@probonopd
Copy link
Author

Well, because the string "None" is not valid according to the spec.

as it described in documentation and in examples

Can you point me toward that please? You are using appimage-builder, correct? https://appimage-builder.readthedocs.io/en/latest/advanced/updates.html does not mention "None".

cc @azubieta

@alex-w alex-w moved this from Needs triage to In progress in OS: Linux/UNIX May 4, 2024
@alex-w alex-w added the infrastructure Infrastructure related issues label May 4, 2024
@alex-w alex-w self-assigned this May 4, 2024
@alex-w alex-w added this to the 24.2 milestone May 4, 2024
@alex-w
Copy link
Member

alex-w commented May 13, 2024

Hello @probonopd!

Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot

@alex-w alex-w added the state: in progress The problem is in process of solution... label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure related issues state: in progress The problem is in process of solution...
Projects
OS: Linux/UNIX
  
In progress
Development

No branches or pull requests

2 participants