Johannes L

Results 182 comments of Johannes L

I get a similar issue after pausing a m3u8 live radio stream for some time. Unpausing or restarting the stream does not help. Only solution is to restart mopidy. Usually...

Aren't you missing the "Trigger Source" Property? I think it should be set to Software for software triggering. //g_value_set_string(&str, "Line1"); g_value_set_string(&str, "Software"); cameraInst->set_property("Trigger Source", str);

@tamland Are you interested in more maintainers on this project? If you are interested, I would like to assist as a maintainer on github and PyPi. Perhaps @BlackLight would be...

@morguldir Good to hear work is progressing. Again, let us know if you are interested in more helping hands on this project. After all, it is the backbone of mopidy-tidal....

What is the correct approach to use the refresh token after the session expires? And how can we detect if the session has indeed expired before attempting to stream?

@JuniorJPDJ Thanks for your explanation. Yes, I am talking about refreshing auth token using refresh token to avoid having to visit the login URL again. Currently, I call load_oauth_session() given...

@divadsn Thanks, yes I shortly found that commit after posting my first comment. Anyways, after checking out the latest 0.6.x branch and updating tidalapi, my mopidy-tidal plugin works as expected...

One more comment to add, it seems after streaming for a couple of hours (4-5 albums), the 401 Client Error: Unauthorized for URL appeared again and playback stopped abruptly. After...

Well when the 401 client error appeared while requesting a song, the token was not refreshed automatically. After restarting mopidy, it was not refreshed and a new auth was requested...

@divadsn Thank you. I will try reinstalling tidalapi as you instructed and see if the issue reappears. Unfortunately, it takes a while to test :)