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
("/home/user_00/.local/lib/python3.9/site-packages/gearman/connection.py", line 201, in read_data_from_socketself._incoming_buffer.fromstring(recv_buffer) AttributeError: 'array.array' object has no attribute 'fromstring' )
("/home/user_00/.local/lib/python3.9/site-packages/gearman/connection.py", line 201, in read_data_from_socketself._incoming_buffer.fromstring(recv_buffer) AttributeError: 'array.array' object has no attribute 'fromstring' )
ref: https://docs.python.org/3/library/array.html#array.array.fromstring
New in version 3.2: fromstring() is renamed to frombytes() for clarity.