Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Errors and such will you be updating this package? #188

Open
ruinit opened this issue Jan 18, 2015 · 2 comments
Open

Errors and such will you be updating this package? #188

ruinit opened this issue Jan 18, 2015 · 2 comments

Comments

@ruinit
Copy link

ruinit commented Jan 18, 2015

2015-01-18 17:43:05.826854

apikey##N##apikey##e##apikey##w##apikey##s##apikey##n##apikey##a##apikey##b##apikey## ##apikey##f##apikey##i##apikey##n##apikey##a##apikey##l##apikey## ##apikey##s##apikey##e##apikey##a##apikey##r##apikey##c##api

ERROR 2015-01-18 17:43:05.831396
Error during downloadWrapperSingle of Newznab (Default)
Error: No JSON object could be decoded

Traceback (most recent call last):
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 160, in outer
return run(_args, *_kwargs)
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/bases.py", line 538, in downloadWrapperSingle
res = self._searchForElement(_args, *_kwargs)
File "/usr/local/xdm/var/plugins/Indexer/Newznab-de_lad1337_newznab-0_7/Newznab.py", line 71, in searchForElement
response = r.json()
File "/volume1/@appstore/xdm/share/XDM/site-packages/requests/models.py", line 629, in json
return json.loads(self.text or self.content, **kwargs)

@lad1337
Copy link
Owner

lad1337 commented Jan 19, 2015

the newznab plugin relize on the json output type from newznab not all indexers have a newznab version that supports this
try the NewsnabXML indexer from this repo https://github.com/avdstelt/XDM-plugins

@ruinit
Copy link
Author

ruinit commented Jan 19, 2015

Ty for response I tried what you suggested still have errors.

ERROR 2015-01-19 17:45:16.908494
Error during downloadWrapperSingle of NewznabXML (Default)
Error: mismatched tag: line 8, column 2

Traceback (most recent call last):
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 160, in outer
return run(_args, *_kwargs)
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/bases.py", line 538, in downloadWrapperSingle
res = self._searchForElement(_args, *_kwargs)
File "/usr/local/xdm/var/plugins/Indexer/NewznabXML-nl_avdstelt_newznabXML-0_2/NewznabXML.py", line 72, in searchForElement
response = xmltodict.parse(urllib.urlopen(r.url).read())
File "/usr/local/xdm/var/plugins/Indexer/NewznabXML-nl_avdstelt_newznabXML-0_2/pluginRootLibarys/xmltodict/xmltodict.py", line 237, in parse
parser.Parse(xml_input, True)
ExpatError: mismatched tag: line 8, column 2

New value:[]
Traceback:
Traceback (most recent call last):
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 160, in outer
return run(_args, *_kwargs)
File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/bases.py", line 538, in downloadWrapperSingle
res = self._searchForElement(_args, *_kwargs)
File "/usr/local/xdm/var/plugins/Indexer/NewznabXML-nl_avdstelt_newznabXML-0_2/NewznabXML.py", line 72, in searchForElement
response = xmltodict.parse(urllib.urlopen(r.url).read())
File "/usr/local/xdm/var/plugins/Indexer/NewznabXML-nl_avdstelt_newznabXML-0_2/pluginRootLibarys/xmltodict/xmltodict.py", line 237, in parse
parser.Parse(xml_input, True)
ExpatError: mismatched tag: line 8, column 2

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

No branches or pull requests

2 participants