jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
986 stars 539 forks source link

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

Open keffadi opened 5 months ago

keffadi commented 5 months ago

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