-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi. I installed it a second time to give it a try. This time it's just not loading the Makerobt on the pi.
Log info gives me the following:
[2015-02-02 08:16:45,534] INFO: Started up, loading bot list.
[2015-02-02 08:16:45,534] INFO: Started up, loading bot list.
[2015-02-02 08:16:45,588] INFO: Downloading Printrun from https://github.com/kliment$
[2015-02-02 08:17:11,702] INFO: Downloading Printrun finished
[2015-02-02 08:19:15,272] ERROR: devicescanresults call failed: internet connection $
[2015-02-02 08:23:31,894] INFO: Creating worker thread for bot Replicator
[2015-02-02 08:23:31,906] INFO: Loading bot Replicator
[2015-02-02 08:23:31,931] INFO: Downloading s3g from https://github.com/makerbot/s3g$
[2015-02-02 08:23:35,767] INFO: Downloading s3g finished
[2015-02-02 08:23:35,765] INFO: Shutting down.
[2015-02-02 08:23:35,792] ERROR: Replicator: Please use Makerbot's version of pyseri$
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/bumblebee/workerbee.py", line 87, in $
self.driver = self.driverFactory()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/workerbee.py", line 98, in $
import(module_name)
File "/usr/local/lib/python2.7/dist-packages/bumblebee/drivers/s3gdriver.py", line$
raise Exception("Please use Makerbot's version of pyserial")
Exception: Please use Makerbot's version of pyserial
[2015-02-02 08:23:35,799] ERROR: Replicator: Error mode: Please use Makerbot's versi$
[2015-02-02 08:23:35,804] INFO: Replicator: Setting bot status as error.
[2015-02-02 08:23:37,535] INFO: Replicator: Shutting down.
[2015-02-02 08:23:37,551] INFO: Replicator: Bot startup
[2015-02-02 08:26:30,286] INFO: Started up, loading bot list.
[2015-02-02 08:26:32,123] INFO: Creating worker thread for bot Replicator
[2015-02-02 08:26:32,143] INFO: Loading bot Replicator
[2015-02-02 08:26:32,177] INFO: Downloading s3g from https://github.com/makerbot/s3g$
[2015-02-02 08:27:08,012] INFO: Downloading s3g finished
Is there a problem with intenet? I followed your tutorial step by step. Great project by the way! :)