Day1 unicodeencodeerror: ' GBK ' codec can ' t encode character ' \xa0 ' in position 2490:illegal multibyte sequence error hints

Source: Internet
Author: User

Get the information of the Web page get way

  

#coding =utf-8#pip install requests# Direct get to Web page information import requestsfrom BS4 Import beautifulsoupresponse = Requests.get (' https://www.sogou.com/web?query= infrastructure ') print (Response.text)  #打印搜索出来的全部信息 #  find <div from Response.text   class = ' wrwrap> </div>soup = BeautifulSoup (Response.text, ' html.parser ') new_list = Soup.find_all (name= ' div ', class_= ' Vrwrap ') print (new_list) #可以继续从 <div class = ' wrwrap> </div>  continue to find

  

  

1. Error codes

Traceback (most recent):  File "d:/pycharmprojects/crawler/day1/s1.py", line <module>    print ( new_list) Unicodeencodeerror: ' GBK ' codec can ' t encode character ' \xa0 ' in position 2490:illegal multibyte sequence

  

 

2. Incorrect encoding format

  

3. Change all to Utf-8

4. Successful execution

  

Day1 unicodeencodeerror: ' GBK ' codec can ' t encode character ' \xa0 ' in position 2490:illegal multibyte sequence error hints

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.