-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* caravel: fix visualization cache for python3 python3 wants bytes and not strings: 2016-07-22 10:36:09,474:INFO:root:Caching for the next 28800 seconds 2016-07-22 10:36:09,475:WARNING:root:Could not cache key 1eeb45f32960f0df0ad99a125bdaf199 2016-07-22 10:36:09,475:ERROR:root:'str' does not support the buffer interface Traceback (most recent call last): File "/home/rm/caraveltest/venv/lib/python3.4/site-packages/caravel/viz.py", line 306, in get_json zlib.compress(self.json_dumps(payload)), TypeError: 'str' does not support the buffer interface Tested with memcached and pylibmc client library. * docs: add note about using a proper memcached client library
- Loading branch information
1 parent
187149c
commit 8b694dd
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters