pixlsus / raw

raw.pixls.us website
4 stars 7 forks source link

missingcameradata seems to not work well #82

Closed LebedevRI closed 6 months ago

LebedevRI commented 7 months ago

https://github.com/darktable-org/rawspeed/commit/8b50aa4fc4b2676938cf54d0c0df461129569558 added

    <Camera make="Canon" model="Canon EOS 20Da" supported="unknown-no-samples">
        <ID make="Canon" model="EOS 20Da">Canon EOS 20Da</ID>
    </Camera>

there are no RPU samples for it (but there are for Canon EOS 20D), yet https://raw.pixls.us/?missing#repo doesn't list Canon EOS 20Da...

LebedevRI commented 7 months ago

What is confusing to me, is that i see no regex matching in https://github.com/pixlsus/raw/blob/aa6b8188dbd8351ba022d87f879f749a18bc0a3a/tools/createarchive.php so i don't quite understand how we can match 20D as 20Da.

LebedevRI commented 7 months ago

@andabata hi! could you please confirm that tools/createarchive.php is actually getting run by cron? I'm not seeing https://raw.pixls.us/?missing#repo get updated at all.

LebedevRI commented 6 months ago

@andabata poke. @patdavid does anyone else have access to that machine?

andabata commented 6 months ago

OUCH! Don't poke me in the eye. I'll try to fix it soon.

LebedevRI commented 6 months ago

@andabata thank you for taking a look!

andabata commented 6 months ago

@LebedevRI I did deactivate the cronjob for createarchive. As it created an archive to large to be meaningful. Didn't think at that time that it also did other housekeeping jobs. Removed the archivepart. and it should run again.

LebedevRI commented 6 months ago

@andabata yay, thank you very much!