Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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

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

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

slink7 opened this issue Jan 19, 2024 · 5 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.

@alternateash
Copy link

I got this too, too scared to submit yet as blackhole looms and can't afford the 2 day cooldown

@ownleex
Copy link

ownleex commented Jun 19, 2024

As a reminder, there is no moulinette on this project ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants