Page 1 of 1

Unexpected response: <h1>401: Unauthorized</h1>Unauthor

Posted: Sat Jul 04, 2015 3:46 pm
by xpdin
Hi,

I am a Linux very beginner.

I use Lubuntu-core (Minimal Install) maybe this could cause some of the beyond issues.

I have just installed Transmission like that:

Code: Select all

sudo add-apt-repository ppa:transmissionbt/ppa
The above command wasn't accepted from the beginning, I had to install phyton software(something like that)...

Code: Select all

sudo apt-get update
sudo apt-get install transmission-cli transmission-common transmission-daemon
Change user with my username:

Code: Select all

cd /home/user/Downloads
mkdir transmission
cd transmission
mkdir completed incomplete torrents

Code: Select all

sudo usermod -a -G debian-transmission user

Code: Select all

sudo chgrp -R debian-transmission /home/user/Downloads/transmission

Code: Select all

sudo chmod -R 775 /home/user/Downloads/transmission
When I use :

Code: Select all

transmission-remote --add the link to the torrent
it appears:

Code: Select all

Unexpected response: <h1>401: Unauthorized</h1>Unauthorized Usern
If it could help you these:

Code: Select all

 ps aux | grep transmission
debian-+   550  0.0  0.1  31280  2956 ?        Ssl  13:35   0:00 /usr/bin/transmission-daemon -f --config-dir /var/lib/transmission-daemon/info
root      1960  0.0  0.0   4676   828 pts/0    S+   13:46   0:00 grep --color=auto transmission

Code: Select all

ps aux | grep transmission
debian-+   550  0.0  0.1  31280  2956 ?        Ssl  13:35   0:00 /usr/bin/transmission-daemon -f --config-dir /var/lib/transmission-daemon/info
root      1966  0.0  0.0   4676   824 pts/0    S+   13:49   0:00 grep --color=auto transmission
Thank you for your help.

Re: Unexpected response: <h1>401: Unauthorized</h1>Unauthorized UsernUnexpected response: <h1>401: Unauthorized</h1>Unau

Posted: Sun Jul 05, 2015 10:06 am
by xpdin
Excuse me x190,

I am a very beginner user...

Because I use a old computer I would like to use transmission from the terminal...

I've tried to understand what are those commands from the two links, but I couldn't understand what should I do..

Can you explain me please what should I try to do ?

Thank you.

Re: Unexpected response: <h1>401: Unauthorized</h1>Unauthor

Posted: Sun Jul 05, 2015 6:21 pm
by xpdin
Thank you x190,

/var/lib/transmission-daemon/info/settings.json

When I try to open with Leafpad, permission denied, or to upload to any online hosting's website, it doesn't work, or on https://www.jsoneditoronline.org/ it is not working too...

Thanks.