You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
On WSL, (Ubuntu 20.04.6 LTS)
I get an error when i try to run francinette in my minitalk project,
Additional information
execution.log
The text was updated successfully, but these errors were encountered: