Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read hashdata.xml (slave-side) #3

Open
24mu13 opened this issue May 17, 2020 · 1 comment
Open

Unable to read hashdata.xml (slave-side) #3

24mu13 opened this issue May 17, 2020 · 1 comment

Comments

@24mu13
Copy link

24mu13 commented May 17, 2020

I installed the addon as master: everything fine. My configuration files are correctly (apparently) saved on the NFS path I defined.

But, slave side, when I manually syncronise, I get the following error:

2020-05-17 18:58:32.836 T:1368388480   ERROR: service.addonsync: AddonData: Failed to read in file nfs://192.168.2.10/volume1/software/kodi_addons_settings/hashdata.xml
2020-05-17 18:58:32.861 T:1368388480   ERROR: service.addonsync: AddonData: Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.addonsync/resources/lib/core.py", line 282, in _loadHashRecord
                                                hashRecord = ET.ElementTree(ET.fromstring(recordFileStr))
                                              File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1311, in XML
                                              File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
                                              File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
                                            ParseError: junk after document element: line 2, column 381

Any idea?

@24mu13
Copy link
Author

24mu13 commented May 17, 2020

In my case hashdata.xml had an extra "c>" at the end.

<?xml version='1.0' encoding='UTF-8'?>
<addonsync><addon name="xx" version="xx">xx</addon></addonsync>c>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant