How to check 'See stderr output'?

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
SoGoodbye
Posts: 1
Joined: Fri Mar 31, 2017 3:15 am
Location: Harbin Institute of Technology

How to check 'See stderr output'?

Post by SoGoodbye » Wed Oct 06, 2021 8:11 am

I always meet 'OpenSeesError: See stderr output'
And sometimes I'm confused about where the error is.

mhscott
Posts: 872
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: How to check 'See stderr output'?

Post by mhscott » Wed Oct 06, 2021 7:45 pm

How are you running OpenSeesPy? Jupyter Notebook, command line, or something else?

GianniPellegrini
Posts: 5
Joined: Mon Nov 27, 2023 4:09 am

Re: How to check 'See stderr output'?

Post by GianniPellegrini » Tue Dec 05, 2023 3:32 am

Hi,
I have no seen a response to the initial question and I am re-opening this post.

I am using Openseespy through ubuntu terminal,

what is the way to check the stderr output?
thank you

GianniPellegrini
Posts: 5
Joined: Mon Nov 27, 2023 4:09 am

Re: How to check 'See stderr output'?

Post by GianniPellegrini » Wed Dec 06, 2023 1:49 am

GianniPellegrini wrote:
Tue Dec 05, 2023 3:32 am
Hi,
I have no seen a response to the initial question and I am re-opening this post.

I am using Openseespy through ubuntu terminal,

what is the way to check the stderr output?
thank you
One way I found is to use add the command
logFile(filename, '-append', '-noEcho')¶
in the script, so to print the warning into a txt file instead of having that message on the terminal
But I am not sure how to directly show the message in the terminal
thank you

Post Reply