How fix The program '[54321] Python @ tcp://localhost:57777/' has exited with code 4294967295 (0xffffffff).

Shankar Yalagonda 0 Reputation points
2023-02-02T20:01:38.9533333+00:00

recently i start using visual studio for python with selenium automation.

when i am running selenium automation from command line, everything working successfully.

when i run tests from Visual studio 2022 , i am seeing below error

The program '[54321] Python @ tcp://localhost:57777/' has exited with code 4294967295 (0xffffffff).

How can i fix it

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,648 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 26,151 Reputation points Microsoft Vendor
    2023-02-03T07:33:26.1733333+00:00

    Hi @Shankar Yalagonda, 

    Welcome to Microsoft Q&A! 

    According to your error message, it seems that your current host and your Linux subsystem connection timed out and did not respond. You can refer to the similar issue:

    1. Reset network related settings, restart related services

    2. Set the Hypervisor to start automatically 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

     

    0 comments No comments