wouterdebie / locast2tuner

Locast to Emby/Plex/Channels server
https://wouterdebie.github.io/locast2tuner/
MIT License
52 stars 8 forks source link

Crashing and Unable to Tune Channels #18

Closed Croq360 closed 3 years ago

Croq360 commented 3 years ago

Ran locast2tuner and it started generating some errors. I couldn't tune any channel once the errors started happening. I had "backtrace" set to 1 for more details. Sorry about no timestamps, but they weren't generated in the output.

Since the log has some personal info in it, I'll send it to you on Emby.

wouterdebie commented 3 years ago

Thanks for this! I see where the error comes from. Once in a while locast2tuner has to log in again to refresh the auth token and this happens at startup in a synchronous way, but when running login is called from an asynchronous context.

I think I'll have a solution soon.

On Tue, Apr 6, 2021, 21:49 Croq360 @.***> wrote:

Ran locast2tuner and it started generating some errors. I couldn't tune any channel once the errors started happening. I had "backtrace" set to 1 for more details. Sorry about no timestamps, but they weren't generated in the output.

Since the log has some personal info in it, I'll send it to you on Emby.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wouterdebie/locast2tuner/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABKABUDGDRWMYGUHAY6M63THPB2TANCNFSM42P4HUJQ .

Croq360 commented 3 years ago

Thanks for the update. Using locast2dvr in the meantime.

wouterdebie commented 3 years ago

This should be fixed now. Would you mind testing this?

Croq360 commented 3 years ago

I got the latest version of the code and am running it. Seems to be working okay now.