ntt / reverence

Python library for processing EVE Online cache and bulkdata.
Other
148 stars 36 forks source link

CacheMgr instance has no attribute `machocachepath` #35

Closed Artefact2 closed 9 years ago

Artefact2 commented 9 years ago

Minimal script that reproduces the issue:

from reverence import blue;
eve = blue.EVE("/home/romain/.eve/clients/tranquility", cachepath="/home/romain/.eve/settings/tranquility/1", sharedcachepath="/media/hd0/Silmeria/romain/eve/shared")
eve.RemoteSvc("marketProxy").GetMarketGroups()

Back trace:

Traceback (most recent call last):
  File "revshell.py", line 6, in <module>
    eve.RemoteSvc("marketProxy").GetMarketGroups()
  File "build/bdist.linux-x86_64/egg/reverence/blue.py", line 153, in __call__
  File "build/bdist.linux-x86_64/egg/reverence/cache.py", line 108, in LoadCachedMethodCall
  File "build/bdist.linux-x86_64/egg/reverence/cache.py", line 91, in _loadobject
AttributeError: CacheMgr instance has no attribute 'machocachepath'
ntt commented 9 years ago

fixed, thanks