Giter Site home page Giter Site logo

Comments (4)

Malachikhan96 avatar Malachikhan96 commented on June 10, 2024

I am also having this issue, is there a fix for it?

from decky-loader.

cboiangiu avatar cboiangiu commented on June 10, 2024

I am also having this issue, is there a fix for it?

Uninstall the plugin first. Then install it back and let the installation run for like 30 sec. Then head into decky settings -> plugins and hit reinstall for the plugin and wait for 30 sec again. Repeat this a couple times and the plugin should eventually install and initialize itself correctly.

from decky-loader.

Malachikhan96 avatar Malachikhan96 commented on June 10, 2024

I am also having this issue, is there a fix for it?

Uninstall the plugin first. Then install it back and let the installation run for like 30 sec. Then head into decky settings -> plugins and hit reinstall for the plugin and wait for 30 sec again. Repeat this a couple times and the plugin should eventually install and initialize itself correctly.

Iโ€™ve tried this but I canโ€™t even get a plugin to install it hands on installing

from decky-loader.

PartyWumpus avatar PartyWumpus commented on June 10, 2024

Not sure when i'll be able to find time to properly mess around in the code and see what happens, so just writing down my thoughts on the code here as I go, for future me (hopefully not too far in the future :p).

  1. isssue is most likely in the _download_remote_binaries_for_plugin_with_name function (called in the main plugin _install function) or download_remote_binary_to_path.
  2. That first access check should probably be a guard statement, with an error log if it fails and that might help find the exact cause of the problem
  3. chmod is recursive by default, so that should be fine, although i'm not sure if making it 777 is really the right thing to do
  4. chmod might take some time, so checking if it's writable right after might fail? not sure if os.chmod is blocking up to the action being complete or not
  5. the bin file isn't created and chmodded before it's written to <- i think this might be it

also "[DFL:Router]: Failed to init internal navigators, trying again", source: https://steamloopback.host/chunk~2dcc5aaf7.js?contenthash=4f3467c3bdec9e732471 (1) isn't relevant,

from decky-loader.

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.