nope thats not right, if your using nzb.su as your indexer then this is a newznab based site, so select newznab from the dropdown, then fill in the api/rss key with your key from your profile, you will also need to fill in search criteria etc.roontoon wrote:Not working for me. I did see this in the logs.binhex wrote: Once you have completed the above click on "Home" and then the "Run now" link or wait for the schedule to start (default is 1 hour). Click on "History" and select "View history" to see movies currently being processed, if queued is enabled and there is a positive match then you may also see movies listed in the "Queue\Release Queue".I am using nab.su so I am assuming that I am using the section "NZBs Settings" on the website tab to configure. I have used the format &i=username&h=hashkey for my hash key. Screen shot here.... http://screencast.com/t/parGVvCdx0XCode: Select all
06/12/2011 21:56:21 Warning Nzb's HTTP Error, Response - 403 07/12/2011 06:10:14 Warning Nzb's HTTP Error, Response - 403 07/12/2011 06:11:12 Warning Nzb's HTTP Error, Response - 403 07/12/2011 06:15:01 Warning Nzb's URL Error, Response - [Errno 8] nodename nor servname provided, or not known 07/12/2011 06:15:55 Warning Nzb's HTTP Error, Response - 403 07/12/2011 06:16:25 Warning Nzb's HTTP Error, Response - 403
MovieGrabber - Completely Automated Movie Downloader
Re: Another question...
Re: MovieGrabber - Completely Automated Movie Downloader
Got it.... will try tonight. Thanks
Still having problems.
Hi,
Still does't seem to be configured correctly and I am seeing a couple of errors that I don't understand. I am currently running this in the terminal and this a link to that:
http://pastebin.com/g3bYgJHU
And here is one for the MovieGrabber log:
http://pastebin.com/JhMyRQx8
And a screen shot of my config screen:
http://screencast.com/t/8AA87Lokxu
Thanks,
d
Still does't seem to be configured correctly and I am seeing a couple of errors that I don't understand. I am currently running this in the terminal and this a link to that:
http://pastebin.com/g3bYgJHU
And here is one for the MovieGrabber log:
http://pastebin.com/JhMyRQx8
And a screen shot of my config screen:
http://screencast.com/t/8AA87Lokxu
Thanks,
d
Re: MovieGrabber - Completely Automated Movie Downloader
hi roontoon, sorry for not getting back to you yesterday, manic day!. ok the first issue your getting is due to a wierd issue with PIL and linux, i havent nailed this issue yet but it seems to affect only certain linux builds, im no linux guru so its a bit of a challenge to sort this but i will take a look today and see if i can sort it.
ok the second issue is due to a misconfiguration in your email settings, this is causing an exception to be thrown, for now can you disable the email function, we can look at this issue seperately.
binhex.
edit - ok quick update on what ive found so far on the PIL issue, it def looks like ubuntu 11.04 has no issues with PIL, so whatever is missing must me something to do with the operating system, im thinking perhaps its libjpeg thats missing?, not sure how i can test this yet.
roontoon - what version of linux is your box using?.
ok the second issue is due to a misconfiguration in your email settings, this is causing an exception to be thrown, for now can you disable the email function, we can look at this issue seperately.
binhex.
edit - ok quick update on what ive found so far on the PIL issue, it def looks like ubuntu 11.04 has no issues with PIL, so whatever is missing must me something to do with the operating system, im thinking perhaps its libjpeg thats missing?, not sure how i can test this yet.
roontoon - what version of linux is your box using?.
Re: MovieGrabber - Completely Automated Movie Downloader
This looks like a great project binhex.
Just wondering though, where do you have your code repository? Would be nice to be able to fork it to add more features
Just wondering though, where do you have your code repository? Would be nice to be able to fork it to add more features
Re: MovieGrabber - Completely Automated Movie Downloader
It is on a Mac. 10.7.x I will take a look at reinstalling PIL and libjpeg later on and report back.binhex wrote:hi roontoon, sorry for not getting back to you yesterday, manic day!. ok the first issue your getting is due to a wierd issue with PIL and linux, i havent nailed this issue yet but it seems to affect only certain linux builds, im no linux guru so its a bit of a challenge to sort this but i will take a look today and see if i can sort it.
ok the second issue is due to a misconfiguration in your email settings, this is causing an exception to be thrown, for now can you disable the email function, we can look at this issue seperately.
binhex.
edit - ok quick update on what ive found so far on the PIL issue, it def looks like ubuntu 11.04 has no issues with PIL, so whatever is missing must me something to do with the operating system, im thinking perhaps its libjpeg thats missing?, not sure how i can test this yet.
roontoon - what version of linux is your box using?.
Re: MovieGrabber - Completely Automated Movie Downloader
ok found a post on how to get PIL working on lion, def worth a look:- http://appelfreelance.com/2011/07/pytho ... and-image/ please let me know if this fixes the issue as im itching to get this one once and for all sorted!roontoon wrote:It is on a Mac. 10.7.x I will take a look at reinstalling PIL and libjpeg later on and report back.binhex wrote:hi roontoon, sorry for not getting back to you yesterday, manic day!. ok the first issue your getting is due to a wierd issue with PIL and linux, i havent nailed this issue yet but it seems to affect only certain linux builds, im no linux guru so its a bit of a challenge to sort this but i will take a look today and see if i can sort it.
ok the second issue is due to a misconfiguration in your email settings, this is causing an exception to be thrown, for now can you disable the email function, we can look at this issue seperately.
binhex.
edit - ok quick update on what ive found so far on the PIL issue, it def looks like ubuntu 11.04 has no issues with PIL, so whatever is missing must me something to do with the operating system, im thinking perhaps its libjpeg thats missing?, not sure how i can test this yet.
roontoon - what version of linux is your box using?.
edit - note you should only need to do the first section, you shouldnt need to install imaging as its already bundled with moviegrabber, im fairly sure its just libjpeg that your missing
Re: MovieGrabber - Completely Automated Movie Downloader
I found a similar solution on the web. It seems that python was compiled with a older version of gcc and reinstalling python did the trick. This is a common problem with folks running lion. I do have movie grabber up and running and it is getting nzbs for me. I have some aditional questions that I will post later on but it seems to be working. Although it is still generating some errors. Below is a sample:
Code: Select all
NameError: global name 'SMTPException' is not defined
11/12/2011 18:35:01 Error In Email Notification Function
Traceback (most recent call last):
File "moviegrabber.py", line 1936, in EmailNotify
except SMTPException:
NameError: global name 'SMTPException' is not defined
11/12/2011 18:35:01 Error In Newznab API Function
Traceback (most recent call last):
File "moviegrabber.py", line 3535, in RunDownloader
EmailNotify(GlobalVars.email_download_status)
File "moviegrabber.py", line 1942, in EmailNotify
ErrorLogging("Email Notification Function")
File "moviegrabber.py", line 1936, in EmailNotify
except SMTPException:
NameError: global name 'SMTPException' is not defined
11/12/2011 18:36:14 Error In Email Notification Function
Traceback (most recent call last):
File "moviegrabber.py", line 1936, in EmailNotify
except SMTPException:
NameError: global name 'SMTPException' is not defined
11/12/2011 18:36:14 Error In Newznab API Function
Traceback (most recent call last):
File "moviegrabber.py", line 3535, in RunDownloader
EmailNotify(GlobalVars.email_download_status)
File "moviegrabber.py", line 1942, in EmailNotify
ErrorLogging("Email Notification Function")
File "moviegrabber.py", line 1936, in EmailNotify
except SMTPException:
NameError: global name 'SMTPException' is not defined
Re: MovieGrabber - Completely Automated Movie Downloader
BumpWoLpH wrote:This looks like a great project binhex.
Just wondering though, where do you have your code repository? Would be nice to be able to fork it to add more features
Is it available somewhere on github?
Re: MovieGrabber - Completely Automated Movie Downloader
its not available on github, no sorry, however you can download the source code from the sourceforge link in the first post of this thread (rss feed), if you have any feature requests then your more than welcome to post them on sourceforge and i will take a look.WoLpH wrote:BumpWoLpH wrote:This looks like a great project binhex.
Just wondering though, where do you have your code repository? Would be nice to be able to fork it to add more features
Is it available somewhere on github?
binhex.
Re: MovieGrabber - Completely Automated Movie Downloader
hi roontoon, im assuming you do have email notification switched on yes?, if so please can you post a screenshot of configuration/email, obviously blocking out anything sensitive.roontoon wrote:I found a similar solution on the web. It seems that python was compiled with a older version of gcc and reinstalling python did the trick. This is a common problem with folks running lion. I do have movie grabber up and running and it is getting nzbs for me. I have some aditional questions that I will post later on but it seems to be working. Although it is still generating some errors. Below is a sample:
Code: Select all
NameError: global name 'SMTPException' is not defined 11/12/2011 18:35:01 Error In Email Notification Function Traceback (most recent call last): File "moviegrabber.py", line 1936, in EmailNotify except SMTPException: NameError: global name 'SMTPException' is not defined 11/12/2011 18:35:01 Error In Newznab API Function Traceback (most recent call last): File "moviegrabber.py", line 3535, in RunDownloader EmailNotify(GlobalVars.email_download_status) File "moviegrabber.py", line 1942, in EmailNotify ErrorLogging("Email Notification Function") File "moviegrabber.py", line 1936, in EmailNotify except SMTPException: NameError: global name 'SMTPException' is not defined 11/12/2011 18:36:14 Error In Email Notification Function Traceback (most recent call last): File "moviegrabber.py", line 1936, in EmailNotify except SMTPException: NameError: global name 'SMTPException' is not defined 11/12/2011 18:36:14 Error In Newznab API Function Traceback (most recent call last): File "moviegrabber.py", line 3535, in RunDownloader EmailNotify(GlobalVars.email_download_status) File "moviegrabber.py", line 1942, in EmailNotify ErrorLogging("Email Notification Function") File "moviegrabber.py", line 1936, in EmailNotify except SMTPException: NameError: global name 'SMTPException' is not defined
Re: MovieGrabber - Completely Automated Movie Downloader
Here ya go.... http://screencast.com/t/xR6wIqJNbinhex wrote:hi roontoon, im assuming you do have email notification switched on yes?, if so please can you post a screenshot of configuration/email, obviously blocking out anything sensitive.
Re: MovieGrabber - Completely Automated Movie Downloader
ok from your screenshot it shows your isp's mail server is road runner, ive done a few google searches and came up with this link:-roontoon wrote:Here ya go.... http://screencast.com/t/xR6wIqJNbinhex wrote:hi roontoon, im assuming you do have email notification switched on yes?, if so please can you post a screenshot of configuration/email, obviously blocking out anything sensitive.
http://www.derekunderwood.com/general-c ... r-network/
it basically states that you would need to set the username to your email address (including @ symbol), password for your account, use port 587 and set ssl to No, this should then work correctly.
binhex.
Re: MovieGrabber - Completely Automated Movie Downloader
I don't have to use a username and password for any of my clients that use this SMTP server. Also I am within the network so it makes it unnecessary. The article you referred to is if I was traveling and outside of the network and wanted to use that SMTP server then and only then is it necessary to authenticate with a username and password. This is by design to prevent SMTP relays.
Re: MovieGrabber - Completely Automated Movie Downloader
hmm ok, it might be the fact you are faking your from address and thus its being denied, try setting your from address to your actual email address.