IndexError
Python 3.14.2: /opt/python4axdb/bin/python3.14
Mon Jun 29 19:32:47 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': 'John P. Sohl', 'nick': '', 'role': 'Code', 'url': '/EN/public/j/john_p_sohl/AU10002353/'}, {'group': '', 'icon': 'brush', 'name': 'Todd J. Camasta', 'nick': '', 'role': 'Graphics', 'url': '/EN/public/t/todd_j_camasta/AU10004925/'}, {'group': '', 'icon': 'brush', 'name': 'Bonita Reid', 'nick': '', 'role': 'Graphics', 'url': '/EN/public/b/bonita_reid/AU10000511/'}], '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/221b_baker_street/GA340000192/', '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': {}, 'cracked': False, 'credits': [{'name': 'Atarimania Team', 'role': 'Release', 'url': '/EN/public/groups_developers/a/atarimania_team/GD10000141/'}], 'date': '2019-03-15T02:15:14', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': '221B Baker Street (1987) (Atarimania)(Side A)(EN).atr', 'filesize': 92176, ...}, {'bad': False, 'contains': {'broken_dir': False, 'dir': [], 'info': {'format': 'No DOS', 'free_sectors': 0, 'sector_count': 720, 'sector_size': 128}}, 'countries': {}, 'cracked': False, 'credits': [{'name': 'Atarimania Team', 'role': 'Release', 'url': '/EN/public/groups_developers/a/atarimania_team/GD10000141/'}], 'date': '2019-03-15T05:15:14', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': '221B Baker Street (1987) (Atarimania)(Side A)(EN).atx', 'filesize': 100208, ...}, {'bad': False, 'contains': {'broken_dir': False, 'dir': [], 'info': {'format': 'No DOS', 'free_sectors': 0, 'sector_count': 720, 'sector_size': 128}}, 'countries': {}, 'cracked': False, 'credits': [{'name': 'Atarimania Team', 'role': 'Release', 'url': '/EN/public/groups_developers/a/atarimania_team/GD10000141/'}], 'date': '2019-03-15T08:15:14', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': '221B Baker Street (1987) (Atarimania)(Side B)(EN).atr', 'filesize': 92176, ...}, {'bad': False, 'contains': {'broken_dir': False, 'dir': [], 'info': {'format': 'No DOS', 'free_sectors': 0, 'sector_count': 720, 'sector_size': 128}}, 'countries': {}, 'cracked': False, 'credits': [{'name': 'Atarimania Team', 'role': 'Release', 'url': '/EN/public/groups_developers/a/atarimania_team/GD10000141/'}], 'date': '2019-03-15T11:15:14', 'dis': 'Diskette dump', 'fileicon': 'disk', 'filename': '221B Baker Street (1987) (Atarimania)(Side B)(EN).atx', 'filesize': 100208, ...}], devs=[{'name': 'Bonita Reid', 'type': 'author', 'url': '/EN/public/b/bonita_reid/AU10000511/'}, {'name': 'John P. Sohl', 'type': 'author', 'url': '/EN/public/j/john_p_sohl/AU10002353/'}, {'name': 'Todd J. Camasta', 'type': 'author', 'url': '/EN/public/t/todd_j_camasta/AU10004925/'}])
   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/tmpdfadkgvq.html contains the description of this error.