utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues
https://utteranc.es
MIT License
8.66k stars 567 forks source link

Unhandled exception #623

Open robjhyndman opened 1 year ago

robjhyndman commented 1 year ago

I get to the point of creating issues, and after the first couple, I get this:

Unhandled exception. System.InvalidOperationException: Cannot read keys when either application does not have a console or when console input has been redirected. Try Console.Read.
   at System.ConsolePal.ReadKey(Boolean intercept)
   at System.Console.ReadKey()
   at DisqusToGithubIssues.Program.Main(String[] args) in /app/DisqusToGithubIssues/Program.cs:line 60
   at DisqusToGithubIssues.Program.<Main>(String[] args)