Trying to receive nzb from omgwtfnzb api

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: Trying to receive nzb from omgwtfnzb api

Post by dnmm »

Thats strange.

I did as you recommended, also i checked with grep -irn jcfp /etc/apt/ and i have this result:

Binary file /etc/apt/trusted.gpg matches
/etc/apt/sources.list:5:deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
/etc/apt/sources.list:6:deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main

So it seems ok, didn´t it?

But when i run sabnzbdplus --version i still have sabnzbdplus-0.7.18

Of course i did the apt-get update and upgrade commands but they didn´t change a thing. Is it because i have this error at my apt-get update command?

W: Duplicate sources.list entry https://apt.sonarr.tv/ master/main armhf Packages (/var/lib/apt/lists/apt.sonarr.tv_dists_master_main_binary-armhf_Packages)
W: You may want to run apt-get update to correct these problems
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Trying to receive nzb from omgwtfnzb api

Post by sander »

Post the contents of /etc/apt/sources.list

Here's mine:

Code: Select all

pi@raspberrypi ~ $ cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: Trying to receive nzb from omgwtfnzb api

Post by dnmm »

In the meantime i´ve fixed the duplicate issue.

But here is my result of /etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ jessie main$
# Uncomment line below then 'apt-get update' to enable 'apt-$
deb-src http://archive.raspbian.org/raspbian/ jessie main co$
#Source repository
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Trying to receive nzb from omgwtfnzb api

Post by sander »

Ah, you use jessie.

According to https://forums.sabnzbd.org/viewtopic.ph ... 844#p60238 the correct ppa line is with "trusty". So: remove the ppa line with "precise" in it. Save & exit, and run update/upgrade again. Post the output here.
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: Trying to receive nzb from omgwtfnzb api

Post by dnmm »

--nzbversion still shows the old version
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Trying to receive nzb from omgwtfnzb api

Post by sander »

Please read my post very closely and act accordingly ...
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Trying to receive nzb from omgwtfnzb api

Post by jcfp »

As usual, major version upgrades of sab make code changes and add features that result in dependency changes. And thus require the use of apt-get dist-upgrade rather than just upgrade.
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: Trying to receive nzb from omgwtfnzb api

Post by dnmm »

Which post should i read accordingly sander? Your last post in this thread itself, or the link within your last post? I am confused
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Trying to receive nzb from omgwtfnzb api

Post by sander »

dnmm wrote:Which post should i read accordingly sander? Your last post in this thread itself, or the link within your last post? I am confused
Take the shortcut adviced by jcfp himself:

Code: Select all

sudo apt-get dist-upgrade
... and check the sabnzbd --version again.
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: Trying to receive nzb from omgwtfnzb api

Post by dnmm »

i did following steps:

sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get upgrade

sabnzbdplus --version
(outcome)

sabnzbdplus-0.7.18

Copyright (C) 2008-2013, The SABnzbd-Team <[email protected]>
SABnzbd comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. It is licensed under the
GNU GENERAL PUBLIC LICENSE Version 2 or (at your option) any later version.

In my /etc/apt/sources.list is this exact content:

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
#Source repository
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main

and when i check for ppa i did this:

$ sudo grep -irn jcfp /etc/apt/
Binary file /etc/apt/trusted.gpg matches
/etc/apt/sources.list:5:deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main

What am i missing?
Post Reply