Error in cheerio.fromURL #4022
Unanswered
gerardocrr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How does your import look like? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an API made with Hono, I was testing the fromURL method with the direct code from the documentation and in the browser I get a 500 Internal Server Error and in the console I get [TypeError: (void 0) is not a function].
Does anyone know why it doesn't work?
I wanted to test the fromURL method if I do a fetch to the page and load it with the load method it works fine but that's not what I want.
This is my code
Beta Was this translation helpful? Give feedback.
All reactions