Cho em hỏi phải sửa lỗi này như thế nào, em chạy bằng python
Traceback (most recent call last): File "main.py", line 22, in <module> info = crawl_title(url) File "/opt/myapp/crawlTruyen.py", line 58, in crawl_title item['slug'] = slugify(item['name']) File "/usr/lib/python2.6/site-packages/slugify.py", line 26, in slugify unicodedata.normalize('NFKD', string) TypeError: normalize() argument 2 must be unicode, not _ElementStringResult
Em chạy trên Windows thì bình thường cơ mà chạy trên Centos thì lại có lỗi này. Mọi người giúp em với ạ.