Both of these are now fixed in 7.0.1.
FYI, TD works hard to resolve names
also works.
Whoops
Yeah, there was just a stray "]" from when I converted it from an array, apparently.
Run with test command:
You can shorten most command line options, and "avoid" understands if you leave spaces out of things:
You might want to add "--summary" (--sum) for less clutter
trade option gives error!
...Code:Command line: -u "C:\Program Files Games\Frontier\TradeDangerous\repository\trade.py" trade "EJAGHAN/Malpighi Enterprise" "BHUTAS/Feynman Terminal" Traceback (most recent call last): ... AttributeError: 'Station' object has no attribute 'tradingWith'
[Edit] market also gives same error
FYI, TD works hard to resolve names
Code:
trade.py trade eja/malpi bhutas/feyn
also works.
There's something wrong with latest pull on repository
Code:File "/home/viinatim/tradedangerous/tradecalc.py", line 463, in __init__ weheres.append("(item_id IN ({}))]".format(loadItemIDs))
This is easy one. weheres > wheres, but the I got:
Whoops
Code:Traceback (most recent call last): sqlite3.OperationalError: unrecognized token: "]"
Yeah, there was just a stray "]" from when I converted it from an array, apparently.
Run with test command:
Code:python3 tradedangerous/trade.py run --from 'brani/noakes' --to 'brani/virtanen' --capacity 64 --credits 2374693 --insurance 639780 --ly-per 19.54 --avoid 'Personal Weapons,Narcotics,Slaves,Imperial Slaves' --hops 1 --jumps 1 -vvv -P
You can shorten most command line options, and "avoid" understands if you leave spaces out of things:
Code:
python3 tradedangerous/trade.py run --fr brani/noa --to brani/virt --cap 64 --cr 2374693 --ins 640k --ly 19.54 --avo personalw,narco,slaves,imperials' --hops 1 --jumps 1 -vvv -P
You might want to add "--summary" (--sum) for less clutter
Last edited: