Skip to content

Instantly share code, notes, and snippets.

@stevenroose
Created October 2, 2013 13:56
Show Gist options
  • Save stevenroose/6794200 to your computer and use it in GitHub Desktop.
Save stevenroose/6794200 to your computer and use it in GitHub Desktop.
BitcoinArmory steven$ armory-usb
(ERROR) armoryengine.py:773 - Error getting system details:
Traceback (most recent call last):
File "/Users/steven/BitcoinArmory/armoryengine.py", line 771, in <module>
SystemSpecs = GetSystemDetails()
File "/Users/steven/BitcoinArmory/armoryengine.py", line 763, in GetSystemDetails
raise OSError, "Can't get system specs in OSX"
OSError: Can't get system specs in OSX
(ERROR) armoryengine.py:774 - Skipping.
(ERROR) armoryengine.py:12136 - No BDM method: StartCppLogging
(ERROR) Traceback (most recent call last):
File "/Users/steven/BitcoinArmory/ArmoryQt.py", line 30, in <module>
from armoryengine import *
File "/Users/steven/BitcoinArmory/armoryengine.py", line 13335, in <module>
TheBDM.StartCppLogging(cppLogFile, 3)
File "/Users/steven/BitcoinArmory/armoryengine.py", line 12137, in __getattr__
raise AttributeError
AttributeError
Error in sys.excepthook:
Traceback (most recent call last):
File "/Users/steven/BitcoinArmory/armoryengine.py", line 595, in logexcept_override
sys.__excepthook__(type, value, tback)
AttributeError: 'NoneType' object has no attribute '__excepthook__'
Original exception was:
Traceback (most recent call last):
File "/Users/steven/BitcoinArmory/ArmoryQt.py", line 30, in <module>
from armoryengine import *
File "/Users/steven/BitcoinArmory/armoryengine.py", line 13335, in <module>
TheBDM.StartCppLogging(cppLogFile, 3)
File "/Users/steven/BitcoinArmory/armoryengine.py", line 12137, in __getattr__
raise AttributeError
AttributeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment