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

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

Open
keffadi opened this issue Jan 27, 2024 · 0 comments

Comments

@keffadi
Copy link

keffadi commented Jan 27, 2024

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

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