0xf4b1 / traktor-streaming-proxy

Allow Traktor DJ to stream music from YouTube, Spotify, and Tidal by faking Beatport's API
Other
37 stars 2 forks source link

Cannot authenticate on MacOS #16

Closed Apaipengpo closed 7 months ago

Apaipengpo commented 8 months ago

Hi, I have the same issue than #13 but on MacOS. I tried the certificate thing but it did not work. I get always this message in traktor: image

and in the docker logs is also only these two requests: traktor-streaming-proxy-traktor-1 | 392767 [eventLoopGroupProxy-4-13] INFO ktor.application - 302 Found: GET - /v4/auth/o/authorize/ in 0ms -> traktor://bp_oauth?code=foo traktor-streaming-proxy-traktor-1 | 397384 [eventLoopGroupProxy-4-14] INFO ktor.application - 200 OK: GET - /v4/auth/logout/ in 0ms

I also tried the various license file with no luck.

What can I do?

0xf4b1 commented 8 months ago

Hey, it seems it fails with the first request and this is before the license part. Most likely the system does not trust the SSL certificate, have you added the CA certificate to the system trust store and verified it works with the curl command in step 5?

0xf4b1 commented 7 months ago

I assume you are using a more recent version of Traktor, so it's most likely the same issue as #17 which should be working again with the updated instructions in the README