locast2plex icon indicating copy to clipboard operation
locast2plex copied to clipboard

Error when getting the video URL: Not Found

Open jgomez177 opened this issue 4 years ago • 0 comments

Getting station info for 3.1...
Error when getting the video URL: Not Found
----------------------------------------
Exception occurred during processing of request from ('192.168.155.6', 52078)
Traceback (most recent call last):
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 316, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 347, in process_request
    self.finish_request(request, client_address)
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 720, in __init__
    self.handle()
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 427, in handle
    self.handle_one_request()
  File "/usr/local/Cellar/[email protected]/3.9.0_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 415, in handle_one_request
    method()
  File "/locast2plex-main/lib/tuner_interface.py", line 111, in do_GET
    self.do_tuning(contentPath.replace('/auto/v', ''))
  File "/locast2plex-main/lib/tuner_interface.py", line 328, in do_tuning
    self.rmg_station_scans[index] = station_list[sid]['channel']
KeyError: '3.1'
----------------------------------------

jgomez177 avatar Jan 05 '21 16:01 jgomez177