Python Error

Asked 1 years ago, Updated 1 years ago, 412 views

I wrote the code for the photo in Python, but it didn't work because of an error.
If you understand, please tell me the cause and how to deal with it.

src=

python

2023-02-26 08:30

1 Answers

This is probably because BeatifulSoup has failed to retrieve the element (cannot find the element you are trying to retrieve).

1. Does the analysis target html (response.text) have that element in the first place?
2. Are the elements specified incorrectly?

Let's take a look at


2023-02-26 15:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.