@roka Thank you again for logs provided. This line in a log tells that a Note with an Attachment was sent to a server (in one HTTP post action) and a server responded with OK (200): 08-24 04:19:03.008 V/HttpReadResult: ; statusCode:OK (200); url:'https://pl.smuglo.li/api/statuses/update.json'; authenticated; posted:'{"status":"Messed it up, again.","source":"AndStatus","media_part_name":"media","media_part_uri":"content:\/\/org.andstatus.app.data.FileProvider\/downloadfile\/at_19_0.jpg"}'; response:'{"activity_type":"post","attachments":[…' The note was sent as a Multipart entity (see https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html ). The entity is built in code here: org.andstatus.app.net.http.HttpConnectionApacheCommon#multiPartFormEntity The same code is used for GnuSocial, Mastodon and Twitter. And it works there. So I would say that that Pleroma implementation should process the same content correctly also. Could you get similar logs for a server side to know why the "media" part of the post was silently ignored or failed there?!
@roka Thanks for these logs, I will look at them closer today. Currently I see that for some reason a note, posted to Pleroma, doesn't have an attachment even in its metadata... Please clarify: do you see attached images in the downloaded posts that have images when looking via web interface? I mean, if only _posting_ images from #AndStatus to Pleroma doesn't work?
@andstatus I didn't have the chance to make an account on another Pleroma instance yet but I did gather some logs. Unfortunately I had to repeat this several times because queue requests leftover from previous attempts at testing (and cross-referencing behaviour with that of a real GNU Social server) kept polluting the log.
I noticed two issues in those past runs, at least one repeats in this batch of logs: a) AndStatus on OStatus endpoint of Pleroma instance tried to query /api/account/rate_limit_status.json - this fails because https://pl.smuglo.li/api/account/rate_limit_status.json returns the Pleroma Fe UI with empty content part; meanwhile Shitposter.club, a real GS instance, returns a JSON document after auth - thus cc-ing @lain and @kaniini ; this problem pops up in „commands in a queue” view as well b) it did the same by accessing /api/statuses/show.json?id=X (where X is an ID) - again, Pleroma just serves a webpage
Attached is a zipfile featuring logs of an attempt to send a post with a file attached on AndStatus with data purged beforehand via Apps screen in Android settings - it still seems to have references to my previously setup alt at @takao but it's much easier to read than it was before. Post composition starts in logs/2018-08-24-04-18-41_log.txt
The result is a post with text but no attachments *shrugs* smugfreshest.zip
@roka Does this work with any other Pleroma instance? I mean is the problem in compatibility with Pleroma in general or just with your site's setup? In order to figure out a problem from #AndStatus side you could: 1. Lookup errors in Menu -> "Commands in a queue" 2. Turn on verbose logging with saving logs to files, and later analyse logs of a Note with an attachment sending. More on logging in AndStatus is here: https://github.com/andstatus/andstatus/issues/225
@andstatus the idea is to free the user from preconceptions about people from their timeline, maybe interact with people they normally don't, to highlight any subconscious prejudice in terms of the attributes you know about the people you follow
@nico Actually, this "Anonymize other users" feature may be an option in the mainstream #AndStatus. ...Although mentioning other users in notes' body should be real (not anonymized usernames) for the interactions to work correctly. Anyway, I could add a simple implementation of this feature just for starting playing with it?! @funkpirata @nico @sajith
@iw según sé la mayoría de nodos permiten hasta 1000 carácteres, tiene grupos, tiene complemento para wordpress, permite la suscripción a blogs, es la semilla de #mastodon... Es un poco más rústica la interfaz (solo una columna, no las muchas de #mastodon)... Para gustos distintos jeje (los clientes para pc funcionales y muy básicos son #yaics y #choqok, para móvil #andstatus). No sé en qué fase irá el desarrollo de #gnusocial
@meldrian alles davon ausgelegt auf sporatische WiFi abdeckung, 2-3x am Tag: - AndStatus (Twitter, Mastodon) mit background sync im.WiFi - Antennapod - wallabag (Framasoft hosted eine Instanz: https://framabag.org) - NewPipe (downloads for later use) - Slide (kann ganze subreddits cachen)
#AndStatus v.41.01 "Search by a part of a word. Avatars fixed" is released, see https://github.com/andstatus/andstatus/issues/456 What's new: 1. Search works for a note's name (title) and a content. You have to launch "AndStatus Settings -> Storage -> Check and fix data" once to rebuild search index in existing local cache. 2. Added Search and filtering by a part of a word. Now you can type e.g. contains:other to match "other" and "mother" or you can search for contains://andstatus.org/ to filter posts, which contain links in "andstatus.org" domain. 3. Added (the 6th) option to show a User in timeline as "Real name @webFingerId" 4. Fixed avatars not showing problem (downloading / reloading and purging). https://loadaverage.org/attachment/4449989