Package Details: xdplayer 1.0-1

Git Clone URL: https://aur.archlinux.org/xdplayer.git (read-only, click to copy)
Package Base: xdplayer
Description: Terminal crossword puzzle player
Upstream URL: https://github.com/devottys/xdplayer
Licenses: MIT
Submitter: lagomorph
Maintainer: lagomorph
Last Packager: lagomorph
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-09 15:22 (UTC)
Last Updated: 2024-07-25 19:46 (UTC)

Required by (0)

Sources (1)

Latest Comments

HalJordan commented on 2024-08-20 12:49 (UTC)

% xdplayer nyt1987-11-04.xd
Traceback (most recent call last):
  File "/usr/bin/xdplayer", line 27, in <module>
    curses.wrapper(main_player)
  File "/usr/lib/python3.12/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xdplayer/__init__.py", line 528, in main_player
    if plyr.play_one(scr, xd):
       ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xdplayer/__init__.py", line 445, in play_one
    xd.draw(scr)
  File "/usr/lib/python3.12/site-packages/xdplayer/__init__.py", line 339, in draw
    draw_clues(clue_top, self.acr_clues, cursor_across, clueh)
  File "/usr/lib/python3.12/site-packages/xdplayer/__init__.py", line 314, in draw_clues
    i = dirnums.index(cursor_clue)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^

What could I be missing that's not listed on the depends, or on the assumed depends?