-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Album lists aren't populating when connecting to Astiga #248
Comments
The logging situation for Supersonic right now is not great, unfortunately. I don't have an option to enable extra verbose logs but I do log out many (most?) errors. If you run it from the command line does it log out any error message? Also is there an Astiga demo server I could connect to for debugging on my end? |
There is a demo server, but I'll need your email... send it to info@asti.ga . Oh, I think I've seen the issue:
Hmmm I don't think Astiga is sending that second timestamp, where is it coming from? I don't want to paste the entire output on stdout for fear of sensitive info, but the main logs before that were:
|
The Fyne SVG errors are just noise, the cause is definitely the timestring parsing. I'm surprised no other Subsonic server has had this issue as I just checked the official API example responses on subsonic.org and they do not have the timezone suffix - I guess every known working server includes it. In any case it's definitely a Supersonic bug and I'll look into making the time string parsing more robust. I will send you an email to get an account added to the test server so I can confirm it's resolved before I push a fix. It's also been awhile since I've done a Supersonic release so I think I'll release 0.5.2 as soon as this issue is resolved. |
I think this may be resolved by a5417cc (and supersonic-app/go-subsonic@5bb56f4) but I need the Astiga test account to verify (or an Astiga user to build Supersonic from source and test) |
I sent you that Drew... thanks. |
Tested and resolved! |
Awesome! |
Hi, I and another user (https://community.asti.ga/discussion/623/cant-connect-to-subsonic-clients#latest) are having a problem connecting Supersonic to Astiga. Almost all lists don't seem to be populating.
For albums, I can see that Supersonic makes a request:
And Astiga replies:
However the albums lists remain blank.
The only thing that seems to work is the genre list, which is populated. However, clicking on a genre shows nothing in its list.
I thought this used to work, but maybe there's something Astiga is doing that Supersonic is not expecting... But a quick review of the Subsonic API checks out.
Maybe there's some logging I can enable?
The text was updated successfully, but these errors were encountered: