this post was submitted on 01 Jun 2023
18 points (100.0% liked)

/kbin meta

5 readers
2 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 2 years ago
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (2 children)

Can someone tell me why some instances aren't updating?

For example, https://kbin.social/m/[email protected] only displays posts a week old but if you go directly to that instance, you can see posts posted a few hours ago.

[–] [email protected] 1 points 1 year ago (1 children)

I am also having this issue, federation seems almost completely broken right now. My Frontpage is entirely kbin magazines on both subscribed and all. My own posts don't federate well either, it takes hours for them to become visible on other instances and Mastodon.

Edit: Things seem to be working better now?

[–] [email protected] 2 points 1 year ago (1 children)

Is it better for you now? I’m still in the same boat. My front page is full is mostly single digit comment stuff from Kbin. If I go to a lemmy app though, I will see more popular Kbin content on their front page than I am seeing while logged onto Kbin.

[–] [email protected] 1 points 1 year ago (1 children)

No no, not a problem at all anymore. I'm seeing all my subscribed Lemmy communities across a bunch of different instances in addition to a few posts from kbin magazines.

Kbin's algorithm definitely switches content out faster than Lemmy's though, could that be what you're describing?

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 1 points 1 year ago

Maybe it's a server issue with all the new traffic but is the way to not get logged out after such short periods of time/usage? Feels like any time I attempt to interact with something on kbin I have to relog in.

Also, as someone else provided feedback on, being able to hide threads in a comment feed would be super useful. If it exists now I haven't figured.out how to do it

Just my initial feedback.

[–] [email protected] 1 points 1 year ago

There might be something wrong with Markdown tables, they worked fine a week or so ago but now it's just the "raw code". Any experiencing this issue or did the format change slightly?

[–] [email protected] 1 points 1 year ago

@ernest wanted to report a beehaw thread being broken. See here. apparently they used hashtags in their thread title which is allowed there, and it broke for some lemmy users and ended up in kbin's microblog section rather than showing up as a proper thread.

[–] [email protected] 1 points 1 year ago

Hey not sure if this is the proper venue for this, but is the REST API expected to be functional? The root endpoint (e.g. curl 'https://kbin.social/api') works, but then all the others (e.g. curl 'https://kbin.social/api/magazines') fail with a 500.

At first I figured it was just a "kbin.social is overloaded" issue, but the behavior seems consistent across a few different instances (karab.in, kbin.lol, some others I forget).

Figured I'd check if the API is, y'know, implemented/enabled/whatever before I try and repro/submit an actual useful bug report.

[–] [email protected] 1 points 1 year ago (3 children)

My home feed keeps getting reset to "All" even though I changed the home feed to "subscribed" in settings. Am I missing something?

load more comments (3 replies)
[–] [email protected] 1 points 1 year ago (3 children)

This comment thread is behaving very strangely right now: comments with the same ID are showing up multiple times in different places, and I just received a notification about a reply that I don't see in the thread.

load more comments (3 replies)
[–] [email protected] 1 points 1 year ago (1 children)

I've been trying to set up my own kbin instance but without success. Is there a way to diable SSL? I'm running the instance on a raspberry pi at home behind a reverse proxy which already handles all the certificates for https. This already works great for my mastodon instance.

I tried installing the docker container and also manually but both times it expects https instead of simple http and I can't seem to find the place to change this. There's no mention of SSL in the nginx configuration file and I don't really have any experience with docker and where to change the configuration in such a container.

[–] [email protected] 1 points 1 year ago

Weirdly enough, the manual installation seems now to work (the website is reachable) but kbin shows me a server error 500 for every site. I don't have mercure installed because I couldn't figure out how (it isn't mentioned in the kbin doc and the mercure website is not really helpful), could that be the problem?

[–] [email protected] 1 points 1 year ago

minor issue but i can load "[email protected]" I can see their threads, but when I reply the reply does not appear on their end

[–] [email protected] 1 points 1 year ago (1 children)

Two things: imgur.com images do not open when I click the preview button. Thing two, we still really need a reply box at the top of threads not bottom. Posted from Galaxy s22 using Samsung Internet browser.

load more comments (1 replies)
[–] [email protected] 1 points 1 year ago (1 children)

Does the notification system work? I don't see any notifications even though I should.

[–] [email protected] 1 points 1 year ago (1 children)

It might be turned off in settings. I'm getting notifications.

[–] [email protected] 1 points 1 year ago

Starting to see notifications now. Guess it's fixed?

[–] [email protected] 1 points 1 year ago (1 children)

Has anyone tried creating a KBIN server using the Docker instructions since Saturday? I got a development server running on Saturday and I decided to bring up a production ready version on Sunday, but now I'm running into two errors while creating it.

First:

In these instructions:

$ sudo chown 82:82 public/media
$ sudo chown 82:82 var
$ cp .env.example .env

There is no directory "var" so the chown fails

Second:

When running docker compose build --pull --no-cache

It now fails with this:

=> [php app_php 20/21] RUN rm -Rf docker/ 0.2s
=> ERROR [php app_php 21/21] RUN set -eux; mkdir -p var/cache var/log; if [ -f composer.json ]; then composer dump-autoload --classmap-authoritative --no-dev; compose ...

This also seems to relate to the var directory, and so must be part of a recent change in the build that relates to the var directory.

Can anyone help?

Thanks

[–] [email protected] 1 points 1 year ago (1 children)

I have tried creating an instance on both Debian 11 and Ubuntu 22.04 with both Docker and the manual steps.

I can get the build to work fine. But at best I get 500 errors with no signs of logs as to why, not in postgres, not in nginx, not in redis or rabbitmq or even syslog.

On Docker i have both the kbin_messenger and kbin container boot looping with an error about creating cache directories. But since the containers are restarting I cant even get into bash on them to see why.

I finally said fuck it and ran the compose for "prod" and the containers start but again, 500 errors.

At this point....i give up i feel. I would love to host an instance and I am familiar with some of these modules (ie: NGINX, redis and postgres) but with how this is built, I dont see where the breakpoint is.

[–] [email protected] 1 points 1 year ago (1 children)

I operate my own homelab and have a background in SRE, so I figured I'd try out the same. I've wrangled a Mastodon instance install before, so this couldn't be too hard, right?

My approach started by using containers via lxc as a quick and dirty way of getting a development environment that enabled me to figure out if it worked and then see if I could then wrap it into a proper docker container and look at potentially publishing that.

On my first attempt, I did the manual route. I skipped the redis, rabbitmq, and postgres installs as I already operate those elsewhere on the network, but I got everything else running. Unfortunately, I also experienced the 500 errors. Most of the front page loaded, except for the content where the 500 error was displayed. Even with some digging around, I couldn't find a clear path to figuring out what was causing the 500 error, as the Mercure hub was seeing subscribers connect and disconnect. Gave up.

I then figured maybe the docker route might be easier/streamlined. I'm not a fan of duplicating services, but I thought that if the core workflow was solid enough, I could put effort into splitting them apart and go from there. Unfortunately, I don't even get past the docker-compose build for dev. Docker compose hangs forever.

[–] [email protected] 1 points 1 year ago

Yeah. Kbin install made me eat some humble pie for sure. I think someone called me a normie in a lemmy thread describing my troubles. Lol.

To be fair some of the parts like mercure and rabbitmq im unfamiliar with. But it was a stone cold stumper for me and that’s rare. I’m fairly familiar with Linux admin, and even some of the tooling like docker. But I just couldn’t get it to work in a cohesive way. I ran plenty of Linux servers from Drupal instances, Postgres, nginx for all sorts of shit, etc etc.

My lemmy instance took….45 minutes to roll out. Though I already had an Ansible box sitting in my lab.

[–] [email protected] 1 points 1 year ago (1 children)

Tried to add my alt account on a different instance to the moderator list of the only magazine I own and got a nonsensical error message: Value isn't blank, but the error message says "This value should not be blank"

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

That worked, thanks.

[–] [email protected] 1 points 1 year ago

The page to manage moderators is broken and returns 503 Service Unavailable. It has been doing this for at least a week. I'm unable to add moderators to the magazines that I created as a result and I could use some help on some of them.

For example: https://kbin.social/m/TodayILearned/moderators

I tried in Chrome, Safari, Firefox and curl. curl returns:

< HTTP/2 503
< server: Varnish
< retry-after: 0
< content-type: text/html
< accept-ranges: bytes
< date: Mon, 26 Jun 2023 21:14:46 GMT
< via: 1.1 varnish
< x-served-by: cache-bfi-krnt7300043-BFI
< x-cache: MISS
< x-cache-hits: 0
< x-timer: S1687814086.621395,VS0,VE1271
< strict-transport-security: max-age=31557600
< alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
< content-length: 11206

Any word on when this might be resolved?

[–] [email protected] 1 points 1 year ago

Just came here from reddit, so I'm not sure if this is the best place to post this but anyway... Usernames when logging in are case sensitive. This should not be the case because
#1 it's very confusing (I could not figure out why my password was constantly wrong even after resetting it, until i remembered some comment from someone on reddit about case sensitive login issues on some website and tried changing the first letter of my username to lowercase, then it finally worked). I haven't seen any other website work like this.
#2 you're basically allowing people to impersonate others if user account creation thinks usernames with different capitalization are unique names.

Btw, there should be an "Add comment" or "Reply" button up top on the post. At first i thought the thread was locked since there wasn't a reply button, but then i remembered some old forums put it at the bottom of the page, so i scrolled to the bottom, still no reply button. I had to scroll back up through like 4 screens worth of useless footer clutter before i finally found a comment area. This is going to decrease engagement and growth. (I'm on mobile btw). I even tapped on the + button on top to try to add a comment but there was no option. Same with the More button on the post (though it shouldn't be hidden in a More menu since it's a core feature).

load more comments
view more: ‹ prev next ›