Transmission will not load any torrents

Asked by Catherine Austria

As the titile suggests, Transmission won't load any torrents from Cylon Linux 32-bit. I will try to upload an image shot of the message log.

Direct Link:
http://s29.postimg.org/o6d1mzz9z/Screenshot_from_2014_06_04_14_54_01.png

Image:

[url=http://postimg.org/image/4br00vk2b/][img]http://s29.postimg.org/4br00vk2b/Screenshot_from_2014_06_04_14_54_01.jpg[/img][/url]

what do i do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu transmission Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy transmission

Thanks

Revision history for this message
Catherine Austria (azureskyline28) said :
#2

I inputed it in the terminal and this is what showed up.

james@james-laptop:~$ lsb_release -a; uname -a; apt-cache policy transmission
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
Linux james-laptop 3.2.0-63-generic-pae #95-Ubuntu SMP Thu May 15 23:26:11 UTC 2014 i686 i686 i386 GNU/Linux
transmission:
  Installed: (none)
  Candidate: 2.51-0ubuntu1.3
  Version table:
     2.51-0ubuntu1.3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe i386 Packages
        500 http://us.archive.ubuntu.com/ubuntu/ precise-security/universe i386 Packages
     2.51-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
james@james-laptop:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

You don't have transmission installed. If you run:

sudo apt-get install transmission

It will install

Revision history for this message
Catherine Austria (azureskyline28) said :
#4

I did install Transmission, I've done it several times. Still not loading any torrents.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

If you run it from a terminal, the output may give clues.

Revision history for this message
Catherine Austria (azureskyline28) said :
#6

james@james-laptop:~$ sudo apt-get install transmission
[sudo] password for james:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  transmission
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 938 B of archives.
After this operation, 21.5 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe transmission all 2.51-0ubuntu1.3 [938 B]
Fetched 938 B in 0s (11.6 kB/s)
Selecting previously unselected package transmission.
(Reading database ... 281412 files and directories currently installed.)
Unpacking transmission (from .../transmission_2.51-0ubuntu1.3_all.deb) ...
Setting up transmission (2.51-0ubuntu1.3) ...
james@james-laptop:~$

that's what it said. Still won't load torrents.

Revision history for this message
Catherine Austria (azureskyline28) said :
#7

UPDATE!

So i tried installing both the Transmission Client and Transmission GUI from the Ubuntu Software Center and installed the system updates that I had been putting off for a while now, and it worked! The torrent can be seen from both the client and GUI version of Transmission. I dunno what happened, maybe both the install and updates helped.

Thank you to andrew-woodhead666 for the constant feedback!

Tip! Try to load a torrent that you know isn't corrupt, I discovered that one of my torrents that I was trying won't load cause it's corrupted for some reason.

Revision history for this message
Catherine Austria (azureskyline28) said :
#8

Thanks actionparsnip, that solved my question.