Replies: 2 comments 2 replies
-
I have the same question. |
Beta Was this translation helpful? Give feedback.
2 replies
-
hi @zzlPetrichor , would you be able to share the code snippet how you got it to work? I tried the same way (passing in response) but unable to get it to work. Here's my code:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to fetch a file from a remote URL and upload it to a different url without saving it to the disk first. That wasn't working and i was getting a
RequestError
. I did some poking around and noticed that if i use a read stream passed through a simple transform stream, i was getting the same error.Could someone give me a pointer to what's going wrong? Is it me doing something wrong or the library doesn't support this? If latter, is it something that can be implemented in theory?
Beta Was this translation helpful? Give feedback.
All reactions