Cryosparc error while running 2D class avg

Dear all,
I am new to cryosparc and encountered error while running 2D class avg. The error message details are attached below. Can someone please suggest what could be possible issue? I am using following version: Master v3.1.0, worker v3.1.0. Thank you.

[CPU: 520.5 MB]  Traceback (most recent call last):
  File "cryosparc_worker/cryosparc_compute/run.py", line 84, in cryosparc_compute.run.main
  File "cryosparc_worker/cryosparc_compute/jobs/class2D/run.py", line 56, in cryosparc_compute.jobs.class2D.run.run_class_2D
  File "/cryosparc/cryosparc2_worker/cryosparc_compute/particles.py", line 62, in read_blobs
    u_blob_paths = cache.download_and_return_cache_paths(u_rel_paths)
  File "/cryosparc/cryosparc2_worker/cryosparc_compute/jobs/cache.py", line 114, in download_and_return_cache_paths
    used_mb = sync_hits(worker_hostname, ssd_cache_path, instance_id)
  File "/cryosparc/cryosparc2_worker/cryosparc_compute/jobs/cache.py", line 196, in sync_hits
    rc.cli.cache_sync_hits(worker_hostname, com.paths_to_prefix_tree(keys), sizes_mb)
  File "/cryosparc/cryosparc2_worker/cryosparc_compute/client.py", line 59, in func
    assert False, res['error']
AssertionError: {'code': 500, 'data': None, 'message': "OtherError: argument should be a bytes-like object or ASCII string, not 'dict'", 'name': 'OtherError'}

Hi @rsankhala we’ve fixed some related to this in the latest cryoSPARC v3.2, can you update and see if that fixes it?