microsoft/DNS-Challenge

no response error for WAcc.py

Opened this issue · 1 comments

when i tried to run WAcc.py script, i got a error message below.

Error occured during scoring
response is <Response [500]>
Traceback (most recent call last):
File "WAcc.py", line 54, in
main(args)
File "WAcc.py", line 38, in main
score_dict = {'file_name': os.path.basename(fpath), 'wacc': wacc}
UnboundLocalError: local variable 'wacc' referenced before assignment

Could you give me some advices or let me know what happen??

zly19 commented

hello,I encountered the same problem, did you solve it?