Anmijo
April 16, 2022, 10:50am
1
Hello all, I hope you're doing well!
I recently tried to install the reality cloud plugins to my OctoPrint Server. It downloaded successfully, however, the plugin does not appear anywhere. I tried restarting it several times and I even tried to reinstall it with no luck.
I hope you all could be of assistance
Can you please share the systeminfo bundle in your next post?
Anmijo
April 18, 2022, 6:52am
3
Try to ssh into your pi and run
~/oprint/bin/pip install aliyun-iot-linkkit
if you need help with the ssh connection read this guide
Most of the time with my Raspberry PI I remote in using VNC, this is good and I like using a GUI, however sometimes this can be cumbersome and time consuming. Today I will show you how to get a remote terminal (SSH) on your Raspberry PI. Whats even...
Est. reading time: 1 minute
username: pi
password: raspberry
Anmijo
April 18, 2022, 7:57am
5
This worked, thank you so much<3
1 Like
opened ticket on their repo.
opened 02:04PM - 18 Apr 22 UTC
seems like maybe `aliyun-iot-linkkit` needs to be added to setup_requires in set⦠up.py file based on this forum discussion?
https://community.octoprint.org/t/creality-cloud-plugin-not-appearing-in-plugin-manager/43738?u=jneilliii
Anmijo
April 24, 2022, 4:06pm
7
Hello, I am facing a similar issue while trying to update plugging. I keep updating and it tells me to update successfully, but when I reboot, I am greeted with another request to update. Could you be of assistance?
Here's my system info:
octoprint-systeminfo-20220424170329.zip (279.5 KB)
That's completely Creality's fault, since they released a new update without changing the version number.
Go and complain directly on their repository for issues with the plugin:
We have dealt with far too many issues from that company on their software, I would refuse to touch it if I were you.
Anmijo
April 24, 2022, 7:39pm
9
Thanks so much for the clarification
The proposed solution was not working for me. After browsing through the logs, I noticed aiortc was missing.
aiortc was not installed in my situation.
After the following command in a ssh session the Crealitycloud Plugin appeared (after a reboot of the raspberry pi ofcourse.
pip install aiortc
Hello @HenkVanHoek !
During 2 years a lot of things can happen. Even new software versions...