Text Formatter Internal Server Error
Status: Closed · Asked by alexhoug on · 0 views
Hello,
I am scraping a website using RocketScrape and the API by Pabbly. I am getting a successful API response with the HTML code from the website via RocketScrape.

I am then trying to parse text via the Text Formatter. When I attempt to do that, I receive an "Internal Server Error."

I can't seem to be able to identify the issue. Can someone please advise?
Can you share the name of the workflow in which you have faced such as issue so we can look into it and guide you accordingly?
@Supreme — The name of the workflow is "Web Scraper"
Hey @alexhoug
As we can see from the HTML content that you are trying to parse actually contains many other scripts along with Ajax which is disrupting the JSON from the end which is why you are getting an error.
So, please pass the pain content and try again.