Text Formatter Internal Server Error

alexhoug

Member
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.

1674106555557.png


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

1674106714314.png


I can't seem to be able to identify the issue. Can someone please advise?
 
P

Pabblymember11

Guest
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?
 
P

Pabblymember11

Guest
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.
 
Top