wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[BUG] Bash "breaks" after running Scraper #29

Closed llunawolf closed 5 months ago

llunawolf commented 6 months ago

Describe the bug: On Ubuntu 22 LTS via SSH, after running the run.sh, my bash seems "broken". I can still run commands, but I cannot see what I am typing. Re-running bash doesn't fix this.

Steps to Reproduce the bug: See above

Expected behavior:

Screenshots N/A

Additional Info N/A

wolfswolke commented 6 months ago

@llunawolf i cant replicate this behavior. Could you try a diffrent SSH client or maybe a diffrent machine? (rebooting helps sometimes as well) image And as you can see in run.sh the bash is never touched.

llunawolf commented 6 months ago

Hm, tried it through the native macOS ssh client with ITerm 2. Will try something else when I get around to in the next few days.

wolfswolke commented 6 months ago

@llunawolf Did you have time to test this on a different device? I do not own a Apple device so i cant test this.

Funami580 commented 6 months ago

Perhaps it's caused by FFmpeg. Setting stdin to /dev/null or passing -nostdin as argument to FFmpeg might help.

wolfswolke commented 5 months ago

No response.