Skip to content
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: this.parseReadableStream is not a function' on latest version 2.5.1 #707

Closed
hvianna opened this issue Jan 15, 2022 · 2 comments · Fixed by #708
Closed

'TypeError: this.parseReadableStream is not a function' on latest version 2.5.1 #707

hvianna opened this issue Jan 15, 2022 · 2 comments · Fixed by #708
Labels
bug Something isn't working

Comments

@hvianna
Copy link

hvianna commented Jan 15, 2022

Updated to version 2.5.1 and I'm getting this error: TypeError: this.parseReadableStream is not a function.

I'm actually using the fetchFromUrl() method in my code. If I revert to 2.5.0 it works as intended.

Thanks.

Borewit added a commit that referenced this issue Jan 16, 2022
@Borewit Borewit reopened this Jan 16, 2022
@Borewit Borewit added the bug Something isn't working label Jan 16, 2022
@Borewit
Copy link
Owner

Borewit commented Jan 16, 2022

It looks like this issue is context specific, I could not reproduce it.
I cannot directly explain the issue.
A wild guess is the this reference which does not made a lot of sense as it was not used within a class.

Any improvement in version v2.5.2?

@hvianna
Copy link
Author

hvianna commented Jan 16, 2022

@Borewit v2.5.2 works fine! Thank you!

@hvianna hvianna closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants