ravermeister

joined 2 years ago
[–] ravermeister@lemmy.rimkus.it 2 points 9 months ago* (last edited 9 months ago) (1 children)

Maybe wrap it up as ide addon for the common IDE's e.g. IntelliJ or VSCode?

[–] ravermeister@lemmy.rimkus.it 10 points 1 year ago (3 children)

Maybe peertube could create a runner program similar to the Gitlab Runner, then every one who likes could contribute resources.

[–] ravermeister@lemmy.rimkus.it 4 points 1 year ago* (last edited 1 year ago) (1 children)

Mittlerweile gibt es ganz brauchbare Brücken, ...und ein Teil meiner Familie nutzt (Dank meines drängends) meinen xmpp Server😁

I think Stellarium is a very good alternative too

First thought was, maybe it was printed with an Xerox printer😃

[–] ravermeister@lemmy.rimkus.it 1 points 1 year ago* (last edited 1 year ago)

For me the sync between lemmy and https://joinpeertube.org/ is still not working flawlessly. syncing new posts from peertube to lemmy suddenly stops working. When I force a sync by searching a new post from a subscribed peertube channel through Lemmy, syncing works for a while, and the the problem described above occurs.

I like oh-my-zsh what are the downsides of using it?

[–] ravermeister@lemmy.rimkus.it 3 points 1 year ago (1 children)

The future thunderbird app is currently called k9 and available via fdroid and Google Playstore

Thanks, so my pipeline should be fine in the sense that it uses the commit of the submodule, stored in the version tagged lemmy commit

[–] ravermeister@lemmy.rimkus.it 1 points 1 year ago (1 children)

Thanks, I'll have a look at it, but if you're faster I'm happy about a PR :)

 

Slidge is a xmpp server bridge to many closed networks, e.g WhatsApp signal Telegram. It is in a very early stage and very actively developed. Progress is getting better and better, for me currently one of the most important XMPP projects

 

Hi, Is it possible to cross Post with jerboa? In lemmur there's a button for that.

Additionally, which app is considered to be used in the long term? Seems both are maintained, so is it just a matter of taste?

4
submitted 2 years ago* (last edited 2 years ago) by ravermeister@lemmy.rimkus.it to c/lemmy_support@lemmy.ml
 

Hi, I still have sync issues with The subscribed Peer Tube instances. for example I'm subscribed to !news@mp-tube.de with my instance: https://lemmy.rimkus.it/c/news@mp-tube.de

but the new Posts(Videos) are not autmatically synced. If I click on a Video on the original mp-tube site e.g.: https://mp-tube.de/w/4sH4HgqJXZeYAaKTZPaPY9 and enter that URL in the Search bar of my instance, it is successfully fetched from the site, and after that occurs in my subscribed channel.

Is it a known Issue with subscribed peertube channels? is there a solution or any way I can investigate deeper?

Thanks in advance :)

 

Hi, I have a weird behaviour of Syncing Comments. According to the Troubleshoot section for testing synchronisation, it should be possible to retrieve comments via:

curl -H "Accept: application/activity+json" https://your-instance.com/comment/123 # the id of a local comment

That works for Comments which are direct responses to a post, e.g. The response https://lemmy.ml/post/421708/comment/253216 (shortcut url: https://lemmy.rimkus.it/comment/1701) can be successfully retrieved via:

curl -H "Accept: application/activity+json" https://lemmy.rimkus.it/comment/1701

But The Answer Comment to that Comment: https://lemmy.ml/post/421708/comment/253238 (Shortcut url: https://lemmy.ml/comment/253238) can not be retrieved via :

curl -H "Accept: application/activity+json" https://lemmy.ml/comment/253238

This leads to the issue that these Comments are not synced to my instance https://lemmy.rimkus.it. Is it a known issue? Can I do anything to get Response Comments to Comments Synced to my instance?

Thanks in advance Jonny

3
submitted 2 years ago* (last edited 2 years ago) by ravermeister@lemmy.rimkus.it to c/lemmy_support@lemmy.ml
 

Hi, I see following errors in my lemmy logs on my own instance lemmy.rimkus.it:

lemmy_1 | 2022-07-05T08:06:03.416701Z INFO HTTP request{http.method=POST http.scheme="https" http.host=lemmy.rimkus.it http.target=/inbox otel.kind="server" request_id=57a27d45-23be-41f2-966c-f356df0c3618}:shared_inbox: lemmy_apub::http: Received shared inbox activity {"@context":["https://www.w3.org/ns/activitystreams",{"stickied":"as:stickied","pt":"https://join-lemmy.org#","sc":"http://schema.org#","matrixUserId":{"type":"sc:Text","id":"as:alsoKnownAs"},"sensitive":"as:sensitive","comments_enabled":{"type":"sc:Boolean","id":"pt:commentsEnabled"},"moderators":"as:moderators"},"https://w3id.org/security/v1"],"actor":"https://lemmy.ml/c/linux","to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"actor":"https://lemmy.ml/u/Raysun96","to":["https://lemmy.ml/c/linux"],"object":"https://lemmy.ml/post/341373","cc":["https://www.w3.org/ns/activitystreams#Public"],"type":"Like","id":"https://lemmy.ml/activities/like/18818647-b6ac-42df-a875-24d5b623ce1b"},"cc":["https://lemmy.ml/c/linux/followers"],"type":"Announce","id":"https://lemmy.ml/activities/announce/1c2fb16a-126a-49e0-bcf3-9c8a3c8435cd"} lemmy_1 | 2022-07-05T08:06:03.433116Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: PUBLIC KEY lemmy_1 | 0: lemmy_apub::http::receive_activity lemmy_1 | at crates/apub/src/http/mod.rs:79 lemmy_1 | 1: lemmy_apub::http::shared_inbox lemmy_1 | at crates/apub/src/http/mod.rs:41 lemmy_1 | 2: lemmy_server::root_span_builder::HTTP request lemmy_1 | with http.method=POST http.scheme="https" http.host=lemmy.rimkus.it http.target=/inbox otel.kind="server" request_id=57a27d45-23be-41f2-966c-f356df0c3618 http.status_code=400 otel.status_code="OK" lemmy_1 | at src/root_span_builder.rs:16 lemmy_1 | LemmyError { message: None, inner: error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: PUBLIC KEY, context: "SpanTrace" }

and when I try to follow a peer tube instance I see:

lemmy_1 | 2022-07-05T08:07:05.628234Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=FollowCommunity { community_id: CommunityId(3), follow: true, auth: Sensitive }}:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://lemmy.rimkus.it/activities/follow/40d7fc09-90fd-45bb-9353-aa45292dc3ce lemmy_1 | 2022-07-05T08:07:05.632872Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=FollowCommunity { community_id: CommunityId(3), follow: true, auth: Sensitive }}:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 0, running: 1, dead (this hour): 0, complete (this hour): 0 lemmy_1 | 2022-07-05T08:07:05.634677Z INFO lemmy_apub_lib::activity_queue: Sending https://lemmy.rimkus.it/activities/follow/40d7fc09-90fd-45bb-9353-aa45292dc3ce to https://mp-tube.de/video-channels/news/inbox lemmy_1 | 2022-07-05T08:07:05.791886Z WARN background_jobs_core::processor_map: Job errored: Processing(Send https://lemmy.rimkus.it/activities/follow/40d7fc09-90fd-45bb-9353-aa45292dc3ce to https://mp-tube.de/video-channels/news/inbox failed with status 403 Forbidden: {"type":"about:blank","title":"Forbidden","detail":"Invalid signature","status":403,"actorUrl":"https://lemmy.rimkus.it/u/ravermeister","error":"Invalid signature"})

are they related? does lemmy use public/private keys for a user? and are they somehow "broken"?

would be really cool if someone could help to investigate. By the way I use the Installation Guide for Docker and already dropped the old db/pictrs data and re-created my instance with blank data folders. But the errors stay the same.

Thanks in advance :)

view more: next ›