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

Minitalk : 'NoneType' object has no attribute 'group' #87

Open
slink7 opened this issue Jan 19, 2024 · 3 comments
Open

Minitalk : 'NoneType' object has no attribute 'group' #87

slink7 opened this issue Jan 19, 2024 · 3 comments

Comments

@slink7
Copy link

slink7 commented Jan 19, 2024

On WSL, (Ubuntu 20.04.6 LTS)

I get an error when i try to run francinette in my minitalk project,

2024-01-19 22:31:40,688 [base][ERROR]: 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
File "/home/slink/francinette/testers/BaseTester.py", line 183, in test_using
return (tester.name, tx.execute())
File "/home/slink/francinette/testers/minitalk/Fsoares.py", line 77, in execute
result = self.test_client_server()
File "/home/slink/francinette/testers/minitalk/Fsoares.py", line 96, in test_client_server
no_leaks = self.test_leaks()
File "/home/slink/francinette/testers/minitalk/Fsoares.py", line 243, in test_leaks
self.send_message(server, "teste\n-----\n")
File "/home/slink/francinette/testers/minitalk/Fsoares.py", line 275, in send_message
return re.match(r"__PID: (\d+)", client.stdout.decode('utf-8', errors="backslashreplace")).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Additional information
execution.log
image

@ownleex
Copy link

ownleex commented Apr 5, 2024

Hello,
I get the same error as you. Have you found the solution?

@rinelfi-git
Copy link

same

@ownleex
Copy link

ownleex commented May 1, 2024

Hello, in my case the project was validated with this error.

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

3 participants