JS Bot returns an HTML that does not get parsed
See original GitHub issueError
When trying to run a bot built with JS (tried with Node & TS).
As soon as the Bot is opened in emulator, I get an error
[onTurnError] unhandled error: Error: <HTML> <HEAD> <TITLE>Network Error</TITLE> <style media = "all" >....
Version
4
Describe the bug
When trying to run a bot built with JS (tried with Node & TS). As soon as the Bot is opened in emulator, I get an error. Errors as shown in the console window of VS Code & in Emulator are shown below.
I have created bot with c# and they work just fine on the same machine This error is shown with multiple examples from this repository
Expected behavior
No error
Screenshots
Added above
Additional context
I work behind my company’s firewall.
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
Parse an HTML string with JS - javascript - Stack Overflow
I tried the Pure JavaScript HTML Parser library but it seems that it parses the HTML of my current page, not from a...
Read more >Ultimate Guide to Web Scraping with Python Part 1: Requests ...
Request and wrangling HTML using two of the most popular Python libraries for web scraping: requests and BeautifulSoup.
Read more >Web Scraping With NodeJS and Javascript - ScrapFly
Introduction to web scraping in Javascript through a real hands-on example. Scraping HTML, parsing it and common challenge overview.
Read more >Web Scraping with JavaScript and NodeJS - ScrapingBee
Learn web scraping with JavaScript and NodeJS with this step-by-step tutorial. We will see the different ways to scrape the web in ...
Read more >JavaScript JSON parse() Method - W3Schools
The JSON. parse() method parses a string and returns a JavaScript object. The string has to be written in JSON format. The JSON....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
ok. Thank you very much for your help.
I tried with
v16.16.0
and was still unable to reproduce. The sample bots ran correctly. It does seem like your firewall may be the culprit.