| IndexError |
Python 3.14.2: /opt/python4axdb/bin/python3.14 Mon Jun 29 18:33:19 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': 'Adam Sokolowski', 'nick': 'Muffy', 'role': 'Code', 'url': '/EN/public/a/adam_sokolowski/AU10000072/'}, {'group': '', 'icon': 'brush', 'name': 'Krzysztof A. Ziembik', 'nick': 'Kaz', 'role': 'Graphics', 'url': '/EN/public/k/krzysztof_a_ziembik/AU10002691/'}, {'group': '', 'icon': 'lira', 'name': 'Michał Brzezicki', 'nick': 'Caruso', 'role': 'Music', 'url': '/EN/public/m/michal_brzezicki/AU10003334/'}], 'awards': [], 'breadcrumb': [{'name': 'Software', 'url': '/EN/software/'}, {'name': 'Games', 'url': '/EN/software/games/'}, {'name': '0-9', 'url': '/EN/software/games/0-9/'}], 'comments': [], 'content_attachment': [], 'content_filename': '', 'content_lang': '', 'content_path': '/storage/software/games/0-9/07_zglos_sie/GA340000174/', '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': 128}}, 'countries': [{'dis': '\u200cPoland', 'icon': 'PL', 'url': '/EN/other/countries/poland/'}], 'cracked': False, 'credits': [{'name': 'Atarimania Team', 'role': 'Release', 'url': '/EN/public/groups_developers/a/atarimania_team/GD10000141/'}], 'date': '2019-03-13T02:15:14', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': '07 Zglos Sie (2017) (Atarimania)(PL).atr', 'filesize': 92176, ...}], devs=[{'name': 'Adam Sokolowski (Muffy)', 'type': 'author', 'url': '/EN/public/a/adam_sokolowski/AU10000072/'}, {'name': 'Krzysztof A. Ziembik (Kaz)', 'type': 'author', 'url': '/EN/public/k/krzysztof_a_ziembik/AU10002691/'}, {'name': 'Michał Brzezicki (Caruso)', 'type': 'author', 'url': '/EN/public/m/michal_brzezicki/AU10003334/'}]) |
| 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/tmp4ej3o6ax.html contains the description of this error.