• Joined on 2022-08-29
mia commented on issue FoundKeyGang/FoundKey#331 2023-01-29 13:23:48 +00:00
Duplicate key error during migration
mia opened issue FoundKeyGang/FoundKey#331 2023-01-28 19:00:20 +00:00
Duplicate key error during migration
mia opened issue FoundKeyGang/FoundKey#291 2022-12-15 22:28:58 +00:00
client: Settings → Security → Security key: Bad formatting/layout
mia created pull request FoundKeyGang/FoundKey#262 2022-12-01 11:57:42 +00:00
client: update emoji list
mia pushed to emoji-update at mia/FoundKey 2022-12-01 11:48:28 +00:00
e4f93acd27 client: update emoji list
mia pushed to emoji-update at mia/FoundKey 2022-12-01 11:38:58 +00:00
fcdd17b928 client: update emoji list
mia pushed to emoji-update at mia/FoundKey 2022-12-01 11:34:58 +00:00
3a2d29c9a3 client: update emoji list
mia pushed to emoji-update at mia/FoundKey 2022-12-01 11:21:57 +00:00
1536aad81e client: update emoji list
mia pushed to emoji-update at mia/FoundKey 2022-12-01 10:28:26 +00:00
dd561caa28 client: update emoji list
mia created branch emoji-update in mia/FoundKey 2022-12-01 10:28:26 +00:00
mia created repository mia/FoundKey 2022-12-01 04:19:29 +00:00
mia commented on issue FoundKeyGang/FoundKey#202 2022-11-20 05:21:04 +00:00
Videos don't load properly

Yeah I meant fs permissions are only an issue if you want to serve files from a process running as a different user, like nginx (assuming FoundKey gets its own user). Having nginx serve those…

mia commented on issue FoundKeyGang/FoundKey#202 2022-11-02 21:13:58 +00:00
Videos don't load properly

Can’t be umask at least. I’ve checked /proc/<pid>/status on all FoundKey processes and they all show Umask: 0022. Can’t be directory ACLs either.

mia commented on issue FoundKeyGang/FoundKey#202 2022-11-01 20:10:14 +00:00
Videos don't load properly

I guess Akkoma is handling HTTP range requests then?

mia commented on issue FoundKeyGang/FoundKey#202 2022-11-01 18:54:32 +00:00
Videos don't load properly

The problem here is that FoundKey serves media files directly from the app, which precludes seeking. With improperly muxed files, this can prevent playback entirely.

One solution to this is…

mia commented on issue FoundKeyGang/FoundKey#132 2022-09-08 21:04:45 +00:00
TypeORMError: "user_profile" alias was not found.

#134 fixes this.

Thanks!

mia commented on issue FoundKeyGang/FoundKey#132 2022-09-08 20:58:52 +00:00
TypeORMError: "user_profile" alias was not found.

It worked for me when I put it in double quotes (hacked a workaround for this issue so I had a chance to test that).

mia commented on issue FoundKeyGang/FoundKey#132 2022-09-08 19:42:40 +00:00
TypeORMError: "user_profile" alias was not found.

Also the userId column needs to be in quotes.

mia commented on issue FoundKeyGang/FoundKey#132 2022-09-08 19:14:55 +00:00
TypeORMError: "user_profile" alias was not found.

736c21a80a/packages/backend/src/mfm/to-html.ts (L17)

I suppose this fails if there are no mentioned users.

mia commented on issue FoundKeyGang/FoundKey#132 2022-09-08 18:45:58 +00:00
TypeORMError: "user_profile" alias was not found.

oh also:

QueryFailedError: syntax error at or near ")"
    at PostgresQueryRunner.query (/data/misskey/misskey/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
    at…