Claire

Results 1010 comments of Claire

> "Open original page", "Copy link" and "Embed" functions make sense for logged out users. This may make sense, but the “Embed” API requires a user to be logged in.

Not tested yet, as it requires older OpenSSL versions.

We've seen reports of this issue with ImageMagick 6.9.7 indeed. We will try to find a fix, but in the meantime, more recent versions of ImageMagick should work.

Upon investigating, we discovered the `policy.xml` we wrote relies on an undocumented change published in ImageMagick 6.9.7-7, meaning that version is the minimum supported version. At this time, we do...

@solarbirdy that is surprising… can you give the output of the following command (ran as the Mastodon user in the code directory)? ```sh MAGICK_CONFIGURE_PATH=$(pwd)/config/imagemagick identify app/javascript/images/preview.png ```

ok so the issue is not the same as other people… is there anything in `mastodon-sidekiq` or `mastodo-web` logs?

> > @solarbirdy that is surprising… can you give the output of the following command (ran as the Mastodon user in the code directory)? > > ```shell > > MAGICK_CONFIGURE_PATH=$(pwd)/config/imagemagick...

> @ClearlyClaire in the log directory? no. nothing related in syslog either. are there other places to look? To see the logs, you'd do `journalctl -u mastodon-web --follow` and `journalctl...

I can't see any obvious error in there. Are you comfortable with sharing your Mastodon instance's URL so I can see if I can spot something else?