Shlee

Results 119 issues of Shlee

Hello, I'm working on github.com/pixelfed/pixelfed and recently moved my instance from wasabi to fastly object storage.... and then I noticed my avatar update process was broken... the code `$disk->deleteDirectory($testPrefix);` fails...

### Steps to reproduce the problem 1. upload video from iPhone using official client 2. wait for processing 3. "upload failed" ... ### Expected behaviour Video is transcoded and works...

### Pitch Allow me to attach a PDF as media to a toot. PDFs are not even showing as an embed with any kind of preview... but just being a...

### Pitch Add a little cute icon on a mutual toot ### Motivation The relationships are shown:

ui
area/web interface

Thanks @[email protected] for the details. My instance queue is always sitting at over the default, and I was unaware the value was tweakable. Question: Should this default value be raised?...

deployment

'request_checksum_calculation' => env('AWS_REQUEST_CHECKSUM_CALCULATION', 'ENABLED'), 'response_checksum_validation' => 'env('AWS_RESPONSE_CHECKSUM_VALIDATION', 'ENABLED'), WHEN_REQUIRED or WHEN_SUPPORTED (default)

Trying to resolve `PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'https://www.404media.co/.ghost/activitypub/users/index#main-key' for key 'profiles_key_id_unique' in /home/pixelfed/pixelfed/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:53` My understanding.... in 2018_10_25_030944_update_profile_table.php.. `$table->string('key_id')->nullable()->unique()->index()->after('outbox_url');` requires that the key_id must be unique. The...

App\Jobs\InboxPipeline\ActivityHandler is failing `PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '897671940262846588-https://cdn.masto.host/urbanistssocial/med...' for key 'media_status_id_media_path_unique' in /home/pixelfed/pixelfed/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:53`

### Description `PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '897718393792551101-https://abolitionmedia.noblogs.org/files/2...' for key 'media_status_id_media_path_unique' in /home/pixelfed/pixelfed/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:53` on ``` { "activity": { "id": "https://abolitionmedia.noblogs.org/?p=23534", "type": "Note", "attachment": [ { "type": "Image",...

🐛 Server Bug

Noticed the local storage had a lot of avatars. then noticed the duplicated avatar locally and in the cloud. ``` https://pixelfed.au/storage/avatars/896988332790702314/4vffdk.jpg https://cdn.pixelfed.au/cache/avatars/896988332790702314/avatar_nnmkz1.jpg ```