Hello
So I am having problems with the recording via the PlutoTV plugin since version 0.9.7.2 or 0.9.7.3. A recording starts but will usually end after about 20 mins (possibly at the start of an ad break). These are my Player Settings:
stream_type: internalproxy
Play All (VOD): false
Non-VOD Segments to Start: 2
Enable URL Filtering: true
URL Filter: ^.*(_ad/|google.com|plutotv_filler|Well_be_right|_AdPod|_Promo).*$
Enable PTS Filtering: false
pts_minimum: 10000000
pts_max_delta: 3000000
Enable PTS/DTS Resync: true
PTS/DTS Resync Type: ffmpeg
It has been working fine in this combination for months now.
Saw the following in the error log:
2022-02-21 14:59:34,653-INFO:web_handler [192.168.50.93] "GET /modules/themes/spring/theme.js HTTP/1.1" 200 -
2022-02-21 14:59:34,663-INFO:web_handler [192.168.50.93] "GET /modules/themes/spring/theme.css HTTP/1.1" 200 -
2022-02-21 14:59:34,706-INFO:web_handler [192.168.50.93] "GET /modules/dashboard/dashboard.css HTTP/1.1" 200 -
2022-02-21 14:59:34,708-INFO:web_handler [192.168.50.93] "GET /modules/dashboard/dashboard.js HTTP/1.1" 200 -
2022-02-21 14:59:34,709-INFO:web_handler [192.168.50.93] "GET /modules/table/table.css HTTP/1.1" 200 -
2022-02-21 14:59:34,779-INFO:web_handler [192.168.50.93] "GET /modules/themes/logowhite.png HTTP/1.1" 200 -
2022-02-21 14:59:34,812-INFO:web_handler [192.168.50.93] "GET /background HTTP/1.1" 200 -
2022-02-21 14:59:35,756-INFO:decorators URLError in function DashStatusJS.get_url, retrying (): 4155 <urlopen error [Errno 111] Connection refused>
http://localhost:5005/tunerstatus
2022-02-21 14:59:36,761-INFO:decorators URLError in function DashStatusJS.get_url, retrying (): 4155 <urlopen error [Errno 111] Connection refused>
http://localhost:5005/tunerstatus
2022-02-21 14:59:37,764-WARNING:decorators Multiple HTTP Errors, unable to get url data, skipping DashStatusJS.get_url() 4155 <urlopen error [Errno 111] Connection refused>
http://localhost:5005/tunerstatus
2022-02-21 14:59:37,769-ERROR:web_admin UNEXPECTED EXCEPTION on GET=sequence item 1: expected str instance, NoneType found
Traceback (most recent call last):
File "/home/pi/cabernet/lib/clients/web_admin.py", line 104, in do_GET
elif getrequest.call_url(self, self.content_path):
File "/home/pi/cabernet/lib/common/decorators.py", line 228, in call_url
self.url2func[_name](_webserver,
args, *kwargs)
File "/home/pi/cabernet/lib/web/pages/dashstatus_json.py", line 38, in pages_dashstatus_json
'text': dashstatus_js.get()
File "/home/pi/cabernet/lib/web/pages/dashstatus_json.py", line 53, in get
'}'
TypeError: sequence item 1: expected str instance, NoneType found
2022-02-21 14:59:37,772-WARNING:web_handler [192.168.50.93] "GET /api/dashstatus.json HTTP/1.1" 501 -
2022-02-21 14:59:38,879-INFO:web_handler [192.168.50.93] "GET /modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 HTTP/1.1" 200 -
2022-02-21 14:59:38,895-INFO:web_handler [192.168.50.93] "GET /api/configform?area=providers HTTP/1.1" 200 -
2022-02-21 14:59:38,950-INFO:web_handler [192.168.50.93] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
Any ideas what the problem might be?
Thanks.