79115596

Date: 2024-10-22 20:14:17
Score: 1
Natty:
Report link

But session was interrupted

That means the script received SIGHUP and terminated. The script is no longer running.

What can I do to enter into the "script" to see the string/logs which it produces?

Not possible, the terminal was disconnected and closed. When the script tries to write the output, it will receive a SIGPIPE and python will throw exception and terminate.

Reasons:
  • Blacklisted phrase (1): can I do
  • Blacklisted phrase (1): What can I do
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: KamilCuk