Jianhua Sun

Results 2 comments of Jianhua Sun

I've encounter the same problem and I found the problem is caused by this failure: `tree.xpath("//input[@name='csrfBusterToken']/@value")` This expression return a empty list. And the recommendation prompted by @tjstankus and @jeffkowalski...

It works. Refer to [the answer](https://github.com/sczhou/CodeFormer/issues/277#issuecomment-1700460773)