You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
The text was updated successfully, but these errors were encountered:
Rlyslata
changed the title
在使用这个工具查看数据时出现了这个error:
在使用这个工具查看数据时出现了这个error:ValueError: too many values to unpack (expected 2)
Oct 11, 2019
[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)
The text was updated successfully, but these errors were encountered: