Issue description:
Not sure if this will be an issue from Astiga’s side (fairly new to this!) but as of today my syncs via Astiga have stopped working, looking at the logs (shared via app under this username) it seems to be looking for a rating?
Tried compatibility mode and turning off fetch additional metadata - not sure if there’s something else that might help
Logs:
Upload description: aer247
Additional information:
Reproduction steps:
Syncing via my Astiga Subsonic media provider always fails on the first song, even on a fresh app reinstall
Media provider:
Subsonic
Screenshots:
This is an Astiga issue who returns invalid data.
@gravelld You are returning null for an OpenSubsonic field, this is forbidden and against the spec.
Can you fix on your side please ?
Thanks @Tolriq .
Thanks for reporting @aer247 - can you just email us at [email protected] so we know your user account and can look into this?
@Tolriq I can’t see the original logs - is it possible to see which API call returned the null rating?
2025-05-12 20:36:44.081 Verbose SubsonicLogger <-- [113] 200 https://play.asti.ga/rest/getAlbum.view?id=30022834&u=REDACTED&t=REDACTED&s=REDACTED&v=1.13.0&c=Symfonium&f=json (317ms, 954-byte body)
2025-05-12 20:36:44.082 Verbose SubsonicLogger <-- [113] {"subsonic-response":{"status":"ok","version":"1.16.0","serverVersion":"Astiga\/production","album":{"id":"30022877","parent":"375789","title":"mother tongue (Sub Focus Remix)","album":"mother tongue (Sub Focus Remix)","name":"mother tongue (Sub Focus Remix)","artist":"Bring Me The Horizon","artistId":"375789","isDir":true,"duration":195,"songCount":0,"coverArt":"30022835","created":"2025-05-13T03:36:43","year":2019,"song":[{"id":30022878,"parent":30022877,"title":"mother tongue (Sub Focus Remix)","artist":"Bring Me The Horizon","artistId":375789,"album":"mother tongue (Sub Focus Remix)","albumId":30022877,"genre":"Dance","coverArt":30022835,"size":25200720,"contentType":"audio\/x-flac","suffix":"flac","duration":195,"path":"Bring Me The Horizon\/mother tongue (Sub Focus Remix)\/01 mother tongue (Sub Focus Remix).flac","type":"music","isDir":false,"bitRate":1032,"created":"2025-05-13T03:36:43","track":1,"discNumber":1,"userRating":null}]}}}
But the logs only show compat mode, normal mode only use the search3 so I guess everything returning a song will return null if no userRating.
Thanks for taking the time to post that, I’ll look into it.
Thanks, we’ve fixed this in development, it will be released in the next week.