Giter VIP home page Giter VIP logo

cda-garbage's People

Contributors

dependabot[bot] avatar kmille avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cda-garbage's Issues

IRC connection get lost over time

Dec 09 21:37:01 ovh python[32128]: INFO: Sending irc message Morgen holt die EAD den Müll ab (Restabfall 2-wöchentliche Leerung). Kannst du bitte die Tonne rausstellen?                                                                      
Dec 09 21:37:01 ovh python[32128]: Traceback (most recent call last):
Dec 09 21:37:01 ovh python[32128]:   File "garbage-announce.py", line 38, in <module>                                                                                                                                                         
Dec 09 21:37:01 ovh python[32128]:     setup_schedule()
Dec 09 21:37:01 ovh python[32128]:   File "garbage-announce.py", line 29, in setup_schedule
Dec 09 21:37:01 ovh python[32128]:     schedule.run_pending()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 563, in run_pending                                                                                     
Dec 09 21:37:01 ovh python[32128]:     default_scheduler.run_pending()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 94, in run_pending                                                                                      
Dec 09 21:37:01 ovh python[32128]:     self._run_job(job)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 147, in _run_job                                                                                        
Dec 09 21:37:01 ovh python[32128]:     ret = job.run()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 466, in run                                                                                             
Dec 09 21:37:01 ovh python[32128]:     ret = self.job_func()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/imap_ead.py", line 82, in read_mails_and_notify                                                                                                                      
Dec 09 21:37:01 ovh python[32128]:     irc_bot.privmsg(settings['irc']['channel'], msg)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/irc/client.py", line 560, in privmsg                                                                                                
Dec 09 21:37:01 ovh python[32128]:     self.send_items('PRIVMSG', target, ':' + text)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/irc/client.py", line 591, in send_items                                 

Dec 09 21:37:01 ovh python[32128]: INFO: Sending irc message Morgen holt die EAD den Müll ab (Restabfall 2-wöchentliche Leerung). Kannst du bitte die Tonne rausstellen?
Dec 09 21:37:01 ovh python[32128]: Traceback (most recent call last):
Dec 09 21:37:01 ovh python[32128]:   File "garbage-announce.py", line 38, in <module>
Dec 09 21:37:01 ovh python[32128]:     setup_schedule()
Dec 09 21:37:01 ovh python[32128]:   File "garbage-announce.py", line 29, in setup_schedule
Dec 09 21:37:01 ovh python[32128]:     schedule.run_pending()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 563, in run_pending
Dec 09 21:37:01 ovh python[32128]:     default_scheduler.run_pending()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 94, in run_pending
Dec 09 21:37:01 ovh python[32128]:     self._run_job(job)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 147, in _run_job
Dec 09 21:37:01 ovh python[32128]:     ret = job.run()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/schedule/__init__.py", line 466, in run
Dec 09 21:37:01 ovh python[32128]:     ret = self.job_func()
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/imap_ead.py", line 82, in read_mails_and_notify
Dec 09 21:37:01 ovh python[32128]:     irc_bot.privmsg(settings['irc']['channel'], msg)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/irc/client.py", line 560, in privmsg
Dec 09 21:37:01 ovh python[32128]:     self.send_items('PRIVMSG', target, ':' + text)
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/irc/client.py", line 591, in send_items
Dec 09 21:37:01 ovh python[32128]:     self.send_raw(' '.join(filter(None, items)))
Dec 09 21:37:01 ovh python[32128]:   File "/home/cda-garbage/cda-garbage/venv/lib/python3.7/site-packages/irc/client.py", line 599, in send_raw
Dec 09 21:37:01 ovh python[32128]:     raise ServerNotConnectedError("Not connected.")
Dec 09 21:37:01 ovh python[32128]: irc.client.ServerNotConnectedError: Not connected.
Dec 09 21:37:01 ovh python[32128]: If you suspect this is an IPython bug, please report it at:
Dec 09 21:37:01 ovh python[32128]:     https://github.com/ipython/ipython/issues
Dec 09 21:37:01 ovh python[32128]: or send an email to the mailing list at [email protected]
Dec 09 21:37:01 ovh python[32128]: You can print a more detailed traceback right now with "%tb", or use "%debug"
Dec 09 21:37:01 ovh python[32128]: to interactively debug it.
Dec 09 21:37:01 ovh python[32128]: Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
Dec 09 21:37:01 ovh python[32128]:     %config Application.verbose_crash=True

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.