Code Monkey home page Code Monkey logo

Comments (3)

mook-as avatar mook-as commented on August 15, 2024

That test appears to have succeeded in https://github.com/rancher-sandbox/rancher-desktop/actions/runs/10316095503/job/28591674676, https://github.com/rancher-sandbox/rancher-desktop/actions/runs/10298581142/job/28504046163 and https://github.com/rancher-sandbox/rancher-desktop/actions/runs/10298581142/job/28504046990 (all failed later in the suite).

However, I can replicate the issue.

I think it's because my path management rewrite screwed up and threw an exception in enforce(), so it never got to the point where runRdctlSetup() was invoked:

await pathManager.enforce();
if (newSettings.application.hideNotificationIcon) {
Tray.getInstance(cfg).hide();
} else {
if (firstRunDialogComplete) {
Tray.getInstance(cfg).show();
}
mainEvents.emit('k8s-check-state', k8smanager);
}
await runRdctlSetup(newSettings);
window.send('preferences/changed');

2024-08-12T18:11:28.901Z: UnhandledRejectionWarning: Error: Refusing to manage …/.bashrc which has extended attributes
    at Kn (…/dist/app/background.js:41:63137)
    at async Promise.all (index 0)
    at async …/dist/app/background.js:41:65550

from rancher-desktop.

mook-as avatar mook-as commented on August 15, 2024

Note that this was already fixed in #7297 (we catch any errors and report it instead of passing it up) but that's not in the release-1.15 branch.

from rancher-desktop.

mook-as avatar mook-as commented on August 15, 2024

Resolved with #7340 on release-1.15, and #7297 in main.

from rancher-desktop.

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.