Email or username:

Password:

Forgot your password?
pixelfed

We just shipped some API bug fixes to improve compatibility with Mastodon mobile apps! 🚀

✨ Users: If you have issues logging in from an app, that means your instance hasn't updated yet. Try clearing cache

✨ Admins: Clear the cache after updating by running "php artisan cache:clear"

✨ Guests: Check us out!

Still working on a few endpoints, most core features should work as expected.

Let us know of any bugs in the comments and please include the app name and instance url! #pixelfed #mastodev

14 comments
ij

@pixelfed Doesn't work here on pxlfed.de (closed registration)
- Metatext: seems to be able to login, but empty time line (data couldn't be read, because they are missing)
- Tusker: Unable to verify Credentials. Your account could not be fetched at this time: invalid model (after tapping on Authorize)

pixelfed

@ij You'll have to wait until your instance updates! We just shipped these fixes. If you'd like to try a working instance, pixelfed.social is updated!

ij

@pixelfed Well, I updated from dev before the test:

sudo -u www-data git config pull.rebase false
sudo -u www-data git stash
sudo -u www-data git pull origin dev
sudo -u www-data composer install
sudo -u www-data php artisan config:cache
sudo -u www-data php artisan route:cache
sudo -u www-data php artisan migrate --force

I'll keep testing from time to time, but my main focus would be LDAP integration where I got some error the other day as well... Maybe I'll report an issue for that as well

@pixelfed Well, I updated from dev before the test:

sudo -u www-data git config pull.rebase false
sudo -u www-data git stash
sudo -u www-data git pull origin dev
sudo -u www-data composer install
sudo -u www-data php artisan config:cache
sudo -u www-data php artisan route:cache
sudo -u www-data php artisan migrate --force

BinaryWolf

@pixelfed Yep it finally works. Awesome thank you!

Mariusz K. Grzeca

@pixelfed Official Mastodon iOS app / photoholics.online (personal instance):

- you can't see any remote photos, both avatars and the actual media attachments
- infinite scrolling does not work properly, home timeline seems very short compared to the one visible on the web interface
- you can't see any comments under the posts

pixelfed

@mgrzeca Please update to the latest commits, and run "php artisan cache:clear". You may need to restart php if OPcache is enabled.

We can't reproduce these issues on pixelfed.social with Mastodon for iOS!

Mariusz K. Grzeca

@pixelfed I'm on the latest commit. Always. Almost. My instance is a docker container, the update process is automated, it always worked. In the case of pixelfed.social it looks exactly the same for me - I don't see any remote photos. See the attached screenshot. Additionally, the home timeline does not include posts from the last dozen or so hours. I keep getting information about new posts, but can't download them.

pixelfed

@mgrzeca We will investigate, sorry about the inconvenience!

[DATA EXPUNGED]
zonsopkomst ✅

@pixelfed
User here. Fedilab on two different Android devices allows me to log in, but never loads past a white blank screen. Looking forward to it!

Mariusz K. Grzeca

@pixelfed In Tusker, all timelines display only 20 most recent posts without any comments. Federated and local timelines display the same posts. Profiles also show the same number of recent posts. But at least remote photos seem to work.

pixelfed

@mgrzeca This has been fixed in the latest commits!

Go Up