• Open source package ecosystem expert and functional programming enthusiast

  • Joined on 2021年06月03日
seabass commented on issue flohmarkt/flohmarkt#1015 2026年06月08日 02:28:13 +02:00
saving item show loading indicator indefinitely

Are uploaded images being saved correctly when this happens, or just the item text?

seabass approved flohmarkt/flohmarkt#1012 2026年06月07日 18:30:09 +02:00
boot-version
seabass commented on issue flohmarkt/flohmarkt#1002 2026年06月06日 23:27:44 +02:00
Interactions from Mastodon servers cause exceptions

Excellent detective work, @Profpatsch! #1010 now fixes that issue on my instance, and Mastodon users can now follow and receive new listings from it.

seabass commented on issue flohmarkt/flohmarkt#1002 2026年06月05日 23:34:25 +02:00
Interactions from Mastodon servers cause exceptions

Plopped a print statement in signatures.py just to be sure that A: I was building the container from source correctly and B: that your patch actually produces the expected result:

seabass commented on issue flohmarkt/flohmarkt#1002 2026年06月05日 22:13:12 +02:00
Interactions from Mastodon servers cause exceptions

I built a container image from the branch and tested it again, but the error persists. I made sure to delete the previous container image locally and restarted the container to be certain that my...

seabass opened issue flohmarkt/flohmarkt#1007 2026年05月27日 19:12:19 +02:00
Error when receiving GET request to /authorize_interaction
seabass commented on issue flohmarkt/flohmarkt#889 2026年05月27日 19:06:53 +02:00
Follow entire instance

I agree that this would be a useful feature. I'd have thought that this could work well with a special "everything on this instance" user, which automatically publishes an Announce activity when...

seabass commented on issue flohmarkt/flohmarkt#1002 2026年05月27日 18:54:44 +02:00
Interactions from Mastodon servers cause exceptions

This issue could be related to #992, I think.

seabass commented on issue flohmarkt/flohmarkt#1002 2026年05月27日 18:39:29 +02:00
Interactions from Mastodon servers cause exceptions

These additional lines of log output are potentially interesting, they appear just before the crash occurs:

seabass commented on issue flohmarkt/flohmarkt#1002 2026年05月27日 18:34:25 +02:00
Interactions from Mastodon servers cause exceptions

a) I clicked follow on grindhold@para1.k.rainbow-lollipop.de from @seabass@hachyderm.io within a few minutes of 16:30 UTC on 2026年05月27日. The follow request is shown as waiting for approval...

seabass commented on issue flohmarkt/flohmarkt#1002 2026年05月21日 10:59:41 +02:00
Interactions from Mastodon servers cause exceptions

a) and b) - I was asking a friend who has a Mastodon account for help with testing it. I'll create an account on a Mastodon instance myself and get back to you on that.

seabass commented on issue flohmarkt/flohmarkt#1001 2026年05月20日 16:28:43 +02:00
Container images don't contain the correct flohmarkt version

Alternatively, all the logic to determine the correct image name and tag could be moved before the image is build by Nix. Then, that could be passed to Nix itself so that the image is built with...

seabass opened issue flohmarkt/flohmarkt#1002 2026年05月20日 16:24:21 +02:00
Interactions from Mastodon servers cause exceptions
seabass commented on issue flohmarkt/flohmarkt#1001 2026年05月20日 03:48:30 +02:00
Container images don't contain the correct flohmarkt version

A bit of a brute-force solution, but... the container images shouldn't be kept around in the runners after they're pushed to the registry anyway. So again, if this is the problem, we could just...

seabass commented on issue flohmarkt/flohmarkt#1001 2026年05月20日 01:34:09 +02:00
Container images don't contain the correct flohmarkt version

Perhaps the Forgejo Actions runner keep old images around, and this command is selecting the wrong one to be tagged and pushed to the registry?

seabass commented on issue flohmarkt/flohmarkt#1001 2026年05月19日 06:16:50 +02:00
Container images don't contain the correct flohmarkt version

@lars-li No, the version doesn't appear in the logs at all; I just looked at the contents of the flohmarkt/constants.py file inside each container image to determine the version it contains.

seabass commented on issue flohmarkt/flohmarkt#1000 2026年05月18日 02:58:31 +02:00
All HTTP requests raise an exception

Related to #1001

seabass opened issue flohmarkt/flohmarkt#1001 2026年05月18日 02:57:52 +02:00
Container images don't contain the correct flohmarkt version
seabass closed issue flohmarkt/flohmarkt#1000 2026年05月18日 02:54:28 +02:00
All HTTP requests raise an exception
seabass commented on issue flohmarkt/flohmarkt#1000 2026年05月18日 02:54:27 +02:00
All HTTP requests raise an exception

I tried building a container image locally from the Git tag 0.18.0, using podman build. I used the Dockerfile in the flohmarkt repository, which is based on docker.io/library/python:3.12,...