So my plugin is working fine but I notice in my OBS logs I'm getting these messages every so often while streaming:
21:35:26.593: [tuna] CURL failed while sending spotify command (HTTP error -1, cURL error 35: 'SSL connect error'). Waiting 5 seconds before trying again
21:36:10.848: [tuna] CURL failed while sending spotify command (HTTP error -1, cURL error 35: 'SSL connect error'). Waiting 5 seconds before trying again
21:36:40.764: [tuna] CURL failed while sending spotify command (HTTP error -1, cURL error 35: 'SSL connect error'). Waiting 5 seconds before trying again
21:36:59.331: [tuna] CURL failed while sending spotify command (HTTP error -1, cURL error 35: 'SSL connect error'). Waiting 5 seconds before trying again
22:01:02.331: [tuna] CURL failed while sending spotify command (HTTP error -1, cURL error 35: 'SSL connect error'). Waiting 5 seconds before trying again
22:11:54.720: [tuna] Refreshing Spotify token
22:11:54.932: [tuna] Spotify response: {
22:11:54.932: "access_token": "REDACTED",
22:11:54.932: "expires_in": 3600,
22:11:54.932: "refresh_token": null,
22:11:54.932: "scope": "user-modify-playback-state user-read-playback-state user-read-currently-playing",
22:11:54.932: "token_type": "Bearer"
22:11:54.932: }