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'
Minimal script that reproduces the issue:
Back trace: