Results 47 comments of Bram

Hello, Apparently you need to enable libpvx when you run configure according to the second answer here https://stackoverflow.com/questions/11003420/ffmpeg-unable-to-find-encoder-libvpx

Regarding flags: I've been taugh that using flag is apparently bad for i18n and that language name or short name should be used instead.

Are you using python3 by any chance? That looks like your error (yeah, we never ported)

Ah no, you are in python2, my bad :/ The error is actually that you date isn't written in a format that is parsed as a correct date, so you...

"date_end" doesn't exist in this template https://github.com/Psycojoker/prosopopee/blob/master/prosopopee/themes/exposure/templates/index.html#L39 I don't know where you've found it?

Ah, "date_end" is only available for a few sections yes, not the one you've tried to use it for. Would you be interested in sending a patch? I don't have...

I'm pretty sure you just need to remove the `unless toot.sensitive?` here to fix this: https://github.com/renatolond/mastodon-twitter-poster/blob/b09bec72ae67a4b6c2c30e3fec08d04356831529/lib/mastodon_user_processor.rb#L267 Or use new sensitive media twitter function