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
python script gives below error while o convert gif to svg
Process color_trace worker #2:
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 748, in process_worker
q1_job(q2, total, layers, settings, **job_args)
File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 641, in q1_job
raise e
File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 615, in q1_job
quantize(this_scaled, this_reduced, settings['colors'], algorithm=settings['quantization'], dither=settings['dither'])
File "/var/www/html/apps/server/src/../public/color_trace/color_trace_multi.py", line 141, in quantize
with open(src, 'rb') as srcfile:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpwb9prs3z/0~scaled.png'
The text was updated successfully, but these errors were encountered:
python script gives below error while o convert gif to svg
The text was updated successfully, but these errors were encountered: