nilfoer / gwaripper

Tool for conveniently downloading audios from r/gonewildaudio and similar subreddits
MIT License
30 stars 5 forks source link

can't get it to work on linux anymore. #4

Closed cdothour closed 2 years ago

cdothour commented 2 years ago

Used to have no problem using gwaripper on linux. However, for the past 6 months or so I have not been able to use it for some reason.

It's giving me "Uncaught exceptions" error: image link here: https://files.catbox.moe/zqgml1.png

install method via: > python -m pip install -r requirements.txt and running with the following command: python gwaripper-runner.py

nilfoer commented 2 years ago

Hey, you are using python version 3.10, which was not supported by gwaripper's newest flask version. I updated flask in the requirements.txt in the newest commit to support python >=3.10.

Hope this fixes it for you!

cdothour commented 2 years ago

Thank you so much nilfoer! It works now. I'm running arch so the python version is always updated to the latest. Really appreciate the new commit!