Page 1 of 1

python cloud library bug using NullCache

Posted: Fri Mar 13, 2015 12:50 pm
by easystreet
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:

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)
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

Re: python cloud library bug using NullCache

Posted: Fri Mar 13, 2015 7:41 pm
by Elliotfehr
Hello,

Thank you for letting us know. We are currently looking into the issue and I will let you know as soon as I have an update.

Thank you,

Elliot