Post AOsMB7M16aUPTegvLs by chudbere@chudbuds.lol
 (DIR) More posts by chudbere@chudbuds.lol
 (DIR) Post #AOsMB7M16aUPTegvLs by chudbere@chudbuds.lol
       2022-10-24T00:36:06.492223Z
       
       1 likes, 2 repeats
       
       Any fedi admins running pleroma/soapbox know what this shit means and how I fix it?RT: https://chudbuds.lol/objects/764f4b06-40e2-4db3-bd35-c638b79986bc
       
 (DIR) Post #AOsMJ91glw8Eyp0io4 by Anton_Sturm@chudbuds.lol
       2022-10-24T00:37:28.678623Z
       
       1 likes, 0 repeats
       
       Have you tried to turn it off and on again?
       
 (DIR) Post #AOsMT6OjOoArixXKsq by OfInterist@poa.st
       2022-10-24T00:39:22.823338Z
       
       1 likes, 0 repeats
       
       @chudbere I'm not an admin, but I think the red text means somethings wrong.
       
 (DIR) Post #AOsMX4VINpat0YV3Gi by teaclips@chudbuds.lol
       2022-10-24T00:40:04.899159Z
       
       2 likes, 0 repeats
       
       I think it means something about Dolphin porn smh
       
 (DIR) Post #AOsMd2VmhdpgZDZfOq by CatboyCumDump@poa.st
       2022-10-24T00:38:51.593277Z
       
       0 likes, 0 repeats
       
       @chudbere you're looking at a database error. It's trying to insert data into a table where the schema of one of the columns has max character count of like 256 and there is a string with a larger size that is being inserted and throwing the error. Not sure what the root cause of the string that is causing it is, obviously, but you could alter the schema of that table and make the column larger. Not really a root cause fix but would mitigate errors for the time being
       
 (DIR) Post #AOsMd2yUysnk0H0b9k by chudbere@chudbuds.lol
       2022-10-24T00:41:09.117363Z
       
       0 likes, 0 repeats
       
       The error hasn't repeated itself in awhile, but the issue I'm having is that after a couple of users with more than 1K followers migrated here earlier, the server started to hang. I restarted the instance, and the issues we're having is that loading certain posts/profiles takes a very long time or doesn't load at all, same thing with older notifications.
       
 (DIR) Post #AOsMg8KlVp6LUdtZse by Skrorg@chudbuds.lol
       2022-10-24T00:39:32.070626Z
       
       0 likes, 0 repeats
       
       Not admin but it's a DB error trying to put a string that's too long into a table. Might be an uncaught error bug.
       
 (DIR) Post #AOsMyBWUOUMyb2zF0i by GeorgeCostanza@chudbuds.lol
       2022-10-24T00:43:33.894784Z
       
       1 likes, 0 repeats
       
       Someone must have tried to post a picture of the gunt.
       
 (DIR) Post #AOsN2x3JceuZAHc7dI by OfInterist@poa.st
       2022-10-24T00:45:51.534169Z
       
       2 likes, 0 repeats
       
       @teaclips @chudbere The squeels of dolphins climaxing heard echoing the halls of the server provider.
       
 (DIR) Post #AOsNGokFJ4edSBJ2J6 by CatboyCumDump@poa.st
       2022-10-24T00:42:48.423711Z
       
       1 likes, 0 repeats
       
       @chudbere sounds like it could be a database caching issue or something? Maybe restart your db or look into auditing your tables to see if there are any that seem to be massively large and have high query overhead.
       
 (DIR) Post #AOsOEMX7KHsHKbYgQC by sneedtop@poa.st
       2022-10-24T00:57:25.391750Z
       
       1 likes, 0 repeats
       
       @chudbere stackoverflow.com/questions/13485030/strange-postgresql-value-too-long-for-type-character-varying500summary: varchar and text are limited in length only by the system limits on column size - about 1GB - and by your memory.I could be wrong but I think your 4GB of RAM is causing cache errors.
       
 (DIR) Post #AOsOjgGxz8rFWswCrg by Skrorg@chudbuds.lol
       2022-10-24T00:57:58.054618Z
       
       1 likes, 0 repeats
       
       Just to be an annoying armchair debugger, but the last path that the exception seems to be coming from is make_user_from_ap_id. I know NOTHING of how pleroma/soapbox works, but you don't suppose someone is trying to make an account with an oversized username/handle? I'll shut my yucking. Just a random thought.