jhao104 / SSDBAdmin

SSDB可视化界面管理工具 ssdb web manager tool
http://ssdb.io/docs/zh_cn/
Apache License 2.0
354 stars 89 forks source link

在使用这个工具查看数据时出现了这个error:ValueError: too many values to unpack (expected 2) #24

Open Rlyslata opened 5 years ago

Rlyslata commented 5 years ago

[2019-10-11 19:09:17,369] ERROR in app: Exception on /ssdbadmin/hash/scan [GET] Traceback (most recent call last): File "D:\Python37\lib\site-packages\flask\app.py", line 1982, in wsgi_app response = self.full_dispatch_request() File "D:\Python37\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) File "D:\Python37\lib\site-packages\flask\app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) File "D:\Python37\lib\site-packages\flask_compat.py", line 33, in reraise raise value File "D:\Python37\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "D:\Python37\lib\site-packages\flask\app.py", line 1598, in dispatch_request return self.view_functionsrule.endpoint File "D:\PyCharm Community Edition 2019.2.1\SSDBAdmin-master\SSDBAdmin\apps\hash.py", line 58, in hashScan item_list = db_client.hashScan(name, key_start, "", limit=limit + 1) File "D:\PyCharm Community Edition 2019.2.1\SSDBAdmin-master\SSDBAdmin\model\SSDBClient.py", line 301, in hashScan item_list = self.__conn.execute_command('hscan', hash_name, key_start, key_end, limit) File "D:\Python37\lib\site-packages\redis\client.py", line 839, in execute_command return self.parse_response(conn, command_name, options) File "D:\Python37\lib\site-packages\redis\client.py", line 859, in parse_response return self.response_callbacks[command_name](response, options) File "D:\Python37\lib\site-packages\redis\client.py", line 380, in parse_hscan cursor, r = response ValueError: too many values to unpack (expected 2)