Hi Emery,
For some reason, while the mtgox module works fine (filled orders not cleared but that a minor bug), I've never been able to make BTC-E display anything. The API key and secret are fine, have all the right on BTC-E but nothing is displayed.
Here is a sample of the output of "tulpenmanie -d":
$ tulpenmanie -d
DEBUG:tulpenmanie.model.base:loading commodities
DEBUG:tulpenmanie.model.base:loading markets
DEBUG:tulpenmanie.exchange:loading Bitstamp settings
DEBUG:tulpenmanie.exchange:loading Bitstamp markets
DEBUG:tulpenmanie.exchange:loading BTC-e settings
DEBUG:tulpenmanie.exchange:loading BTC-e markets
DEBUG:tulpenmanie.exchange:loading CampBX settings
DEBUG:tulpenmanie.exchange:loading CampBX markets
DEBUG:tulpenmanie.exchange:loading MtGox settings
DEBUG:tulpenmanie.exchange:loading MtGox markets
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/ltc_btc/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/btc_usd/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/currency
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/currency
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/private/orders
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/private/orders
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/btc_usd/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/currency
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/currency
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/ltc_btc/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/private/orders
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/private/orders
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/currency
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/currency
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/btc_usd/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/private/info
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/private/info
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/ltc_btc/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/generic/private/info
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/generic/private/info
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCEUR/ticker
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/BTCEUR/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/btc_usd/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCEUR/ticker
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/BTCEUR/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/ltc_btc/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCUSD/ticker
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/BTCUSD/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/tapi
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCUSD/ticker
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/BTCUSD/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/btc_usd/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCEUR/ticker
INFO:tulpenmanie.network:received reply to https://mtgox.com/api/1/BTCEUR/ticker
DEBUG:tulpenmanie.exchange_modules.btc-e:POST to https://btc-e.com/api/2/ltc_btc/ticker
INFO:tulpenmanie.network:POST to https://mtgox.com/api/1/BTCEUR/ticker
No errors at all. No apparent problem. If I manually go to api pages like "
https://btc-e.com/api/2/btc_usd/ticker" the page load fine.
Do you have any idea what's wrong?
Thanks