python cloud library bug using NullCache
Posted: Fri Mar 13, 2015 12:50 pm
I am using the python cloud client and want to switch to NullCache because I'm having problems with your FileCache. I have just redownloaded version 1.0.1 of your python library (file was WurflCloudClient-Python-1.0.1-Simple.zip). When I initialize Wurfl with the NullCache this error occurs:
which you can see is because config isn't being passed into NullCache. I can patch it myself to get it working, but thought you would want to know.
Thanks
Code: Select all
File "/usr/local/lib/python2.7/dist-packages/wurfl_cloud-1.0.1-py2.7.egg/wurfl_cloud/utils.py", line 36, in get_cache
TypeError: __init__() takes exactly 2 arguments (1 given)
Thanks