-
Notifications
You must be signed in to change notification settings - Fork 110
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
TypeError: source.on is not a function at Function.DelayedStream.create #383
Comments
I'm having the same problem trying to use |
Hi @maurocolella As you may see Let me know if I can help you somehow and it would be nice to see whole payload object of cource with hidden/replaced values. |
Hi @olexandr-mazepa . Thank you for your reply! I am handing over my work on this project, so I expect someone will pick this up to look into a solution. We do retrieve our streams from a cloud bucket and SDK (Google Cloud), so there might be something to clarify about that. |
Same as me, Is anyone has the solution yet? |
Hi @thongle12 @joaopedrocoelho |
Hi,
I am using:
First, the documentation doesn't seem to indicate the correct/latest api to work with
form-data
, so instead of:I have to use:
Minor issue.
Then, when trying to construct a file to upload, I use:
fileData
here is either a nodeBuffer
, or areadableStream
as made available to me by a third-party library.On paper, either of these things should work, but neither does.
I get:
Now, I realize that this might be an issue with
form-data
rather thanmailgun.js
, but since it is a recommended dependency, I thought I might raise it here. I have tried alternative form data libraries, to no avail.Please advise.
The text was updated successfully, but these errors were encountered: