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.
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.