Using the Win32 client, it looks like I somehow broke it already. The GUI now fails to load, and I'm getting the following:
http://p2ptrade.btx.udoidio.info/messages?from_timestamp_rel=30
HTTP Error 500: Internal Server Error
Traceback (most recent call last):
File "c:\python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27
, in
File "ngccc-gui.py", line 22, in
File "ngccc-gui.py", line 19, in start_ui
File "E:\ngcccbase\ui\qtui.py", line 110, in __init__
File "E:\ngcccbase\ui\qtui.py", line 53, in __init__
File "E:\ngcccbase\ui\qtui.py", line 88, in gotoOverviewPage
File "E:\ngcccbase\ui\qtui.py", line 82, in setPage
File "E:\ngcccbase\ui\overviewpage.py", line 39, in update
File "E:\ngcccbase\ui\wallet.py", line 77, in get_total_balance
File "E:\ngcccbase\ngcccbase\wallet_controller.py", line 189, in get_total_bal
ance
File "E:\ngcccbase\ngcccbase\wallet_controller.py", line 177, in _get_balance
File "E:\ngcccbase\ngcccbase\coindb.py", line 208, in get_result
File "E:\ngcccbase\ngcccbase\coindb.py", line 185, in get_coins_for_address
File "E:\ngcccbase\coloredcoinlib\colordata.py", line 136, in get_colorvalues
File "E:\ngcccbase\coloredcoinlib\colordata.py", line 121, in process
File "E:\ngcccbase\ngcccbase\services\chroma.py", line 89, in get_tx
File "E:\ngcccbase\ngcccbase\services\chroma.py", line 82, in get_raw
File "c:\python27\lib\urllib2.py", line 127, in urlopen
File "c:\python27\lib\urllib2.py", line 410, in open
File "c:\python27\lib\urllib2.py", line 523, in http_response
File "c:\python27\lib\urllib2.py", line 448, in error
File "c:\python27\lib\urllib2.py", line 382, in _call_chain
File "c:\python27\lib\urllib2.py", line 531, in http_error_default
urllib2.HTTPError: HTTP Error 500: Internal Server Error
http://p2ptrade.btx.udoidio.info/messages?from_serial=62490
http://p2ptrade.btx.udoidio.info/messages?from_serial=62490
http://p2ptrade.btx.udoidio.info/messages?from_serial=62490
I tried it from a fresh install and it works great; but, as soon as I copy the mainnet.wallet file over from the broken install, it fails to load the GUI and puts out the above errors in the terminal window.
The GUI first broke when I tried to place a SELL order on the P2P Trade tab.
Any ideas on how to recover?