Skip to content

Instantly share code, notes, and snippets.

@henrypoydar
Created June 25, 2016 15:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save henrypoydar/f542399e2a08b306e5595d43354627b4 to your computer and use it in GitHub Desktop.
MakerBot Desktop - Restart Service log with Replicator 2 on OSX 10.11.5
Marker - Jun 25, 2016, 10:57:44
2016-06-25 10:57:53,034 | INFO | MainThread:123145303375872 | main.py:227 | conveyor.server.__main__.ServerMain:_log_startup | conveyord 3.8.3 started
2016-06-25 10:57:53,034 | INFO | MainThread:123145303375872 | main.py:228 | conveyor.server.__main__.ServerMain:_log_startup | git hash: 9be3a7fbafebc0a71e0f91adba228331c0395c78
2016-06-25 10:57:53,034 | INFO | MainThread:123145303375872 | main.py:229 | conveyor.server.__main__.ServerMain:_log_startup | process id: 4634
2016-06-25 10:57:53,035 | INFO | MainThread:123145303375872 | main.py:230 | conveyor.server.__main__.ServerMain:_log_startup | python version: '2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]'
2016-06-25 10:57:53,044 | INFO | MainThread:123145303375872 | main.py:231 | conveyor.server.__main__.ServerMain:_log_startup | python platform: 'Darwin-15.5.0-x86_64-64bit'
2016-06-25 10:57:53,045 | INFO | MainThread:123145303375872 | main.py:232 | conveyor.server.__main__.ServerMain:_log_startup | python pointer size: 64
2016-06-25 10:57:53,079 | INFO | MainThread:123145303375872 | __main__.py:57 | conveyor.server.__main__.ServerMain:_run | Listening for client connections
2016-06-25 10:57:53,305 | INFO | MainThread:123145303375872 | __init__.py:1531 | conveyor.server.Server:usb_device_inserted | Device {u'iserial': '75334323935351B0B0C1', u'pid': 45079, u'port_type': 'UsbPort', u'vid': 9153} inserted
2016-06-25 10:57:53,333 | ERROR | MainThread:123145303375872 | EepromReader.py:47 | EepromReader:__init__ | Could not find /Library/MakerBot/python/makerbot_driver-0.1.1-py2.7.egg/makerbot_driver/EEPROM/eeprom_map_706_0x00.json
2016-06-25 10:57:53,403 | INFO | MainThread:123145303375872 | s3g.py:360 | conveyor.machine.s3g._S3gMachine:connect | Connecting {u'can_print': True, u'number_of_toolheads': 2, u'display_name': 'Replicator 2', u'name': {u'iserial': '75334323935351B0B0C1', u'pid': 45079, u'port_type': 'UsbPort', u'vid': 9153}, u'platform_temperature': 0, u'has_heated_platform': True, u'profile_name': u'Replicator2X', u'toolhead_target_temperature': [0], u'build_volume': [246, 152, 155], u'state': u'IDLE', u'driver_name': u's3g', u'printer_type': u'The Replicator 2X', u'firmware_version': [7, 6], u'toolhead_temperature': [22]}
2016-06-25 10:57:53,536 | INFO | MainThread:123145303375872 | listener.py:105 | conveyor.listener.PipeListener:_log_connection | Accepted '' listener
2016-06-25 10:57:53,541 | INFO | event_thread-4:123145325023232 | reflector_bot_detector.py:149 | conveyor.reflector_bot_detector.ReflectorBotManager:set_thingiverse_token | User signed in; searching for remote bots
2016-06-25 10:57:53,649 | INFO | Dummy-8:140735156101120 | __init__.py:1529 | conveyor.server.Server:usb_device_inserted | {u'iserial': '75334323935351B0B0C1', u'pid': 45079, u'port_type': 'UsbPort', u'vid': 9153} already inserted
2016-06-25 10:57:59,113 | WARNING | event_thread-3:123145320816640 | jsonrpc.py:399 | conveyor.jsonrpc.JsonRpc:_invokemethod | uncaught exception
Traceback (most recent call last):
File "build/bdist.macosx-10.10-intel/egg/conveyor/jsonrpc.py", line 389, in _invokemethod
result = func(*args, **kwargs)
File "build/bdist.macosx-10.10-intel/egg/conveyor/server/__init__.py", line 2451, in first_contact
return self._server.first_contact(machine_name)
File "build/bdist.macosx-10.10-intel/egg/conveyor/server/__init__.py", line 628, in first_contact
return machine.first_contact()
AttributeError: '_S3gMachine' object has no attribute 'first_contact'
@schlank
Copy link

schlank commented Jul 21, 2017

conveyor.machine.s3g._S3gMachine:connect | Connecting {u'can_print': True, u'number_of_toolheads': 2, u'display_name': 'Replicator 2X', u'name': {u'iserial': '55333303834351303280', u'pid': 45077, u'port_type': 'UsbPort', u'vid': 9153}, u'platform_temperature': 2, u'has_heated_platform': True, u'profile_name': u'Replicator2X', u'toolhead_target_temperature': [0, 0], u'build_volume': [246, 152, 155], u'state': u'IDLE', u'driver_name': u's3g', u'printer_type': u'The Replicator 2X', u'firmware_version': [7, 6], u'toolhead_temperature': [3, 65535]} 2017-07-21 14:46:37,711 | WARNING | event_thread-3:123145519579136 | jsonrpc.py:399 | conveyor.jsonrpc.JsonRpc:_invokemethod | uncaught exception Traceback (most recent call last): File "/Library/MakerBot/python/conveyor-3.8.4-py2.7.egg/conveyor/jsonrpc.py", line 389, in _invokemethod result = func(*args, **kwargs) File "/Library/MakerBot/python/conveyor-3.8.4-py2.7.egg/conveyor/server/__init__.py", line 2463, in first_contact return self._server.first_contact(machine_name) File "/Library/MakerBot/python/conveyor-3.8.4-py2.7.egg/conveyor/server/__init__.py", line 628, in first_contact return machine.first_contact() AttributeError: '_S3gMachine' object has no attribute 'first_contact'

I am having the same problem:
MacOS Sierra
Version 10.12.5

Makerbot Desktop 3.10.0.1364

@schlank
Copy link

schlank commented Jul 21, 2017

Also happens on windows 10, and during a preheat regardless of usb connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment