Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.15.2 exception at start under TinyCore #87

Closed
Aminuxer opened this issue Mar 24, 2023 · 3 comments
Closed

0.15.2 exception at start under TinyCore #87

Aminuxer opened this issue Mar 24, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Aminuxer
Copy link

Aminuxer commented Mar 24, 2023

// non-critical, need small fix

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)

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.

@atauenis atauenis added the bug Something isn't working label Mar 24, 2023
@atauenis
Copy link
Owner

atauenis commented Mar 24, 2023

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.

@atauenis
Copy link
Owner

Seems that fix is working, so v0.15.3 don't crashing.

@Aminuxer
Copy link
Author

Yes, 0.15.3 work correctly under linux tinycore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants