Code Monkey home page Code Monkey logo

Comments (5)

safijari avatar safijari commented on June 30, 2024 1

It's more than likely happening because some necessary service isn't present when the plugin first initializes and it goes into a bad state. Can probably be fixed by watching for the recording process and restarting it if it seems to have failed.

from decky-recorder-fork.

raccoonfingers avatar raccoonfingers commented on June 30, 2024

having the same error with the same temporary solution.

from decky-recorder-fork.

cinqrouge avatar cinqrouge commented on June 30, 2024

same problem and solution, I'm looking at the code but i'm in way over my head lol.

it seams to get stuck on around line 336 in main.py since there are no last clip, the equation it checks is always smaller than 2 ( and return a 0 to the saveRollingRecording method on line 44 in index.tsx ? am really not sure about this one )

if time.time() - self._last_clip_time < 2: logger.info("Too early to record another clip") return 0

Thanks for your time, sorry if this is not the proper way to share my "findings"

Have a nice day :)

from decky-recorder-fork.

safijari avatar safijari commented on June 30, 2024

It's fixed now in my latest commits. Will try to get this released soon.

from decky-recorder-fork.

cinqrouge avatar cinqrouge commented on June 30, 2024

oh cool! thanks you so much to have taken the time :). I'll take a look at the commit and see if I can learn anything.

from decky-recorder-fork.

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.