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

/kbin meta

12 readers
1 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 3) 50 comments
sorted by: hot top controversial new old
[–] [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.

load more comments (1 replies)
[–] [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)

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).

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

When I do an action on the site after like an hour, it takes me through the dumb cloudflare thing. I'm already logged in, why do I need to go through it every freaking hour?? This is an AWFUL user experience. I say "remember me" not "forget me in an hour"

[–] [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 (1 children)

Checking "Hide Adult Content" doesn't actually seem like it blocks threads from nsfw magazines. When browsing threads by "newest", I definitely have multiple explicit pictures from explicit magazines (gfur, petplayyiff, & feralyiff?) I'm not subscribed to show up.

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

Yep, having this problem too. Just had NSFW magazines showing up in the Random list, plus still seeing porn showing up in search results. The "Hide Adult Content" box is definitely checked, and saved.

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

Quick note... some users are having issues with verifying registration if they miss the initial link. I was able to get kbin to resend mine by sending a password reset, but some users can't reproduce that. Just so you're tracking.

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

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

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

I'm having the exact same issue - home is set to 'subscribed' but when I go there it shows 'all'. I'm getting this on mobile (both Chrome and DDG).

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

Both. I'm using the site on mobile and on desktop, not an app. My settings reflect that my default feed is set to Subscribed, but it gets reset to All whenever I go back to the home page, regardless of whether I change it to Subscribed from the home page or in the settings.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

[Issue] Subscribing to magazines from the @readit.buzz domain makes the page redirect to the 50x error page. Despite the error, subscribing still turns out successful.

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

[Issue] Another domain with issues when subscribing: @lemm.ee. Also redirects to a 50x error page and subscribing still works for the account despite the error.

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

My posts seem to become invisible to me after I post them, and I am unable to view any comments to my posts, even my own. I get notifications that I have comments, but when I click the notification to view the thread so I can read the full comment, all of the comments are missing.

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

Maybe you have something blocking them? Try to disable all your plugins and check any of such hidden posts again, or even do so through a new profile altogether, if your browser allows profiles.

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

@crystals.rest domains also have issues subscribing, redirecting to a 50x error page despite successfully being subscribed to.

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

Also @lemmy.world

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

Not sure if anyone is getting this problem or whether it is a KBin issue or a browser issue.

I get an issue when browsing on mobile (Firefox) and loading magazine headers under all. If I scroll down and load a few additional magazine headers, click on a magazine title to view it and then hit back to return to the list of magazines, the list does not return me to the place I was at in the list.

Instead it truncates the list back to first loaded magazine headers and leaves me viewing the random details normally positioned at the bottom of the all list. To get it to load more magazine headers I have to scroll back to actual bottom of the listed of initially loaded magazine headers. It then starts reloading headers as normal but I then need to scroll and reload all subsequent magazine headers to get back to my position in the list.

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

Yup, experiencing this too

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

Hello Mr @ernest

I think this is an issue, or perhaps I'm missing something somewhere?

When I receive a reply notification and click the person's reply comment, it doesn't take me to the comment in the thread, but rather to the beginning, and I have to scroll through the conversation to find my post and the replies to it. Unless I'm doing something wrong, this is going to become problematic in large active threads.

I click on their words in the notification message (as the timestamp is not a link), the comment highlights and even shows the comment number in the link for the post, but does not take me to it, even if I right-click/open in a new tab. Someone in another thread suspects this happens once the thread/and comment moves onto the second page of the thread (but making it infinate scroll doesn't fix it either).

edit: I should add that I'm on Desktop

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

Hello all new user here also. There's no 2FA?

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

Can't seem to hide threads at all. Would love to see this, or have up/downvoted threads also dissapear like the reddit functionality has.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›