wouterdebie / locast2tuner

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

Login failed #94

Closed jg-24 closed 3 years ago

jg-24 commented 3 years ago

Been running on 0.1.53 (installed with brew running in terminal) since Aug 16, and this morning while streaming the locast login failed:

Aug 16 08:48:26.952 INFO locast2tuner 0.1.53 on Darwin 20.6.0
...
Aug 25 09:23:54.202 INFO Stream 1936e80 - added segment "https://hls.locastnet.org/proxy/sea/king_src271651454.ts"
Aug 25 09:23:54.202 INFO Serving https://hls.locastnet.org/proxy/sea/king_src271651446.ts (6 s) in 5.4179688s
Aug 25 09:23:57.704 INFO Login token expired: Mutex { is_locked: true, has_waiters: false }
Aug 25 09:23:57.704 INFO Logging in with ...
thread 'main' panicked at 'Login failed', src/credentials.rs:72:9

Upgraded to latest with same result:

Aug 25 09:28:17.439 INFO locast2tuner 0.3.4 on Darwin 20.6.0 starting..
Aug 25 09:28:17.439 INFO Consider sponsoring this project at https://github.com/sponsors/wouterdebie!
thread 'main' panicked at 'Login failed', src/credentials.rs:72:9

Steps To Reproduce

  1. Run application
  2. See log output above

Logs Inline above

Configuration

username="[username]"
password="[password]"
tuner_count=5
multiplex = true
bind_address = "192.168.[n].[n]"

Environment MacOS 11.5.2

wouterdebie commented 3 years ago

Locast.org just started enforcing the captcha.. We'll have to look for ways to deal with this.

LSparks608 commented 3 years ago

thread 'main' panicked at 'Login failed', src/credentials.rs:72:9 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Same here: Thanks for all you do

wouterdebie commented 3 years ago

Anybody who has the urge to comment "same here", please don't. I know this is an issue for all users.

wouterdebie commented 3 years ago

This is fixed in 0.3.6 (build)! Thanks to https://github.com/cklinker in https://github.com/tgorgdotcom/locast2plex/issues/272.

jg-24 commented 3 years ago

Is brew part of the automated build/deploy? I still only see 2 versions back (0.3.4).

wouterdebie commented 3 years ago

The homebrew build failed a few times. Should be ok in a few moments.