CalvinLoke / bad-apple

Bad Apple printed out on the console with Python!
233 stars 43 forks source link

V4.5 works flawless on fedora but: #10

Open 0n1cOn3 opened 2 years ago

0n1cOn3 commented 2 years ago

At the end, theres that. :I it works perfectly until it reaches the end Python 3.9 has been used. Afaik Python 3.10 has some issues cause this hasn't been optimized for Python 3.10 or newer.

Traceback (most recent call last):
  File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 181, in <module>
    main()
  File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 171, in main
    play_video(total_frames=total_frames)
  File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 37, in play_video
    sys.stdout.write("\r" + ASCII_LIST[frame_number])
IndexError: list index out of range