Error occurred when crawling JD.com data using scrapy

when I crawled JD.com "s merchandise page, the system reported that the error was Error processing, and then the data did not climb down, but when debugging, it can be crawled, and other pages can also be passed normally. Please give me some advice.

this is an abnormal page.
clipboard.png

clipboard.png

Mar.10,2021

according to the error message, this line

image_file_path = value["path"]

is problematic because the value variable is list or tuple .

Menu