Skip Navigation

Posts
4
Comments
34
Joined
2 yr. ago

  • So, here's the full error :

     
        
    lemmy-1  | 2025-07-14T00:34:32.098630Z DEBUG HTTP request{http.method=POST http.scheme="https" http.host=blog.kaki87.net http.target=/inbox otel.kind="server" request_id=a9c359f6-eb9d-4888-9ac2-55c1f5bb8e43}: actix_web::middleware::logger:
    Error in response: LemmyError { message: InboxTimeout, inner: InboxTimeout, context: SpanTrace [{ target: "lemmy_server::root_span_builder", name: "HTTP request", fields: "http.method=POST http.scheme=\"https\" http.host=blog.kaki87.net http.target=/inbox otel.kind=\"server\" request_id=a9c359f6-eb9d-4888-9ac2-55c1f5bb8e43", file: "src/root_span_builder.rs", line: 16 }] }
    lemmy-1  | 2025-07-14T00:34:32.098834Z  WARN Error encountered while processing
    the incoming HTTP request: lemmy_server::root_span_builder: InboxTimeout: InboxTimeout
    
      

    I've also been seeing this one :

     
        
    lemmy-1  | 2025-07-14T00:41:00.407762Z DEBUG HTTP request{http.method=GET http.scheme="http" http.host=lemmy:8536 http.target=/api/v3/site otel.kind="server" request_id=9aab8319-3f3b-4f4e-8530-3b3633afe2f1}: actix_web::extract: Error for Option<T> extractor: IncorrectLogin: IncorrectLogin
    lemmy-1  | 2025-07-14T00:41:00.427630Z DEBUG HTTP request{http.method=GET http.scheme="http" http.host=lemmy:8536 http.target=/api/v3/post/list otel.kind="server" request_id=ef746ac7-b9a3-4615-bb37-4c12f0ed0827}: actix_web::extract: Error for Option<T> extractor: IncorrectLogin: IncorrectLogin
    
      

    As for the reverse proxy, I'm using Caddy with the configuration provided here, and it's supposed to pass those headers by default.

    The suggested curl requests work.

    I wish there was a tool that could just tell what's wrong, like https://federationtester.matrix.org/ for Matrix...

  • What am I looking for in the logs though ? All I see is "InboxTimeout"...

  • I left a comment on your server but it doesn't seem to be federating

    Oh, no ! I'll have to look into that, thank you for noticing ! Any ideas how to debug that ?

    Terribly sorry about nerd sniping you!

    No problem haha, I've been wanting this for a while already ^^

    An easy way to fast track federation is using lemmy-federate.

    Interesting !

    Anyway, best of luck on your blog. If you’ve questions or want to discuss, feel free to send me a message!

    Thanks again !

  • Pop!_OS (Linux) @lemmy.world

    How to customize the save location of COSMIC Screenshot ?

  • Oh I didn't notice your answer, yeah I figured the same, so I changed the links to lemmyverse.link instead.

  • Oh I see, it's Lemmy previewing the crosspost instead of redirecting to it.

    I fixed it now.

  • Lol, feel free to discard it as an option for your government agency's social account 😂

  • I have no idea, the documentation didn't even warn there would be any.

    I'll keep you updated if I end up having any performance issues.

  • Pop!_OS (Linux) @lemmy.world

    How to permanently float apps on COSMIC desktop ?

    Lemmy @lemmy.ml

    The first Lemmy-as-a-blog instance

  • Hi,

    Did you end up doing it ?

  • some asshole could extract/crack it and give her a massive bill [...] it will be trivial for some asshole to make a revanced patch to bypass the subscription

    Hi,

    I stumbled on your post looking for a ReVanced patch for Infinity, not for bypassing the subscription though : until now, I was using a fork that implements login using Reddit's official app's API, but it stopped being updated while I was getting tired of some bugs, so I was hoping for a ReVanced patch which would accomplish the same thing. There isn't, but I found one that allows you to bring your own API key, so I went with that.

    Before using that fork though, I was bypassing the subscription, with Lucky Patcher : it worked fine, which, as you pointed out, means I was making the maintainer pay for me. I didn't really feel bad about that because they made the choice not to support any of the abovementioned alternatives, even though when I discovered those, I switched because I still didn't like Reddit getting that money.

  • Why though ?

    I've been using it since before the first alpha and it has been surprisingly stable.

  • Willing to give this a go.

    Alright, don't hesitate to ask questions if you have any and request help if you need any

    My go-to for getting non-repo debs automatically has been deb-get

    Yes, I mentioned it in the Differences with deb-get & AM section of my tutorial.

    it seems to go long periods of time between PR merges and releases (which includes adding new software)

    Yeah, I could reiterate in that section that my app allows the user to add apps themselves.

  • I didn’t say it was more secure, I said it’s about the same.

    You said automation breeds laziness (by design, to an extent) and lazy end users tend to shoot themselves in the foot.

    So, my question is : what part of automating download of DEBs from a specific source can be shooting oneself in the foot compared to doing the same thing manually every time ?

    you should legally protect yourself

    The MIT license will take care of that.

    Also, to force the user to accept and acknowledge that the software they are installing using this tool is not verified to be safe is inducing fear and/or guilt, therefore is bad UX, I'm not doing that.

  • It's more functional than object-oriented and I read the former better than the latter. 😅

  • How is the manual step more secure though ?

    What does the user do before downloading a DEB that makes that gap between manual and automated ?

    I'd be willing to try and reproduce that, but I don't see anything.

  • My point is that I'm working a solution for end users.

    The solutions you're offering are not user-friendly.

  • Linux @lemmy.ml

    I made a local APT repository that automatically fetches DEBs and AppImages from anywhere