You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When start 0.15.2 under tinycore linux this message appears:
Unhadled 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.ConsolePal.ReadKey()
at WebOne.Program.GetConfigurationFileName()
at WebOne.Program.Main(Srting[] args)
Before this error (seems, it appear over STDERR) there should be a more detailed error in STDOUT, starting with ERROR: Custom configuration file is not found: . But I can't find if STDOUT have logged anywhere. That message does not writes to /var/log/webone.log, as generated before log is initialized.
By manual running webone in console, any error messages don't appear (normal work). /opt/webone_loop.sh also don't produce errors.
// non-critical, need small fix
When start 0.15.2 under tinycore linux this message appears:
This message appear after upgrade 0.15.1 to 0.15.2 under this VM with Linux TinyCore:
https://rutracker.org/forum/viewtopic.php?t=6258575
WebOne starting inside
screen
with loop-script.Proxy server after this starting and listen 8080 tcp-port correctly, webone worked correctly.
The text was updated successfully, but these errors were encountered: