-
Notifications
You must be signed in to change notification settings - Fork 374
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
ERR_MULTIPLE_CALLBACK on file.download() #2082
Comments
Hi @Aliaksandr-Kasko-JazzTeam thank you for opening an issue. Can you provide us with a bit more information, how often are you seeing this error? Was the code you provided previously working in a different version of the library? Do other operations (i.e. upload) work correctly? |
Hi, @ddelgrosso1.
|
@Aliaksandr-Kasko-JazzTeam by chance have you tried the above on a platform other than Windows, if so what was the result? Is there anything special or different about destination argument? Could you provide a more detailed stack trace? Have you also recently changed versions of Node, if so from what version to I tried this in both a Linux and Mac environment with |
I also tested this in a Windows 10 environment but did not see the issue. @Aliaksandr-Kasko-JazzTeam if you can provide the information from my previous comment I will investigate further. |
Don't know if it helps, but getting the same problem on macOS Monterey version 12.6, node version 14.17.6, @google-cloud/storage version 6.5.4. |
Thanks @amerej we believe we have found the cause of this issue and we will be releasing a fix shortly. |
@ddelgrosso1 sorry for my long response and big thanks for fix. Now it works for me |
Thanks for letting me know @Aliaksandr-Kasko-JazzTeam. Glad this resolved your issue. |
Is this a client library issue or a product issue?
yes
Did someone already solve this?
no
no
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
@google-cloud/storage
version: 6.5.2Steps to reproduce
Try to download a file:
As the result catching error ERR_MULTIPLE_CALLBACK
The text was updated successfully, but these errors were encountered: