I might need a little more context !
Would you mind posting the Screenshot of your Connector and the function which you are using?
Further, you can check if the db is running with:
docker ps
I assume, you used this command for the MongoDB Setup?
sudo docker run --name mymongodb --net streamsheets andresvidal/rpi3-mongodb3
everytime i start a Mongo.STORE function my REST.REQUESTS stop working. I have a DISCONNECTED ERROR then. Could it be the Problem that iâm using the 1.3 Streamsheets version not the 1.4?
You forget the Connector screenshot
But actually to really see whatâs going on, it would be great if you could export your machine and send it to me. With the Streams attached.
You can delete all personal data before doing so (create a copy to not destroy your work )
Usually this should be no problem even in v1.3
There have been changes in the v1.4 but it was mainly because of the open source release.
Moreover, we so far still only have a v1.3 for the Raspberry Pi (v1.4 coming soon)
The reason may be, that this MongoDB Image is not an official one.
MongoDB does not officially support ARM (Raspberry Pi) architecture.
Unfortunately, I have had this as well some time ago, but was not able to understand why.
I had the same Error Code and wasnât able to access my db anymore. I will look around, maybe there is an updated MongoDB Version for Raspis.
The quickfix was to rename the DB:
E.g.:
sudo docker run --name mymongodb2 --net streamsheets andresvidal/rpi3-mongodb3