tile cannot extend outside image
回答
收藏

tile cannot extend outside image

不取名
2023-07-20 22:43·浏览量:1390
不取名
发布于 2023-07-20 22:431390浏览

滑块验证识别经常中断

提示这个tile cannot extend outside image

Traceback (most recent call last):
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\PIL\ImageFile.py", line 506, in _save
fh = fp.fileno()
AttributeError: '_idat' object has no attribute 'fileno'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\xbot_interpreter.py", line 87, in <module>
main()
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\xbot_interpreter.py", line 47, in main
try:
File "C:\Users\1\AppData\Local\ShadowBot\users\04ce6723-ebfb-4174-bba7-8d3d4006d4f3\apps\4b95f5df-703f-450e-bbdd-b67d8f4b4cb0\xbot_robot\main.py", line 29, in main
], _block=("main", 14, "滑块拼图验证码免费版"))
File "<string>", line 89, in wrapper
File "<string>", line 84, in wrapper
File "<string>", line 82, in run
File "C:\Users\1\AppData\Local\ShadowBot\users\04ce6723-ebfb-4174-bba7-8d3d4006d4f3\apps\4b95f5df-703f-450e-bbdd-b67d8f4b4cb0\xbot_extensions\activity_4f0f15d7\process1.py", line 49, in main
}, _block=("通用滑块拼图验证码", 18, "调用模块"))
File "<string>", line 89, in wrapper
File "<string>", line 84, in wrapper
File "<string>", line 37, in invoke_module
File "C:\Users\1\AppData\Local\ShadowBot\users\04ce6723-ebfb-4174-bba7-8d3d4006d4f3\apps\4b95f5df-703f-450e-bbdd-b67d8f4b4cb0\xbot_extensions\activity_4f0f15d7\module1.py", line 83, in main
cut_ab(img_bg,path_a,path_b,quekuai_left, a_width,offset)
File "C:\Users\1\AppData\Local\ShadowBot\users\04ce6723-ebfb-4174-bba7-8d3d4006d4f3\apps\4b95f5df-703f-450e-bbdd-b67d8f4b4cb0\xbot_extensions\activity_4f0f15d7\module1.py", line 54, in cut_ab
image_b.save(save_path_b)
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\PIL\Image.py", line 2158, in save
save_handler(self, fp, filename)
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\PIL\PngImagePlugin.py", line 1284, in _save
ImageFile._save(im, _idat(fp, chunk), [("zip", (0, 0) + im.size, 0, rawmode)])
File "D:\影刀\ShadowBot\shadowbot-5.12.26\python\lib\site-packages\PIL\ImageFile.py", line 514, in _save
e.setimage(im.im, b)
SystemError: tile cannot extend outside image


收藏
全部回答1
最新
发布回答
回答