Giter Site home page Giter Site logo

ioobot's Introduction

您好👋

一只摸鱼的鸽子,偶尔去海滩偷吃薯条~咕咕咕

有事情请发邮件

counter

Top Langs

statu

willianrod's wakatime stats

wakatime

Lines of code

Timeline

Lines of Code chart

Last Updated on 2024-05-16 01:36:04 UTC

ioobot's People

Contributors

kituin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ioobot's Issues

这个怎么办啊

❌ 2021-02-24 12:53:39 ERROR name '_USERNAME' is not defined
Traceback (most recent call last):

File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
self._bootstrap_inner()
│ └ <function Thread._bootstrap_inner at 0x7f2aaf33ae50>
└ <Thread(ThreadPoolExecutor-0_5, started daemon 139820647053056)>
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
│ └ <function Thread.run at 0x7f2aaf33ab80>
└ <Thread(ThreadPoolExecutor-0_5, started daemon 139820647053056)>
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
│ │ │ │ │ └ {}
│ │ │ │ └ <Thread(ThreadPoolExecutor-0_5, started daemon 139820647053056)>
│ │ │ └ (<weakref at 0x7f2aa55bb040; to 'WorkerPool' at 0x7f2aaea7f3a0>, <_queue.SimpleQueue object at 0x7f2aac0f9950>, None, ())
│ │ └ <Thread(ThreadPoolExecutor-0_5, started daemon 139820647053056)>
│ └ <function _worker at 0x7f2aadea8ee0>
└ <Thread(ThreadPoolExecutor-0_5, started daemon 139820647053056)>
File "/usr/lib/python3.8/concurrent/futures/thread.py", line 80, in _worker
work_item.run()
│ └ <function _WorkItem.run at 0x7f2aadead040>
└ <concurrent.futures.thread._WorkItem object at 0x7f2aade31910>

File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
│ │ │ │ │ └ {}
│ │ │ │ └ <concurrent.futures.thread._WorkItem object at 0x7f2aade31910>
│ │ │ └ [<botoy.model.FriendMsg object at 0x7f2aac089f10>]
│ │ └ <concurrent.futures.thread._WorkItem object at 0x7f2aade31910>
│ └ <function queued_up..inner at 0x7f2aac07e310>
└ <concurrent.futures.thread._WorkItem object at 0x7f2aade31910>
File "/home/suda/.local/lib/python3.8/site-packages/botoy/decorators/_queued_up.py", line 20, in inner
ret = func(ctx)
│ └ <botoy.model.FriendMsg object at 0x7f2aac089f10>
└ <function ignore_botself..inner at 0x7f2aac07e040>
File "/home/suda/.local/lib/python3.8/site-packages/botoy/decorators/_ignore_botself.py", line 16, in inner
return func(ctx)
│ └ <botoy.model.FriendMsg object at 0x7f2aac089f10>
└ <function receive_friend_msg at 0x7f2aade35c10>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 634, in receive_friend_msg
Setu(ctx, friend_info[2], friend_info[1], friend_info[3]).main()
│ │ │ │ └ <re.Match object; span=(0, 4), match='来张色图'>
│ │ │ └ <re.Match object; span=(0, 4), match='来张色图'>
│ │ └ <re.Match object; span=(0, 4), match='来张色图'>
│ └ <botoy.model.FriendMsg object at 0x7f2aac089f10>
└ <class 'plugins.bot_setu.Setu'>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 537, in main
self.friend()
│ └ <function Setu.friend at 0x7f2aac0e9ca0>
└ <plugins.bot_setu.Setu object at 0x7f2aac07f700>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 531, in friend
self.processing_and_inspect()
│ └ <function Setu.processing_and_inspect at 0x7f2aac0e9b80>
└ <plugins.bot_setu.Setu object at 0x7f2aac07f700>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 480, in processing_and_inspect
self.send()
│ └ <function Setu._freq..wrapper at 0x7f2aac0e9e50>
└ <plugins.bot_setu.Setu object at 0x7f2aac07f700>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 437, in wrapper
func(self, *args, **kwargs)
│ │ │ └ {}
│ │ └ ()
│ └ <plugins.bot_setu.Setu object at 0x7f2aac07f700>
└ <function Setu.send at 0x7f2aac0e9dc0>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 545, in send
self.api_2()
│ └ <function Setu.api_2 at 0x7f2aac0e9a60>
└ <plugins.bot_setu.Setu object at 0x7f2aac07f700>

File "/home/suda/桌面/ioobot/plugins/bot_setu.py", line 389, in api_2
api2 = pixivsetu(_USERNAME, _PASSWORD, self.ctx)
│ │ └ <botoy.model.FriendMsg object at 0x7f2aac089f10>
│ └ <plugins.bot_setu.Setu object at 0x7f2aac07f700>
└ <class 'plugins.bot_setu.pixivsetu'>

NameError: name '_USERNAME' is not defined

更新问题

大佬您好,我在装好了bot启动后显示有更新版本建议更新,我根据其他bot上的经验git pull了一下但是没有用,能请教一下怎么更新吗?

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.