Closed Vocaloid2048 closed 1 year ago
Please note that I've modified hsr_client
to those dots.
The issue should be caused by from ...backend.srs_backend.parsers.material import parse_material
(hsr_client\backend\srs_backend__init.py)
bcz the program in hsr_client/backend/srs_backend :
(./parsers\material.py) call (./init.py) , and (./init__.py) call (./parsers\material.py) while init.
Therefore, if currently don't have any better idea to fix it, maybe it's possible to set
row 5 as comment (from ...backend.srs_backend.parsers.material import parse_material)
row 285 as comment (return parse_material(response, self)
)
(hsr_client\backend\srs_backend__init__.py)
I hope it's useful and helpful for upcoming bug-fixing work, also would like to give thanks to all devs.
Umm.. It was fixed in latest commit. I think so, can you check it again.
Umm.. It was fixed in latest commit. I think so, can you check it again.
Yep you're right, it does fixed in last commit. Big thx again.
After downloading the latest version of hsr-data-master and run the raw-data.py, I got these errors... Btw, thx for your help first ~