pezzy-o

Results 17 comments of pezzy-o

Basically yes - that was just a long-winded way of asking, so I could explain the use case.

Awesome - thanks for getting started so quickly! This might be me, but I'm getting an authorisation failure (401) when I try to compile (mvn clean package): Downloading from github:...

`mvn clean install` is giving me the same result. I'm not sure how I would modify the compiled JAR file: I took a look inside the archive and couldn't immediately...

Great - I can compile again 🤘 Using the librespot-api-1.6.1-SNAPSHOT.jar, I get the following result when running a POST to http://localhost:24879/discovery/list: ``` 2021-05-10 16:26:25,521 TRACE selector:564 - Selected on sun.nio.ch.WindowsSelectorImpl@4166658f...

Sorry, should have included that - the response body is: ``` { "value": [ ], "Count": 0 } ```

Just to add to this, the API does work for me when invoking /player/next for example... On the other hand, it also returns a blank response when (while connected) I...

Anything I can check on my side? I tried disabling AV and firewall just as a sense-check, still the same though.

Ok that's good. Now it can see itself, but it's not seeing any other players advertised on the local network: ``` { "value": [ { "name": "librespot-java", "target": "librespot-java", "port":...

... or at least, it's not returning them in the body of the response