Error:'bins` must be positive, when an integer in patch ctf estimation

i have encountered the same problem and would like to ask how to solve it
The data was collected with the help of the partner, and I also need to inquire about the camera model.
After motion the pixel size is 0.8192,and the error was hapeen on the beginning of the job.
The following is the information of the error text:

Child process with PID 4248 terminated unexpectedly with exit code 1
Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 129, in cryosparc_master.cryosparc_compute.run.main
  File "cryosparc_master/cryosparc_compute/jobs/ctf_estimation/run.py", line 438, in cryosparc_master.cryosparc_compute.jobs.ctf_estimation.run.run
  File "cryosparc_master/cryosparc_compute/jobs/ctf_estimation/run.py", line 235, in cryosparc_master.cryosparc_compute.jobs.ctf_estimation.run.run.make_outputs
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/pyplot.py", line 3236, in hist
    return gca().hist(
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/__init__.py", line 1465, in inner
    return func(ax, *map(sanitize_sequence, args), **kwargs)
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 6862, in hist
    m, bins = np.histogram(x[i], bins, weights=w[i], **hist_kwargs)
  File "<__array_function__ internals>", line 180, in histogram
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/numpy/lib/histograms.py", line 793, in histogram
    bin_edges, uniform_bins = _get_bin_edges(a, bins, range, weights)
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/numpy/lib/histograms.py", line 424, in _get_bin_edges
    raise ValueError('`bins` must be positive, when an integer')
ValueError: `bins` must be positive, when an integer