J
J
Java19172020-09-21 18:24:58
JavaScript
Java1917, 2020-09-21 18:24:58

How to solve js problem in google chrome?

I am writing js code according to the video lesson, and one part does not work. I looked in the Google console, it gives me this error
5f68c5200d69d180071056.png

. The moderator deleted my last similar question, because "It can be found on the Internet." Unfortunately, I spent the whole day both in Runet and globally, but I did not find a solution to the problem.

I followed the link in error and here is the screenshot.
5f68c5a84c6cf157982767.png

Who has already decided and knows what to do, help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2020-09-21
@Java1917

you should not look for a solution on the Internet, but translate the error and think.
Let me help - today is a good mood.
The error says "requests for which the characters '<' '\n' '\t' '\r' in the url are blocked.
You need to find the place where this request is made, debug, look at the url and find these characters there. Then think about where they took it there and fixed that
place.Judging by the fact that you are doing something according to the lesson, you hardly have more than one place where you make an http request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question