You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a self-hosted SkyBridge instance. Accessing it via Ivory, which is running fine initially. After coming back to my home timeline after a while I'm getting a 'server failure' in Ivory and this error being thrown in Skybridge logs:
ERROR - 2024-11-14 10:06:02.353474
GET /api/v1/timelines/home?limit=40&min_id=19681206164648099**
Error thrown by handler.
RangeError (end): Invalid value: Not in inclusive range 0..24: 400
dart:typed_data _TypedIntListMixin.sublist
package:sky_bridge/facets.dart 105 processFacets
package:sky_bridge/models/mastodon/mastodon_post.dart 81 MastodonPost.fromFeedView
dart:collection SetBase.toList
build/routes/api/v1/timelines/list/[id].dart 51 onRequest.<fn>
package:sky_bridge/database.dart 18 databaseTransaction
build/routes/api/v1/timelines/home.dart 43 onRequest
Meanwhile other feeds and loading profiles are working perfectly fine
The text was updated successfully, but these errors were encountered:
I'm running a self-hosted SkyBridge instance. Accessing it via Ivory, which is running fine initially. After coming back to my home timeline after a while I'm getting a 'server failure' in Ivory and this error being thrown in Skybridge logs:
Meanwhile other feeds and loading profiles are working perfectly fine
The text was updated successfully, but these errors were encountered: