Headphones - Music albums & artists auto download program

  Thread Rating:
  • 6 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jnewman33 Offline
Junior Member
Posts: 7
Joined: Apr 2010
Reputation: 0
Post: #981
Hey all,

New to the program but VERY impressed. Thanks Rembo10!
The 10 dollar donation for private server access is a bargain at twice the price.

Have most things working except for scanning my existing library.

I am getting a fatal error in the python log as follows:

File "C:\Python27\lib\threaing.py, line 483, in run
self._target(*self._args, **self._kwargs)
File "C:\Program Files\Headphones\headphones\librarysync.py", line 111 in libraryScan
releasetype = release['Type'].replace('/','_')
AttributeError: 'Nonetype' object has no attribute 'replace'

The Headphones logs just shows "Checking filepaths to see if we can find any matches" and no more

Is this a problem with my folder structure?

Thanks for any help,

James
find quote
spookystew Offline
Junior Member
Posts: 13
Joined: Apr 2012
Reputation: 1
Post: #982
Whenever I try and set anything to wanted I get this: (win 7 machine using ie fyi)

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "C:\Users\HTPC\Downloads\headphones_win32build\cherrypy\_cprequest.py", line 645, in respond
response.body = self.handler()
File "C:\Users\HTPC\Downloads\headphones_win32build\cherrypy\lib\encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Users\HTPC\Downloads\headphones_win32build\cherrypy\_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\Users\HTPC\Downloads\headphones_win32build\headphones\webserve.py", line 143, in markAlbums
searcher.searchforalbum(mbid, new=False)
File "C:\Users\HTPC\Downloads\headphones_win32build\headphones\searcher.py", line 93, in searchforalbum
foundNZB = searchNZB(albumid, new, lossless)
File "C:\Users\HTPC\Downloads\headphones_win32build\headphones\searcher.py", line 188, in searchNZB
size = int(item.links[1]['length'])
IndexError: list index out of range


Any ideas?
find quote
inflatablemouse Offline
Junior Member
Posts: 13
Joined: Dec 2011
Reputation: 0
Post: #983
Heya folks,

Maybe this has been/should be raised elsewhere (I couldn't find it), but is there a music scraper for xmbc that could use headphones' server after I have donated?

Headphones is updating better than any music scraper for xmbc currently, as none of them are updating properly due to licencing issues (allmusic).

Thanks!
find quote
inflatablemouse Offline
Junior Member
Posts: 13
Joined: Dec 2011
Reputation: 0
Post: #984
Also, I'm getting this error when I click 'want' on an album:

Code:
500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "E:\Sources\headphones\cherrypy\_cprequest.py", line 645, in respond
    response.body = self.handler()
  File "E:\Sources\headphones\cherrypy\lib\encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "E:\Sources\headphones\cherrypy\_cpdispatch.py", line 29, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "E:\Sources\headphones\headphones\webserve.py", line 167, in queueAlbum
    searcher.searchforalbum(AlbumID, new)
  File "E:\Sources\headphones\headphones\searcher.py", line 93, in searchforalbum
    foundNZB = searchNZB(albumid, new, lossless)
  File "E:\Sources\headphones\headphones\searcher.py", line 188, in searchNZB
    size = int(item.links[1]['length'])
IndexError: list index out of range

Any ideas what might be going on or how I can fix this?
find quote
Texiun Offline
Junior Member
Posts: 3
Joined: Sep 2011
Reputation: 0
Post: #985
Just accidentally donated twice >.< Bet I'm shit out of luck if i wanted a refund on one of them hey >.>
find quote
oneadvent Offline
Fan
Posts: 405
Joined: May 2011
Reputation: 0
Post: #986
(2012-04-30 23:15)Texiun Wrote:  Just accidentally donated twice >.< Bet I'm shit out of luck if i wanted a refund on one of them hey >.>

You should give the extra to the next person that asks you!
find quote
Loap Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #987
I too am getting the same error when "wanting" an album. I haven't changed anything and it seems to have randomly started happening?
find quote
TRiddle Offline
Junior Member
Posts: 19
Joined: Dec 2011
Reputation: 0
Post: #988
Not that this solves the problem, but I disabled NZBMatrix (now only using Newzbin) and restarted. The "Error 500" when clicking wanted for an album goes away. Not a really good fix, but it at least is functional for the time being.
find quote
Texiun Offline
Junior Member
Posts: 3
Joined: Sep 2011
Reputation: 0
Post: #989
(2012-04-30 23:34)oneadvent Wrote:  
(2012-04-30 23:15)Texiun Wrote:  Just accidentally donated twice >.< Bet I'm shit out of luck if i wanted a refund on one of them hey >.>

You should give the extra to the next person that asks you!

Sadly I clicked the "Donate" Button at the bottom...Not the other one that links to creating your account...Bit shit imo
find quote
CloudSA Offline
Junior Member
Posts: 5
Joined: May 2012
Reputation: 0
Post: #990
Hi guys

I recently installed this as well, got the donate server details and let it run on my library to import all the artists.

Using the HenryFord version, but I'm having problems with the snatched files.

KAT: Downloading 2kb torrent files that are corrupt, as far as I can tell this is due to forced compression from KAT servers

Isohunt: Error fetching data from ISOhunt: HTTP Error 503: Service Not Available

Nzbmatrix: ERROR Couldn't retrieve the best nzb. Skipping.

What bugs me most is that Nzbmatrix finds the files, but then it can't grab them. I have a VIP account with the API and I used it successfully with Sickbeard and Sabnzbd.

What am I doing wrong?
find quote
Post Reply