LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.19k stars 224 forks source link

Error when starting a slideshow with the 'dark' filter #159

Open HotelCalifornia opened 5 years ago

HotelCalifornia commented 5 years ago

as far as I've been able to tell, this doesn't happen with any other filters. example output below

C:\cmder
λ pokemon -ss 0.05 -d 0.2
Starting slideshow with 10 Pokemons and a delay of 0.05 minutes.
Forked process to background with PID 18540.
You can stop it with 'pokemon -c'.

C:\cmder
λ Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\users\akbro\appdata\local\programs\python\python36-32\lib\multiprocessing\spawn.py", line 99, in spawn_main
    new_handle = reduction.steal_handle(parent_pid, pipe_handle)
  File "c:\users\akbro\appdata\local\programs\python\python36-32\lib\multiprocessing\reduction.py", line 82, in steal_handle
    _winapi.PROCESS_DUP_HANDLE, False, source_pid)
OSError: [WinError 87] The parameter is incorrect
HotelCalifornia commented 5 years ago

This also only seems to happen on Windows. Running the same command on macOS works fine

LazoCoder commented 5 years ago

The npm package was out-dated. It has been updated so it should be good now.

HotelCalifornia commented 5 years ago

Sorry, I should have specified that this is an issue with the pip package (version 1.2.0)