Code Monkey home page Code Monkey logo

Comments (5)

tkiapril avatar tkiapril commented on August 17, 2024

Maybe this can be a hint: when using jsonp mode on Jamstash, it worked normally, but when I try to use the json mode, simillar issue arises: nothing comes after the first ping.

from supysonic.

spl0k avatar spl0k commented on August 17, 2024

I fixed the issue with Jamstash and JSON (541efa6)
As for Polysonic, it now get past the login screen but then just display its logo along with an infinite spinner. This is because Polysonic use the new authentication method introduced with the version 1.13.0 of the Subsonic API (except at login where it sends the password in plain text), and Supysonic doesn't support the method.

I don't think I'll implement this new authentication method in Supysonic though. Sure it improves the security on the client side (password no longer transmitted as plain text or as an easily reversed cypher) but it requires the server to store the password as plain text in the database, which I don't want to.

from supysonic.

tkiapril avatar tkiapril commented on August 17, 2024

Ah, I got it. That's kinda strange... That seems to mean that vanilla subsonic has been using plain text for passwords on database until now.

from supysonic.

spl0k avatar spl0k commented on August 17, 2024

And still does.

from supysonic.

spl0k avatar spl0k commented on August 17, 2024

PolySonic fixed its version detection code to fallback on the old authentication method when the server is running on an old version of the API. So supysonic now works with PolySonic.

from supysonic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.