Giter Site home page Giter Site logo

Last update borked about termux-tasker HOT 3 CLOSED

termux avatar termux commented on August 27, 2024
Last update borked

from termux-tasker.

Comments (3)

loial avatar loial commented on August 27, 2024

Not sure if I will go so far as saying it's broken, but I can confirm that upgrading to v0.2 made existing task fail silently, until scripts were reselected.

As for timing, I made myself a script that send an intent to Tasker, to launches this plugin, with a script that ends original script.

Ran on my Nexus 6P (Nougat 7.1.1) before upgrade:

$ time .termux/tasker/termux-tasker-test.sh
new session
7287 Still running
Killed

real 0m0.759s
user 0m0.543s
sys 0m0.120s

New run after upgrade:

$ time .termux/tasker/termux-tasker-test.sh
new session
12588 Still running
Killed

real 0m0.948s
user 0m0.690s
sys 0m0.163s

So, hardly noticable on my hardware, but might be worse on older/lower-end hardware?

from termux-tasker.

agnostic-apollo avatar agnostic-apollo commented on August 27, 2024

In the version 0.2 commit, a check was added if (!bundle.containsKey(EXTRA_ARGUMENTS)) which did not consider backward compatibility, and the intent was silently ignored by the FireReceiver, breaking it for everyone until they reconfigured their plugin which would have caused the arguments field to be added to the bundle on exiting configuration. This is the likely cause of the issue of course, logcat should have been checked.

from termux-tasker.

agnostic-apollo avatar agnostic-apollo commented on August 27, 2024

Closing since not applicable anymore.

from termux-tasker.

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.