You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running Bitmagnet as private tracker, which supports torznab.
However, when I click "Choose specific download" on an album, I get an error.
15-Nov-2024 21:15:21 - DEBUG :: ('CP Server Thread-9',) : Requesting URL via GET method: http://192.168.13.30:3333/torznab
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
nlo0b 15-Nov-2024 21:15:21 - ERROR :: ('CP Server Thread-9',) : An unknown error occurred trying to parse the feed: 'NoneType' object has no attribute 'next_sibling'
nlo0b Traceback (most recent call last):
nlo0b File "/app/headphones/headphones/searcher.py", line 1382, in searchTorrent
nlo0b url = item.find("link").next_sibling.strip()
nlo0b AttributeError: 'NoneType' object has no attribute 'next_sibling'
There is, however, an enclosure element which also contains the link. Maybe it is possible to fallback to the enclosure element if the link element does not exist?
Bitmagnet returns magnet links, but from what I've read headphones can handle those.
Below is a link to the torznab spec that I found, for reference: Torznab spec
The text was updated successfully, but these errors were encountered:
I am currently running Bitmagnet as private tracker, which supports torznab.
However, when I click "Choose specific download" on an album, I get an error.
There is, however, an enclosure element which also contains the link. Maybe it is possible to fallback to the enclosure element if the link element does not exist?
Bitmagnet returns magnet links, but from what I've read headphones can handle those.
Below is a link to the torznab spec that I found, for reference:
Torznab spec
The text was updated successfully, but these errors were encountered: