Closed mcaron1234 closed 7 years ago
Do you have a usenet client enabled for mylar?
It might be erroring out on wwt/dem/TPSE - can you put mylar into verbose mode and try the search again. I can't tell if it's trying to use an empty search result or its assuming there isn't one for some reason.
Sorry for my delay in getting back to you.
No I don't have any usenet clients (I only use torrents). Sorry that log snippet I posted above wasn't in verbose mode. Here is a new log in verbose: http://pastebin.com/RdGfJLZU
That log is with -- git build 44a92cacec2f864d4029030727e48e8fb00b3722
Well the problem is that the experimental search option is for nzbs (usenet) - so it's erroring out due to not being able to find the necessary usenet client information. I'll have to address this in an upcoming commit, but in the meantime the simple solution is to just disable the experimental search, save the config, and restart mylar do the new settings take effect properly.
I didn't realize experimental search was just for usenet.
I have unchecked that option, saved the config and restarted mylar. The option shows as unchecked in the UI but when I do a manual search I am still getting the uncaught exception error. Here is a new log: http://pastebin.com/zmfb8U1J
I just realized that a number of those manual searches in the above posted logs, actually have results on 32P which aren't being found. For sure Paper Girls 12 and The Woods 30 are on 32P but aren't being found by Mylar. Can I give you any more info to help you track this down?
It probably is dependent on what mode you're using with 32p and mylar. For backlog searches and to use proper backend searching, you need to use auth mode for 32p.
If you're just using legacy mode, it will only search against the Rss feeds that you have when mylar is running (if you don't have individual feeds setup at 32p, then it just monitors the main rss feed so it's possible that it's been missed)
I have always used auth mode with 32P, so in this case that's not the issue.
Here is another log with the uncaught exception error and not finding a result from 32P which is present on the site: http://pastebin.com/8CUBc3hp
Thanks for your help with this!
Well it's finding the issue(s) according to the log (and based on my quick tests, I was able to pull from those issues with no problems), it's just erroring out for some reason. There's a few things to note:
Not sure if that will fix your exact problems, but the commit that just went up will fix the problem with the blackhole method being enabled (which is only for usenet), and search results being returned from torrent sites. Based on what I could gather, it would appear that you would need this fix based on your settings - but again, until you actually test it, we won't know for sure ...
Weird. Yeah, for some reason I can't connect to github (this is a new error). Can I just shutdown Mylar and go to the install directory and due a "git pull origin development"?
As long as your git is on dev (git status will show your active branch), you should be able to do just a 'git pull', but to your question yes, you can manually pull from the installation directory.
OK so I did a manual git pull and was able to update to the latest commit.
To answer your questions I am using the watchdir method for torrents, but have the blackhole method checked for usenet. I don't see a way to not select anything for usenet. Here is my config.ini (suitably redacted, of course): http://pastebin.com/diYT65g4
Here is the log: http://pastebin.com/b0MrASRU
Ok, latest dev commit should fix the error you're gettng now (different than the initial one and due to my first patch)...
And it wasn't that you had an option toggled with usenet, it was actually due to using the black hole method for usenet and using torrents as well (using both are normal so that's not unheard of). Simply selecting any other usenet option than the black hole would stop that error.
I should really add in a toggle box to enable/disable usenet/torrents in a simpler manner than what it currently is.
Yes! Now things are downloading correctly, and the uncaught exception error is gone. Thanks so much!
Any idea why I Mylar can't connect to github? I just checked and headphones running on the same machine is able to connect to github.
Sometimes if you restart mylar alot it checks github on every startup - you might have just triggered some anti-hammering thing they have and it will start to work again within the hr.
Otherwise, if you were doing git commands from the repo it's possible you switched the git branch to a localized repo and it's messing up finding the correct one against github now.
The only fix that I can think of if it's that is to do a clean install tho (backup your config.ini, mylar.db and entire cache folder first so that you can move it back after a reinstall and resume normal operation).
I'm seeing an uncaught exception error in the log often when I do a manual search and no results are found. Here ismy version info:
I suspect this may be normal when no results arte found, but thought I would post it here in case it is due to a bug. As always, thanks for the great work on Mylar.