Coder Social home page Coder Social logo

Comments (10)

NuoLanC avatar NuoLanC commented on May 12, 2024

昵称错误 -
Login successfully as 诺
对过微信号,用账号也不行,怪了。不知在那错了。

from everydaywechat.

reflex-spec avatar reflex-spec commented on May 12, 2024

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

这个错误提示

from everydaywechat.

NuoLanC avatar NuoLanC commented on May 12, 2024

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

这个错误提示

这个我更改为:
#config = yaml.load(f) #这个是原来的
config = yaml.load(f, Loader=yaml.FullLoader)## 这个是我现在的。

from everydaywechat.

reflex-spec avatar reflex-spec commented on May 12, 2024

YAMLLoadWarning:不使用Loader = ...调用yaml.load(),因为默认的Loader是不安全的。有关详细信息,请阅读https://msg.pyyaml.org/load。
这个错误提示

这个我更改为:
#config = yaml.load(f)#这个是原来的
config = yaml.load(f,Loader = yaml.FullLoader)##这个是我现在的。

我也是这样的 也没有登录的提示

from everydaywechat.

gary101 avatar gary101 commented on May 12, 2024

同样问题,程序运行时终端显示内容正常且显示发送成功,但是永远不提示登录。
都没登陆怎么会发送正常?程序假测?

from everydaywechat.

gary101 avatar gary101 commented on May 12, 2024

抱歉,是要将run.py里的主程序改一下:
if __name__ == '__main__': test_run() # run()
改为
if __name__ == '__main__': # test_run() run()

from everydaywechat.

NuoLanC avatar NuoLanC commented on May 12, 2024

if name == 'main': # test_run() run()

抱歉,还是没法跑起来。这个我就是从run.py 中运行无法登陆,直接运行/EverydayWechat/GFWeather.py 又可以出来扫码。
搞不懂!

from everydaywechat.

NuoLanC avatar NuoLanC commented on May 12, 2024

image

from everydaywechat.

sfyc23 avatar sfyc23 commented on May 12, 2024

@chen366690712
你同步一下最新代码。
这一行应该修改成:

 config = yaml.load(file, Loader=yaml.Loader)

from everydaywechat.

sfyc23 avatar sfyc23 commented on May 12, 2024

@chen366690712 或者您加一下我的微信:sfyc_23。

from everydaywechat.

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.