| IndexError |
Python 3.14.2: /opt/python4axdb/bin/python3.14 Mon Jun 29 19:32:32 2026 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/local/www/axdb.almiel.by/cgi-bin/server.py in <module> |
| 1458 |
| 1459 if len(content['releases']) > 0: |
| => 1460 itemReleases = web.getItemReleases(content['releases'], content['devs']) |
| 1461 |
| 1462 if content['download_all_url'] != '': |
| itemReleases = '<div class="ui placeholder segment nothingHereBo...y-box icon"></i> \t\t%NOTHING_HERE%. \t</div> </div>', web = <nmMoon.web.Web object>, web.getItemReleases = <bound method Web.getItemReleases of <nmMoon.web.Web object>>, content = {'advertising': [], 'authors': [{'group': '', 'icon': 'bin', 'name': 'Unknown (Author)', 'nick': '', 'role': 'Code', 'url': '/EN/public/u/unknown_author/AU10005066/'}, {'group': '', 'icon': 'lira', 'name': 'Unknown (Author)', 'nick': '', 'role': 'Music', 'url': '/EN/public/u/unknown_author/AU10005066/'}, {'group': 'Teisho Software', 'icon': 'xex', 'name': '', 'nick': '', 'role': 'Release', 'url': '/EN/public/groups_developers/t/teisho_software/GD10001145/'}], 'awards': [], 'breadcrumb': [{'name': 'Software', 'url': '/EN/software/'}, {'name': 'System', 'url': '/EN/software/system/'}, {'name': 'T', 'url': '/EN/software/system/t/'}], 'comments': [], 'content_attachment': [], 'content_filename': '', 'content_lang': '', 'content_path': '/storage/software/boot_menus/T/turboutilities/BO1560000259/', 'content_warning': True, ...} |
| /usr/local/www/axdb.almiel.by/cgi-bin/nmMoon/web.py in getItemReleases(self=<nmMoon.web.Web object>, items=[{'bad': False, 'contains': {'broken_dir': False, 'dir': [], 'info': {'format': 'No DOS', 'free_sectors': 0, 'sector_count': 720, 'sector_size': 256}}, 'countries': {}, 'cracked': False, 'credits': [{'name': 'Teisho Software', 'role': 'Release', 'url': '/EN/public/groups_developers/t/teisho_software/GD10001145/'}], 'date': '2019-04-21T14:07:24', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': 'TurboUtilities (1986) Teisho Software (EN)[req. I.S. Plate 1050].atr', 'filesize': 183952, ...}], devs=[{'name': 'Teisho Software', 'type': 'group', 'url': '/EN/public/groups_developers/t/teisho_software/GD10001145/'}, {'name': 'Unknown (Author)', 'type': 'author', 'url': '/EN/public/u/unknown_author/AU10005066/'}]) |
| 2650 showContains += 'Sector Count:' + str(sectorCount) + ' ' + 'Free Sectors:' + str(sectorFree) + '\n' |
| 2651 showContains += '\n' |
| => 2652 if scDir[0]['date'] != '' and scDir[0]['time'] != '': |
| 2653 #2026-05-21 15:04 |
| 2654 showContains += ' Name Sec Bytes Date Time Parent\n' |
| scDir = [] |
IndexError: list index out of range
add_note =
<built-in method add_note of IndexError object>
args =
('list index out of range',)
with_traceback =
<built-in method with_traceback of IndexError object>
/usr/local/www/axdb.almiel.by/logs/tmp1uy51rbq.html contains the description of this error.