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

irc does not work with libera service #19

Open
liuyq opened this issue Jun 28, 2021 · 0 comments
Open

irc does not work with libera service #19

liuyq opened this issue Jun 28, 2021 · 0 comments

Comments

@liuyq
Copy link
Collaborator

liuyq commented Jun 28, 2021

[24/Jun/2021 06:55:44.156] ERROR [django.request:135] Internal Server Error: /lkft/newchanges/android-mainline/5.13.0-rc7-3734b68ca74c/trigger-lkft-android-common/2282
Traceback (most recent call last):
File "/android/django_postgres/workspace-python3/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
File "/android/django_postgres/workspace-python3/lib/python3.6/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/android/django_postgres/workspace-python3/lib/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/android/django_postgres/lcr-report/lkft/views.py", line 2262, in new_kernel_changes
irc.sendAndQuit(msgStrOrAry=msgStrOrAry)
File "/android/django_postgres/lcr-report/lcr/irc.py", line 140, in sendAndQuit
self.connect(using_sasl=using_sasl)
File "/android/django_postgres/lcr-report/lcr/irc.py", line 257, in connect
self.connectAuthenticateJoin(self.server, self.port, self.channel, self.botnick, self.botpass, using_sasl=using_sasl)
File "/android/django_postgres/lcr-report/lcr/irc.py", line 253, in connectAuthenticateJoin
self.join(channel)
File "/android/django_postgres/lcr-report/lcr/irc.py", line 219, in join
if text.find(str_joined) != -1:
AttributeError: 'NoneType' object has no attribute 'find'

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

1 participant