retrospect-addon / plugin.video.retrospect

Retrospect is a Kodi video add-on which allows you to watch streams of a number of free and publicly available online TV stream sites.
https://www.rieter.net/content/
GNU General Public License v3.0
110 stars 36 forks source link

Recurring Error Issues with GoPlay/Vier Content #1846

Open pejeio opened 7 hours ago

pejeio commented 7 hours ago

Hi,

I’ve been encountering frequent errors when trying to watch several shows on GoPlay/Vier. Below are some log snippets that might assist in troubleshooting.

Please let me know if you need further details or additional information.

20241011 21:12:26 - [INFO    ] - plugin.py            - 34   - *********** Starting Retrospect add-on version 5.7.18 ***********
20241011 21:12:26 - [INFO    ] - chn_class.py         - 41   - Initializing channel (__init__): Vier [channel.be.vier=True, be=True, National, 50E04907-8983-4552-A775-E70F3D91FB99] (Order: #be.0004)
20241011 21:12:26 - [INFO    ] - plugin.py            - 103  - Loaded: Vier
20241011 21:12:26 - [INFO    ] - folderaction.py      - 44   - Plugin::process_folder_list Doing process_folder_list
20241011 21:12:26 - [INFO    ] - urihandler.py        - 547  - Performing a GET for https://www.goplay.be/gert-late-night
20241011 21:12:26 - [INFO    ] - urihandler.py        - 552  - GET resulted in '200 OK' (0:00:00.000912) for https://www.goplay.be/gert-late-night
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - Plugin::Error Processing FolderList
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - | Traceback (most recent call last):
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |   File "/Users/myuser/Library/Application Support/Kodi/addons/plugin.video.retrospect/resources/lib/actions/folderaction.py", line 59, in execute
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |     media_items = self.__channel.process_folder_list(selected_item)
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |   File "/Users/myuser/Library/Application Support/Kodi/addons/plugin.video.retrospect/resources/lib/chn_class.py", line 268, in process_folder_list
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |     (handler_data, pre_items) = data_parser.PreProcessor(data)
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |   File "/Users/myuser/Library/Application Support/Kodi/addons/plugin.video.retrospect/channels/channel.be/vier/chn_vier.py", line 33, in __call__
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |     nextjs_data = Regexer.do_regex(nextjs_regex, data)[0]
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
20241011 21:12:26 - [ERROR   ] - folderaction.py      - 138  - + IndexError: list index out of range
20241011 21:12:26 - [INFO    ] - addon.py             - 65   - Retrospect :: Flushing and closing logfile.
20241011 21:12:26 - [INFO    ] - addon.py             - 32   - XOT Logger :: Appending Existing logFile
Screenshot 2024-10-11 at 21 10 32

Your Environment

Used Operating system:

Used versions:

create-issue-branch[bot] commented 6 hours ago

Branch bug-1846 was created for issue: "Recurring Error Issues with GoPlay/Vier Content"

basrieter commented 6 hours ago

I see, let me fix that

basrieter commented 5 hours ago

Please install https://github.com/retrospect-addon/plugin.video.retrospect/archive/refs/heads/bug-1846.zip and let me know.