Extension Development: "This extension is enabled but the container is not running"

As the title implies I am having issues where I upload an extension to BlueOS and I receive an error saying the extension is enabled but the container is not running.


When I check the console logs it also says that it is constantly trying to reconnect.

I had successfully uploaded an extension to read data from the blue robotics bar30 sensor and did not run into this error.

I am fairly new to software dev tools like git and docker so let me know if seeing what I wrote there will help get a better diagnosis.

Hi @DuncanODL -
Welcome to the forums!
It seems like the extension is failing to start, does the view logs button show anything?
What is the goal of this extension? It could be conflicting with existing processes if it’s attempting to do stuff with PWM?
If you can share your github repo for the extension, happy to take a look…

Hi Tony,

View log shows nothing when opened.

Im trying to make sense of the software end of our project and wanted to play around with extension development by making a simple pwm sweeper and trying to connect it to the T200 motor I have on hand.

Im a MECHE so let me know if I am making any cardinal mistakes :slight_smile: .

Cheers,