diegoborbadev / pytube-downloader

📺 Web app for downloading video or audio from YouTube!
https://pytube.diegoborba.dev
MIT License
3 stars 1 forks source link

Update Flask Version #20

Closed diegoborbadev closed 9 months ago

diegoborbadev commented 9 months ago

Verify the possibility to use a newer Flask version in the application.

LyubomirT commented 9 months ago

I examined this issue and it seems like the project doesn't work with Flask 2.2.2, even though it's listed in the dependencies. After upgrading to the latest version (3.0.0) it seems like things are working again.

diegoborbadev commented 9 months ago

I examined this issue and it seems like the project doesn't work with Flask 2.2.2...

How did you test it? It supposed to be working...

LyubomirT commented 9 months ago

I examined this issue and it seems like the project doesn't work with Flask 2.2.2...

How did you test it? It supposed to be working...

First I created a virtual environment in the project folder (basic venv), then activated it and installed the needed dependencies. After the installation process finished I tried to run the project and got a werkzeug error immediately, which caused the app to crash.

diegoborbadev commented 9 months ago

This is strange because it is working on the demo server and locally for me (but I'm not using a venv).

But this improvement is important anyway.