Giter Site home page Giter Site logo

Comments (9)

xmcp avatar xmcp commented on September 26, 2024

是啊

from wxbot.

ixiusama avatar ixiusama commented on September 26, 2024

咦,那怎么办?(手动斜眼

from wxbot.

xmcp avatar xmcp commented on September 26, 2024

那就别encode了啊 = =

from wxbot.

ixiusama avatar ixiusama commented on September 26, 2024

去除 encode 报错
UnicodeEncodeError: 'gbk' codec can't encode character '\u2006' in position 43797: illegal multibyte sequence
更新最新版(4/28)后报错一样。
以上均为用 2to3.py 转换后的文件。

from wxbot.

xmcp avatar xmcp commented on September 26, 2024

那就打开文件的参数改成wb

from wxbot.

ixiusama avatar ixiusama commented on September 26, 2024

修改为
f.write(r.text.encode('utf-8').decode('utf-8'))
报错
UnicodeEncodeError: 'gbk' codec can't encode character '\u2006' in position 43797: illegal multibyte sequence

修改为
f.write(r.text.decode('utf-8'))
报错
AttributeError: 'str' object has no attribute 'decode'

修改为
f.write(r.text.encode('utf-8'))
报错
TypeError: write() argument must be str, not bytes

from wxbot.

ixiusama avatar ixiusama commented on September 26, 2024

算了,我还是学习一下python 3 以后再说吧。现在先用着python 2.7 的版本吧。

from wxbot.

sleshep avatar sleshep commented on September 26, 2024

用r.content啊

from wxbot.

sleshep avatar sleshep commented on September 26, 2024

用r.content啊

from wxbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.