You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getHTML.py is not working. It can't fetch the index.view now. It always sends error. However saving the Index.view file and then reading the file into data is working. Problem with Decoding. I made a getHTML using requests. it could get the files with headers, but couldn't decode.
I made a workaround by saving the HTML file then reading it. It is working.
The text was updated successfully, but these errors were encountered:
vsatyamesc
changed the title
getHTML.py is not working. It can't fetch the index.view now
getHTML.py is not working. It can't decode the index.view now
Mar 13, 2024
getHTML.py is not working. It can't fetch the index.view now. It always sends error. However saving the Index.view file and then reading the file into data is working. Problem with Decoding. I made a getHTML using requests. it could get the files with headers, but couldn't decode.
I made a workaround by saving the HTML file then reading it. It is working.
The text was updated successfully, but these errors were encountered: