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

Syntax error on startup #11

Closed
turt2live opened this issue Oct 24, 2019 · 1 comment
Closed

Syntax error on startup #11

turt2live opened this issue Oct 24, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@turt2live
Copy link

Using latest as of this ticket.

Oct 24 22:42:02 integrations systemd[1]: Started Hangouts Bridge.
Oct 24 22:42:03 integrations python[19770]: Traceback (most recent call last):
Oct 24 22:42:03 integrations python[19770]:   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
Oct 24 22:42:03 integrations python[19770]:     "__main__", mod_spec)
Oct 24 22:42:03 integrations python[19770]:   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
Oct 24 22:42:03 integrations python[19770]:     exec(code, run_globals)
Oct 24 22:42:03 integrations python[19770]:   File "/home/hangouts/hgenv/lib/python3.6/site-packages/mautrix_hangouts/__main__.py", line 23, in <module>
Oct 24 22:42:03 integrations python[19770]:     from .sqlstatestore import SQLStateStore
Oct 24 22:42:03 integrations python[19770]:   File "/home/hangouts/hgenv/lib/python3.6/site-packages/mautrix_hangouts/sqlstatestore.py", line 19, in <module>
Oct 24 22:42:03 integrations python[19770]:     from . import puppet as pu
Oct 24 22:42:03 integrations python[19770]:   File "/home/hangouts/hgenv/lib/python3.6/site-packages/mautrix_hangouts/puppet.py", line 31, in <module>
Oct 24 22:42:03 integrations python[19770]:     from . import user as u, portal as p, matrix as m
Oct 24 22:42:03 integrations python[19770]:   File "/home/hangouts/hgenv/lib/python3.6/site-packages/mautrix_hangouts/user.py", line 39, in <module>
Oct 24 22:42:03 integrations python[19770]:     from . import puppet as pu, portal as po
Oct 24 22:42:03 integrations python[19770]:   File "/home/hangouts/hgenv/lib/python3.6/site-packages/mautrix_hangouts/portal.py", line 400
Oct 24 22:42:03 integrations python[19770]:     async def process_hangouts_attachments(self, event: ChatMessageEvent, intent: IntentAPI)
Oct 24 22:42:03 integrations python[19770]:                                                                                            ^
Oct 24 22:42:03 integrations python[19770]: SyntaxError: invalid syntax
Oct 24 22:42:03 integrations systemd[1]: hangouts.service: Main process exited, code=exited, status=1/FAILURE

@tulir tulir added the bug Something isn't working label Oct 25, 2019
@tulir
Copy link
Member

tulir commented Oct 25, 2019

Oops, I forgot to test it (in production) after merging the PR, fixed now

@tulir tulir closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants