0% found this document useful (0 votes)
53 views2 pages

PuppeteerSharp Login Error Analysis

An error occurred in the Account Manager while attempting to log in, specifically a PuppeteerSharp.TargetClosedException indicating that the session was closed due to the page being detached. The stack trace shows multiple asynchronous tasks failing to complete successfully, leading to the error. The issue appears to be related to the PuppeteerSharp library used for browser automation in the application.

Uploaded by

diana.smegma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views2 pages

PuppeteerSharp Login Error Analysis

An error occurred in the Account Manager while attempting to log in, specifically a PuppeteerSharp.TargetClosedException indicating that the session was closed due to the page being detached. The stack trace shows multiple asynchronous tasks failing to complete successfully, leading to the error. The issue appears to be related to the PuppeteerSharp library used for browser automation in the application.

Uploaded by

diana.smegma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

2024-06-17 [Link],698 [1] ERROR Account Manager - [AccountManager::Add_Click] An

error was encountered attempting to login: [Link]:


Protocol error ([Link]): Session closed. Most likely the Page has been
[Link] reason: [Link] ([Link])
at [Link].<SendAsync>d__35.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<InitializeAsync>d__249.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<CreateAsync>d__245.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link].<CreateAsync>d__245.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<PageAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<PagesAsync>d__25.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<PagesAsync>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<Register>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<OnStart>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link].<LaunchAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at [Link](Task task)
at RBX_Alt_Manager.[Link].<LaunchBrowser>d__13.MoveNext() in C:\
dev\Roblox Account Manager\RBX Alt Manager\Classes\[Link]:line 142
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at RBX_Alt_Manager.[Link].<Login>d__14.MoveNext() in C:\dev\
Roblox Account Manager\RBX Alt Manager\Classes\[Link]:line 177
--- End of stack trace from previous location where exception was thrown ---
at [Link](Task task)
at
[Link]
(Task task)
at RBX_Alt_Manager.AccountManager.<Add_Click>d__107.MoveNext() in C:\dev\Roblox
Account Manager\RBX Alt Manager\[Link]:line 1355

You might also like