AppImage / appimage.github.io

Given an URL to an AppImage, the GitHub action in this project inspects the AppImage and puts it into a community-maintained catalog
https://appimage.github.io/
Other
297 stars 548 forks source link

Failed to update. AppImage removed? #708

Closed lettier closed 5 years ago

lettier commented 6 years ago

Hello,

After my recent update (https://github.com/AppImage/appimage.github.io/pull/705), the AppImage can no longer be found on the website (https://appimage.github.io/movie-monad).

Looking over the logs (https://travis-ci.org/AppImage/appimage.github.io/builds/403420061), it seems to have some old appdata. For example, the screenshot URL does not match the current appdata. Caching issue possibly?

I downloaded the AppImage and inspected it.

wget https://github.com/lettier/movie-monad/releases/download/0.0.6.1/movie-monad-0.0.6.1-x86_64.AppImage
chmod +x ./movie-monad-0.0.6.1-x86_64.AppImage 
 ./movie-monad-0.0.6.1-x86_64.AppImage --appimage-extract
cat squashfs-root/usr/share/metainfo/com.lettier.movie-monad.appdata.xml
appstreamcli validate squashfs-root/usr/share/metainfo/com.lettier.movie-monad.appdata.xml

Everything is in order.

I also updated Gifcurry (https://github.com/AppImage/appimage.github.io/pull/704). That one did not update but still remains on the site. Looking over the logs (https://travis-ci.org/AppImage/appimage.github.io/builds/403420104), it doesn't look as though it extracted any information.

Should I open two more PRs and try again?

:+1:

probonopd commented 6 years ago

Let's see how https://travis-ci.org/AppImage/appimage.github.io/builds/404541606 goes.

lettier commented 6 years ago

Hello @probonopd,

No change since last time.

To diagnose it, should I start looking at https://github.com/AppImage/appimage.github.io/blob/master/code/worker.sh ?

:+1:

probonopd commented 6 years ago

That would be an awesome help of course @lettier. Thank you