wouterdebie / locast2tuner

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

Unable To Record #54

Closed jac91584 closed 3 years ago

jac91584 commented 3 years ago

hi, i'm running locast2tuner with plex, i'm able to add and watch channels but unable to record. It'll claim it's recording but it doesn't. I do have a donate account with locast so i'm really at a loss why it's not working.

wouterdebie commented 3 years ago

I'm not sure if this is a locast2tuner issue, since streaming works. However, do you have any locast2tuner logs? Do you see any requests from Plex at the time the recording happens? If you start locast with verbose = 1, you should see the different HTTP requests coming from Plex.

jac91584 commented 3 years ago

i made the changes in the config file, is it just locast2tuner --syslog to see the logs?

wouterdebie commented 3 years ago

It depends on how you run locast2tuner. Do you use the docker instance? Or do you use the ubuntu package? Mac homebrew?

jac91584 commented 3 years ago

I'm using the raspian install

On Fri, May 21, 2021, 4:38 PM Wouter de Bie @.***> wrote:

It depends on how you run locast2tuner. Do you use the docker instance? Or do you use the ubuntu package? Mac homebrew?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wouterdebie/locast2tuner/issues/54#issuecomment-846245686, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSMXPV5FU4POYT3YOUUAXLTO3AC5ANCNFSM45JYWSSQ .

wouterdebie commented 3 years ago

it should log in /var/log/syslog then..

jac91584 commented 3 years ago

here are my logs, at 19:15:10 i tried recording. I don't see anything in plex indicating it's actually recording and nothing else is in the logs after that

May 21 19:13:15 raspberrypi locast2tuner[9815]: May 21 19:13:15.327 INFO Login succeeded! May 21 19:13:15 raspberrypi locast2tuner[9815]: May 21 19:13:15.853 INFO Using cached FCC facilities at /var/lib/locast2tuner/facilities May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.328 INFO Loading stations for New York (cache: true, cache timeout: 3600, days: 8).. May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.367 INFO Starting http server for New York on http://127.0.0.1:6077 May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.368 INFO Starting 4 workers May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.375 INFO Starting "actix-web-service-127.0.0.1:6077" service on 127.0.0.1:6077 May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.375 INFO Tuners: May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.376 INFO +----------+----------+-----+--------------------------------------+------------------+-----------------------+ May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.377 INFO | City | Zip code | DMA | UUID | Timezone | URL | May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.378 INFO +----------+----------+-----+--------------------------------------+------------------+-----------------------+ May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.378 INFO | New York | | 501 | 453fc7b1-d7e4-5d9a-820a-4b3a2e7bdf49 | America/New_York | http://127.0.0.1:6077 | May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.379 INFO +----------+----------+-----+--------------------------------------+------------------+-----------------------+ May 21 19:13:17 raspberrypi locast2tuner[9815]: May 21 19:13:17.380 INFO locast2tuner started.. May 21 19:15:10 raspberrypi locast2tuner[9815]: May 21 19:15:10.824 INFO 127.0.0.1:55256 "GET /discover.json HTTP/1.1" 200 287 "-" "PlexMediaServer/1.22.3.4523-d0ce30438" 0.000077 May 21 19:15:10 raspberrypi locast2tuner[9815]: May 21 19:15:10.828 INFO 127.0.0.1:55256 "GET /lineup_status.json HTTP/1.1" 200 73 "-" "PlexMediaServer/1.22.3.4523-d0ce30438" 0.000114

On Fri, May 21, 2021 at 5:17 PM Wouter de Bie @.***> wrote:

it should log in /var/log/syslog then..

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wouterdebie/locast2tuner/issues/54#issuecomment-846264608, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSMXPWGATWDVBDEVSCE2CLTO3EXHANCNFSM45JYWSSQ .

-- Joshua A. Cohen 31 Payne Road Bethel CT, 06801 (203) 312-3213 @.***

wouterdebie commented 3 years ago

Yeah, this seems to be a Plex problem. Plex doesn't even seem to start the recording. If you stream and look at the logs it should show you what it looks like. From the locast2tuner perspective, a recording or a direct stream is exactly the same.

eiddor commented 3 years ago

Agreed - I just tried a recording here from Plex and it worked fine.

Check the Plex logs to see what's happening - If it thinks it is recording and then the show doesn't show up, then Plex is definitely making that decision for some reason.

jg-24 commented 3 years ago

Not sure how new your install is, but the whole Plex ecosystem seems to need you to log out and log back in to recognize your paid-for account in different parts of the system. I recall doing that a few times across web browser and the Plex application (along with restarts of Plex) trying to get the DVR to show any recording buttons after I first installed it. As Wouter de Bie said, from the locast2tuner perspective there's no difference whether you're watching or recording content streams -- so this should really be closed as it's not an issue with locast2tuner.

wouterdebie commented 3 years ago

Closing this, since this doesn't seem to be a locast2tuner problem, but a Plex issue.