Modify ↓
Ticket #364 (closed task: fixed)
Autothumbnail creation appears to not be working
| Reported by: | and | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-RC1 |
| Component: | ATEngageVideo | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: |
Description
Looking down the list of videos there are a lot without thumbnails. Shouldn't all the items automatically have thumbnails created by transcode.deamon if the user hasn't chosen their own?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

It's working again. The problem was that somebody ran the transcode daemon on tebet as root user, and after that, by running it as the user 'markos' (which is the user that is running zope and should be running the daemon) the daemon didn't have sufficient permissions to write to the new folders.
I've chowned the folders to the correct user, reran the daemon and thumbnail generation is working again.