shadoxxhd / steamworkshopdownloader

download steam workshop items via steamcmd
316 stars 50 forks source link

Not responding after successful download #59

Closed amymor closed 2 months ago

amymor commented 2 months ago

0078 Versions that have this problem: v0.7.1 Experimental v0.7 Experimental The version that has no problem: v0.6.0 - Steam Guard compatibility

shadoxxhd commented 2 months ago

This issue is caused by a bug in the pywinpty library (andfoy/pywinpty#423); I could replace the pty interface with the old, less responsive method temporarily, but since I wanted to implement eg. a download progress bar in the future, I'll have to use the pty method eventually anyway. Though perhaps I can find a way to work around the issue...

shadoxxhd commented 2 months ago

Workaround implemented in latest release.