Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.49 KB | None | 0 0
  1. root@DietPi:/var/opt/ptmagic/bot1# pm2 logs 2
  2. [TAILING] Tailing last 15 lines for [2] process (change the value with --lines option)
  3. /root/.pm2/logs/PTMagic-Monitor-out.log last 15 lines:
  4. 2|PTMagic- | 2019-06-18 13:06 +02:00: #********************************************************#
  5. 2|PTMagic- | 2019-06-18 13:06 +02:00: INFO: Starting PT Magic Monitor...
  6. 2|PTMagic- | 2019-06-18 13:06 +02:00: INFO: Beginning startup checks...
  7. 2|PTMagic- | 2019-06-18 13:06 +02:00: INFO: appsettings.json found in /var/opt/ptmagic/bot1/Monitor
  8. 2|PTMagic- | 2019-06-18 13:06 +02:00: INFO: PT Magic directory found at /var/opt/ptmagic/bot1/
  9. 2|PTMagic- | 2019-06-18 13:06 +02:00: INFO: settings.general.json found at /var/opt/ptmagic/bot1/settings.general.json
  10. 2|PTMagic- | 2019-06-18 13:06 +02:00: ERROR: PT Magic runtime summary not found: '/var/opt/ptmagic/bot1/_data/LastRuntimeSummary.json'. Please wait for PT Magic to complete its first run!
  11. 2|PTMagic- | 2019-06-18 13:45 +02:00: ##########################################################
  12. 2|PTMagic- | 2019-06-18 13:45 +02:00: #********************************************************#
  13. 2|PTMagic- | 2019-06-18 13:45 +02:00: INFO: Starting PT Magic Monitor...
  14. 2|PTMagic- | 2019-06-18 13:45 +02:00: INFO: Beginning startup checks...
  15. 2|PTMagic- | 2019-06-18 13:45 +02:00: INFO: appsettings.json found in /var/opt/ptmagic/bot1/Monitor
  16. 2|PTMagic- | 2019-06-18 13:45 +02:00: INFO: PT Magic directory found at /var/opt/ptmagic/bot1/
  17. 2|PTMagic- | 2019-06-18 13:45 +02:00: INFO: settings.general.json found at /var/opt/ptmagic/bot1/settings.general.json
  18. 2|PTMagic- | 2019-06-18 13:45 +02:00: ERROR: PT Magic runtime summary not found: '/var/opt/ptmagic/bot1/_data/LastRuntimeSummary.json'. Please wait for PT Magic to complete its first run!
  19.  
  20. /root/.pm2/logs/PTMagic-Monitor-error.log last 15 lines:
  21. 2|PTMagic- | 2019-06-18 11:57 +02:00:    at Monitor.Program.Main(String[] args) in D:\Tools\ptmagic-github\Monitor\Program.cs:line 64
  22. 2|PTMagic- | 2019-06-18 11:58 +02:00:
  23. 2|PTMagic- | 2019-06-18 11:58 +02:00: System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.
  24. 2|PTMagic- | 2019-06-18 11:58 +02:00:    at System.Console.get_KeyAvailable()
  25. 2|PTMagic- | 2019-06-18 11:58 +02:00:    at Monitor.Program.Main(String[] args) in D:\Tools\ptmagic-github\Monitor\Program.cs:line 64
  26. 2|PTMagic- | 2019-06-18 13:06 +02:00:
  27. 2|PTMagic- | 2019-06-18 13:06 +02:00: Unhandled Exception:
  28. 2|PTMagic- | 2019-06-18 13:06 +02:00: System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.
  29. 2|PTMagic- | 2019-06-18 13:06 +02:00:    at System.Console.get_KeyAvailable()
  30. 2|PTMagic- | 2019-06-18 13:06 +02:00:    at Monitor.Program.Main(String[] args) in D:\Tools\ptmagic-github\Monitor\Program.cs:line 64
  31. 2|PTMagic- | 2019-06-18 13:45 +02:00:
  32. 2|PTMagic- | 2019-06-18 13:45 +02:00: Unhandled Exception:
  33. 2|PTMagic- | 2019-06-18 13:45 +02:00: System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.
  34. 2|PTMagic- | 2019-06-18 13:45 +02:00:    at System.Console.get_KeyAvailable()
  35. 2|PTMagic- | 2019-06-18 13:45 +02:00:    at Monitor.Program.Main(String[] args) in D:\Tools\ptmagic-github\Monitor\Program.cs:line 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement