jookies / jasmin

Jasmin - Open source SMS gateway

Home Page:http://jasminsms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes, can't run image from docker: AttributeError: 'NoneType' object has no attribute 'groups'

keffadi opened this issue · comments

this is what is printed when i run like Kind: deployment in kubernete cluster

Cleaning lock files
Starting interceptord
Starting jasmind
Traceback (most recent call last):
File "/usr/local/bin/interceptord.py", line 15, in
from jasmin.interceptor.configs import InterceptorPBConfig
File "/usr/local/lib/python3.11/site-packages/jasmin/init.py", line 33, in
if len(_r.groups()) == 2 and int(_r.group(2)) == 0:
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'
Traceback (most recent call last):
File "/usr/local/bin/jasmind.py", line 17, in
from jasmin.interceptor.configs import InterceptorPBClientConfig
File "/usr/local/lib/python3.11/site-packages/jasmin/init.py", line 33, in
if len(_r.groups()) == 2 and int(_r.group(2)) == 0:
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'

CAN YOU ADVISE PLEASE