-
error on domo login on fresh install
Hi i've installed the domo-advanced-sample-app repo, and installed ryuu and plop globally. When i try to do domo login i get this error: [ERROR] The domo cli tool has experienced an error. As it is [ERROR] possible this bug has already been fixed, please try updating [ERROR] using `npm install -g ryuu` and run this command…
-
Error using domo publish
Hi, Months ago i've created and published a simple app. The problem is that nowadays i'm trying to publish a modification and every time i try to do "domo publis" i'm getting this error: [ERROR] The domo cli tool has experienced an error. As it is [ERROR] possible this bug has already been fixed, please try updating…
-
Is possible to send an E-Mail as final step of a DataFlow chain?
Hi, We are developing a dataflow that needs to send an email to a list of users after all the steps are done. I tried to use smtp library in a python script as follows: with smtplib.SMTP_SSL("smtp.gmail.com", port, context=context) as server: server.login(email, password) Giving this error: socket.gaierror: [Errno -2] Name…