metabolist / metatext

A free, open-source iOS Mastodon client.
https://metabolist.org/metatext
GNU General Public License v3.0
725 stars 101 forks source link

Friendica compatibility: Getting "NSURLErrorDomain-Error -1000" when timeline infinite scroll loads #44

Open MrPetovan opened 2 years ago

MrPetovan commented 2 years ago

Hi, first of all thank you for your work on a Mastodon-compatible client on iOS!

At Friendica we have been implementing most of the Mastodon API endpoints and our users have been reporting success using their Friendica account with Metatext, except for this error showing up: https://github.com/friendica/friendica/issues/10547

Tracking down the error seems to be about a malformed URL inside the app. I own an iPhone, is there anything I can do to debug this error further? Nothing suspicious shows up in my Friendica node access/error logs when using Metatext, so the error seems to be preventing an API call to Friendica. Maybe we are sending the wrong info in an earlier call but without seeing the actual malformed URL there's little we can do about it.

C0RD commented 1 year ago

would like to see this fixed.