Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudbot crashes on launch #191

Closed
TheFiZi opened this issue Aug 31, 2015 · 4 comments
Closed

Cloudbot crashes on launch #191

TheFiZi opened this issue Aug 31, 2015 · 4 comments

Comments

@TheFiZi
Copy link
Contributor

TheFiZi commented Aug 31, 2015

Updated my bot last night from the master branch (I do this automatically every night) and Cloudbot won't launch now:

  Traceback (most recent call last):
    File "/data/apps/sa_cloudbot/python/lib/python3.4/runpy.py", line 170, in _run_module_as_main
      "__main__", mod_spec)
    File "/data/apps/sa_cloudbot/python/lib/python3.4/runpy.py", line 85, in _run_code
      exec(code, run_globals)
    File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/__main__.py", line 19, in <module>
      from cloudbot.bot import CloudBot
    File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/bot.py", line 21, in <module>
      from cloudbot.clients.irc import IrcClient
    File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/clients/irc.py", line 150
      for text in messages
                         ^
  SyntaxError: invalid syntax

Nothing else has changed in my system.

@TheFiZi
Copy link
Contributor Author

TheFiZi commented Aug 31, 2015

Did a git pull (master and dev branches). Same issue.

python3 -m cloudbot

Traceback (most recent call last):
  File "/data/apps/sa_cloudbot/python/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/data/apps/sa_cloudbot/python/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/__main__.py", line 19, in <module>
    from cloudbot.bot import CloudBot
  File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/bot.py", line 21, in <module>
    from cloudbot.clients.irc import IrcClient
  File "/data/apps/sa_cloudbot/CloudBotRefresh/cloudbot/clients/irc.py", line 150
    for text in messages
                       ^
SyntaxError: invalid syntax

@edwardslabs
Copy link
Member

The fix has not yet been merged.

@TheFiZi
Copy link
Contributor Author

TheFiZi commented Aug 31, 2015

Oops. Sorry about that.

dmptrluke added a commit that referenced this issue Sep 1, 2015
missing colon in irc.py, fixes #191
@TheFiZi
Copy link
Contributor Author

TheFiZi commented Sep 1, 2015

That fixed it.

tuzonghua pushed a commit to tuzonghua/CloudBot that referenced this issue Jul 26, 2016
linuxdaemon pushed a commit to linuxdaemon/CloudBot that referenced this issue Oct 25, 2017
tuzonghua pushed a commit to tuzonghua/CloudBot that referenced this issue Nov 15, 2017
tuzonghua pushed a commit to tuzonghua/CloudBot that referenced this issue Nov 21, 2017
tuzonghua pushed a commit to tuzonghua/CloudBot that referenced this issue Nov 21, 2017
linuxdaemon pushed a commit to linuxdaemon/CloudBot that referenced this issue Feb 2, 2018
…y-3.7-allow-fail

Allow the Python 3.7 builds to fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants