You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
as far as I've been able to tell, this doesn't happen with any other filters. example output below
The text was updated successfully, but these errors were encountered: