Coder Social home page Coder Social logo

Comments (5)

AngelPone avatar AngelPone commented on June 12, 2024

I solved it ..

from alfred-workflow.

mikemajara avatar mikemajara commented on June 12, 2024

I solved it ..

Could you post how you solved it? Then whoever comes across the same problem can see a solution here.

from alfred-workflow.

deanishe avatar deanishe commented on June 12, 2024

Could you post how you solved it?

I don't think they "solved" it so much as figured out what's happening.

Background processes aren't connected to STDOUT/STDERR (otherwise Alfred would wait for them), so their log output doesn't appear in Alfred's debugger. It's only written to the log file.

from alfred-workflow.

mikemajara avatar mikemajara commented on June 12, 2024

Ok, so that took me a while to figure out so I'll post how I did it:

As @deanishe says, background processes aren't connected to STDOUT/STDERR. So you can cd into your workflow directory and find your log file (also with Workflow.logfile). once in there just follow your file with tail +1f com.Your.Workflow.Name.log, that will give you a continuos output on all log written to file.

I could also log here the args that where getting passed to the background process and how. Which was my original issue.

Amazing work btw. 👍

from alfred-workflow.

deanishe avatar deanishe commented on June 12, 2024

If your workflow is set up to use magic arguments (i.e. there's a Script Filter that uses Workflow.args), you can open the log file directly by entering the search query workflow:openlog.

from alfred-workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.