toxinu / pyhn

Hacker news command line client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stderr on opening article in browser

Slava opened this issue · comments

image

All chrome's stderr is printed

I have tested with chrome and I have output too but on stdout not stderr.
And as you guess I can't redirect stdout to a log file, pyhn gui will never be displayed in terminal.

Maybe run web browser command without webbrowser module but with subprocess.

I have just pushed something it could be working.
I'm waiting for your feedbacks.

Thanks again for your issue :-)

perfect! Thank you! To be honest, it was first time I created meaningful issues, glad I could contribute something

You'r welcome!