October 10, 201312 yr Updated to fix the path, thanks for the heads up. I tried to test all of the pull requests to catch anything but it appears I forgot one thing...my installation is on a disk so it never had to install, so I never ran into that issue! Perfect, i added a line in my go script to manually install python 2.7.3 that this plg downloads because for some reason it wasn't installing on its own, perhaps another plugin is installing 2.6.6 after 2.7.3 is installed. Anyways, added that in, all good. Thx!
October 10, 201312 yr I'm also having a python issue. When I install the megasearch plug in it installs the 2.7 python build and operates as I expect. After awhile the newsnab providers stop working and it stops showing trending. On restart the logs show that the 2.7 python gets deleted, and the app still doesn't function correctly until I reinstall with 2.7 python and then the cycle continues. Also Couchpotato didn't seem to get any results from NZB Megasearch but no error messages logged. So I guess something doesn't like python 2.7 and causes a conflict. Anyone else have this happen? I have SAB, CP, SB (older build with time zone support) and a not started version of NZBGet installed.
October 10, 201312 yr Just updated to your latest versions using python 2.7. Sab is working but Sickbeard web interface won't come up. Its up and running, it sent files to Sab but I can't get to the webpage for it. Also, are you going to update maraschino to the latest python? Can I just take the code from Sab to get it working? Thanks
October 10, 201312 yr Author I'll be working on it tonight hopefully. I need to figure out all of the issues surrounding the upgrade to 2.7 first
October 10, 201312 yr I had serious problems with plugin v 1.6.5 (Transmission), smb wouldn't start on my machine when I booted with the .plg in /config/plugins and it would never actually 'start' when I used the plg settings pane. I'm almost sure I controlled for everything else that could have caused the problem, is anybody else is having such a problem with the new .plg?
October 11, 201312 yr Author I have reverted the entire branch to before I pushed the new packages. If everyone will update their plug-ins and reboot it should get you back into working order until I can chase down these dependency issues.
October 11, 201312 yr I had serious problems with plugin v 1.6.5 (Transmission), smb wouldn't start on my machine when I booted with the .plg in /config/plugins and it would never actually 'start' when I used the plg settings pane. I upgraded a bunch of plugins last night and was having the same issue... finally worked out the the new Transmission plugin was the cause. The syslog was indicating that SMB wasn't starting as Libsasl2.so.3 couldn't be found....
October 11, 201312 yr I don't use transmission, but I found that adding this line to the GO script in /boot/config/ made sure python remained installed for me (for CP). installpkg /boot/packages/python-2.7.3-i686-5PTr.txz You should have that txr file downloaded already if you use CP, otherwise Google it, d/l it and throw it in there. I think it was installing but another plugin was installing an older version after and 2.7 was either getting gobbled up or removed.
October 11, 201312 yr @Influencer many plugins from your repo still need merage version of packages and source (in one has new python, second old, this same with other packages like zlib etc.)
October 11, 201312 yr Will do, and sorry for not saying this in my previous post, it's nice to have you back, hope everything is well! I have reverted the entire branch to before I pushed the new packages. If everyone will update their plug-ins and reboot it should get you back into working order until I can chase down these dependency issues.
October 13, 201312 yr Hah, i was wondering why SMB had completely died on a new build. Is the master branch up to date now?
October 14, 201312 yr I have been loving nzbmegasearch but have been running into problems getting it running on reboots, and keeping my configuration. (Due to the reasons announced earlier in this thread.) I made two simple changes and it has made my life a lot easier. I added this to /boot/config/go so python 2.7 will be installed at boot up... /sbin/upgradepkg --install-new /boot/packages/python-2.7.3-i686-5PTr.txz Then I created the directory /mnt/cache/apps/nzbmegasearch/ and added the following ln line in /boot/config/plugins/nzbmegasearch_unplugged.plg git clone https://github.com/pillone/usntssearch.git usntssearch cp -Rfu /tmp/usntssearch/NZBmegasearch/* $INSTALLDIR rm -Rf /tmp/usntssearch chmod -R 777 "$INSTALLDIR" chown -R $RUNAS:users "$INSTALLDIR" ln -s /mnt/cache/apps/nzbmegasearch/custom_params.ini $INSTALLDIR/custom _params.ini sleep 3 It's a little bit of a hack, but easily maintainable and supportable.
October 15, 201312 yr Author I have been loving nzbmegasearch but have been running into problems getting it running on reboots, and keeping my configuration. (Due to the reasons announced earlier in this thread.) I made two simple changes and it has made my life a lot easier. I added this to /boot/config/go so python 2.7 will be installed at boot up... /sbin/upgradepkg --install-new /boot/packages/python-2.7.3-i686-5PTr.txz Then I created the directory /mnt/cache/apps/nzbmegasearch/ and added the following ln line in /boot/config/plugins/nzbmegasearch_unplugged.plg git clone https://github.com/pillone/usntssearch.git usntssearch cp -Rfu /tmp/usntssearch/NZBmegasearch/* $INSTALLDIR rm -Rf /tmp/usntssearch chmod -R 777 "$INSTALLDIR" chown -R $RUNAS:users "$INSTALLDIR" ln -s /mnt/cache/apps/nzbmegasearch/custom_params.ini $INSTALLDIR/custom _params.ini sleep 3 It's a little bit of a hack, but easily maintainable and supportable. I'll add that in, its a good workaround until more options are added to nzbmegasearch
October 15, 201312 yr I'll add that in, its a good workaround until more options are added to nzbmegasearch Excellent! I am glad you liked it.
October 17, 201312 yr looking forward to nzbdrone. i'll be testing it out on windows to see how it compares to sickbeard.
October 17, 201312 yr Author Influencer, has this been added yet? I want to give it a shot Are you talking about nzbmegasearch? If so yes it is added and updated with the symlink. I haven't had time to look at the updated packages yet to be able to push that to master. I'm afraid upgrading python will cause too many issues right now unless every plug-in upgrades, not just mine.
October 19, 201312 yr After installing the nzbmegsearch plugin, the Port field in Settings has the word "CLUE" in it. Everytime I try and change it, it just reverts back to CLUE. I already use Port 5000 for something else, so I need to change the default in there. Any ideas as to CLUE keeps populating? Thanks
October 19, 201312 yr Author No CLUE. Really its there from testing, the port can't be changed from the GUI right now. I forgot about it, will try to look at it tonight. The app is still in its infancy and doesn't have as many command line options as other apps so ill have to set it in the config file
October 20, 201312 yr Author The plug-in currently installs 2.76, 2.82 is the latest but there were issues when the plug-in was updated. I still need to test to see where the issue came from.
October 21, 201312 yr Does anyone else have issues of SABnzbd not repairing correctly? It does not seem to download all the pars needed for the repair. If I manually download the pars and drop it into the folder that needs repairing and select repair in SAB it works fine.
October 22, 201312 yr hi influencer, is there a chance to get sickbeard downloading subtitles? can you take a look? https://github.com/midgetspy/Sick-Beard/pull/185 http://bitcube.bitbucket.org/install.html thank you in advance, keep up the amazing work
Archived
This topic is now archived and is closed to further replies.