You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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?
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
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:
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?
The text was updated successfully, but these errors were encountered: