mjishnu / pypdl

A concurrent pure python downloader with resume capablities
https://pypi.org/project/pypdl/
MIT License
44 stars 8 forks source link

Segments cannot be merged, the download process is stuck and cannot be completed #18

Closed minhpn closed 3 months ago

minhpn commented 4 months ago
mjishnu commented 4 months ago

can you test using this version and see if its still happening https://test.pypi.org/project/pypdl/. btw the name of class has been changed (Downloader -> Pypdl) you can check the updated doc in v1.4.0 branch

minhpn commented 4 months ago

I'm trying out version 1.4.1, there's a minor syntax error. I've temporarily fixed it and I'm testing to see if the issue I encountered before still persists. Thank you! CleanShot 2024-05-02 at 10 21 42 CleanShot 2024-05-02 at 10 19 35

mjishnu commented 4 months ago

can you provide the full error traceback. for the syntax error.