i am using scrapy and when i run my spider i got error
TypeError: Object of type 'bytes' is not JSON serializable
2019-09-19 11:22:09 [scrapy.utils.signal] ERROR: Error caught on signal handler: >
and when i tried using pdb and try to print the item['title']
but still found an error given below:
'ascii' codec can't encode character '\xa7' in position 227: ordinal not in range(128)
if anybody have idea please share it with me why this issue occurs