+ 1
problem with the library named requests_html in python
see the code; Code link:https://code.sololearn.com/cEH7fyfQbLO4/#py list2.txe link:https://pastebin.com/raw/ZTbhiWAF When i run code without for loop it is working fine but when i run code with "for" loop it returns "<Response 404>" help me plz
4 Respuestas
+ 2
OK, finally i got it
this problem because,
i am reading lines(file.readlines()) and it return "\n" character in url so my final url becomes "https://domain.com/b"+"\n and i got [<Response 404>]
+ 2
Well, the 404 error is simply "Page not found", so perhaps one of your URLs is not valid.
+ 2
at.ul Make sure the links are valid and print them out -- maybe there is something wrong with string concatenation or simply the page has changed/moved.
- 1
@Kuba Siekierzyński but link is valid