"The applications on all devices suddenly stopped working after the last update. I've already uninstalled and reinstalled the apps, I've tried several and nothing. I even reset the devices but the apps simply won't run."

Is there an uppgrade or procedure to fix ?

Hi @Rene
The new update contains a breaking change for our applications (you should have received a warning for this when clicking the upgrade button).

New agent will not be responsible for starting the application anymore. It will just call
python app.py . This means, our applications need to contain:

if __name__ == "__main__":
    app = App()
    app.run()

where App() needs to be adjusted based on the name of his class which inherits from the robothub base class.

Without this, the app will not get started.

as per our examples here:
luxonis/robothub-examplesblob/main/Luxonis%20Apps/Depth%20%26%20Detection%20Live%20View/app.py

here is the app etrypoint defined:
luxonis/robothub-examplesblob/7ca7cd442fd45ccb6099b11319d1fd44265ade80/Luxonis%20Apps/Depth%20%26%20Detection%20Live%20View/robotapp.toml#L8

Thanks,
Jaka

I'm only using the applications available in RUN; they don't have a code editor. Is there any way to continue using them? Do I need to do something different from installing them?

    NameCounter App [BETA]

    ID38e450e1-83f5-4c60-a5a4-7a2b1b38bea3

    Version1.0.1

    Installed5 minutes ago by Rene

    DevicePRUEBA

    RAM allocatedunlimited

    Uptime5 minutes ago

    Agent Version

    24.080.2202

    All the applications start for a few seconds without having results in local view, and after a few seconds they stop. In the logs, nothing appears."

    Thank you, I appreciate your help.

    Hello, we've identified the issue and are actively working on a solution. Thank you for your patience.