Greenbone-scapdata-sync Error

Hi, all! I’m receiving this error at the end of the scapdata-sysnc script. This error started yesterday, and I’ve been using this script for sometime now, and have never seen it before. Any enlightenment on how to solve this issue, would be fantastic! Thanks for taking the time!

sent 3,199 bytes received 1,188,968,800 bytes 386,846.27 bytes/sec
total size is 1,188,676,028 speedup is 1.00
part 0 Done
part 1 Done
part 2 Done
part 3 Done
part 4 Done
part 5 Done
part 6 Done
part 7 Done
part 8 Done
part 0 Done
part 1 Done
part 0 Done
part 1 Done
part 0 Done
part 1 Done
part 0 Done
part 1 Done
part 2 Done
part 0 Done
part 1 Done
part 2 Done
Traceback (most recent call last):
File “/usr/local/share/openvas/scap/xml_split”, line 224, in
main(args[0], options.output_dir)
File “/usr/local/share/openvas/scap/xml_split”, line 205, in main
p.Parse(chunk)
File “/usr/local/share/openvas/scap/xml_split”, line 151, in char_data
cur_file.write(’<%s%s>’ % (start[0], attrs_s(start[1])))
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\u2026’ in position 116: ordinal not in range(128)
/tmp/greenbone-scap-data-sync.JuqiiqXrzn/nvdcve-2.0-2021.0.xml:236210: parser error : Premature end of data in tag references line 236208

  ^

/tmp/greenbone-scap-data-sync.JuqiiqXrzn/nvdcve-2.0-2021.0.xml:236210: parser error : Premature end of data in tag entry line 236140

  ^

/tmp/greenbone-scap-data-sync.JuqiiqXrzn/nvdcve-2.0-2021.0.xml:236210: parser error : Premature end of data in tag nvd line 1

  ^

unable to parse /tmp/greenbone-scap-data-sync.JuqiiqXrzn/nvdcve-2.0-2021.0.xml
-:1: parser error : Document is empty

^

Your system / parser in in the wrong character set. Try to process it with UTF-8 and not ASCII.