-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when downloading: Cancelling an overlapped future failed #1
Comments
Thanks for opening an issue, and I'm sorry this isn't working for you. I'm just starting to look for assets on windows, and am especially motivated to fix this. A quick search pulled up an issue in cpython 3.8.x but that should have been fixed before the 3.8.2 release. Probably not related but keeping it here for reference.
While I get this set up on windows, and I'm entirely guessing at this point, could you try the following?
|
Well, windows installation has improved since the 2.6 days. That was faster than I expected :) It looks like the command is completing, and then the cleanup logic is probably trying to re-close the loop. For (1) above the asset was downloaded, and for (2) the description is printed above the stack trace. Some additional context:
You should still see the file in |
A little more research and a potential fix. Here's a related issue in A similar issue in And here's the python bug report from that last link. |
I've tested Thanks very much for the report! |
Wow, that's a quick response! Yeah, it's working now with 1.0.3 :) Btw, I was a bit confused first, since I didn't see the file in the current working directory, but it appeared in .oga/assets, probably a nice feature, just saying it's not what I expected.
|
Hi, this looks like exactly what I was going to write myself :)
I get this error when I try to download, though:
On Windows with Python 3.8.2
The text was updated successfully, but these errors were encountered: