| Summary: | qarte error at startup, program doesn't work: IndexError: list index out of range | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | philippe malloci <philippe.mallocci> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | andrewsfarm, davidwhodgins, rverschelde, sysadmin-bugs, tarazed25 |
| Version: | 8 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://launchpad.net/qarte | ||
| Whiteboard: | MGA8-64-OK | ||
| Source RPM: | qarte-4.14.0-1.mga8.noarch | CVE: | |
| Status comment: | |||
Should be fixed in version 4.16.0 https://bugs.launchpad.net/qarte/+bug/1959039 As the last update of this package was done by Remi, assigning to him. Assignee:
bugsquad =>
rverschelde
Rémi Verschelde
2022-03-01 01:47:39 CET
Summary:
Summary file empty =>
qarte error at startup, program doesn't work: IndexError: list index out of range Fixed in Cauldron with qarte-4.16.0-1.mga9. Update for Mageia 8: Advisory: ========= Updated qarte package fixes compatibility with arte.tv This update fixes qarte's compatibility with the current date format used by arte.tv, which prevented using the application. References: - https://bugs.launchpad.net/qarte/+bug/1959039 SRPM in core/updates_testing: ============================= qarte-4.16.0-1.mga8 RPM in core/updates_testing: ============================ qarte-4.16.0-1.mga8 Assignee:
rverschelde =>
qa-bugs mga8, x64. Had already come across this problem. After updating qarte arte TV is available and programmes can be downloaded. OK for 64-bits. CC:
(none) =>
tarazed25 Validating. Advisory in Comment 3. CC:
(none) =>
andrewsfarm, sysadmin-bugs
Dave Hodgins
2022-03-11 01:42:27 CET
CC:
(none) =>
davidwhodgins An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2022-0030.html Status:
NEW =>
RESOLVED |
Description of problem: This application was used to work but it does not display the TV programs any more. The next version works fine with Linux Mint. Version-Release number of selected component (if applicable): Version : 4.14.0 Release : 1.mga8 Architecture: noarch How reproducible: always Steps to Reproduce: 1.open terminal 2.run qarte 3.the app shows up but information is displayed 4.error in the terminal: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib64/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/usr/share/qarte/artetv.py", line 107, in run_parser self.sort_videos(vids, idxs) File "/usr/share/qarte/artetv.py", line 170, in sort_videos self.videos.insert(0, TVItem(item)) File "/usr/share/qarte/artetv.py", line 1360, in __init__ self.date = self.format_date(attr['scheduled_on'], File "/usr/share/qarte/artetv.py", line 1375, in format_date end = end.split('T')[1].rstrip('Z') IndexError: list index out of range