Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File is seeded but still shows it downloading #104

Closed
Mazmol opened this issue May 19, 2020 · 6 comments · Fixed by #118
Closed

File is seeded but still shows it downloading #104

Mazmol opened this issue May 19, 2020 · 6 comments · Fixed by #118
Assignees
Labels
bug Something isn't working

Comments

@Mazmol
Copy link

Mazmol commented May 19, 2020

https://i.imgur.com/ioXqU39.png
https://i.imgur.com/dOTMjRq.png

@iam4x
Copy link
Owner

iam4x commented May 20, 2020

Hi @Mazmol, this is definitely a bug, could you go on http://localhost:4000/jobs and tell me if there's an error under rename_and_link job?

Example:
image

@iam4x iam4x self-assigned this May 20, 2020
@iam4x iam4x added the bug Something isn't working label May 20, 2020
@Mazmol
Copy link
Author

Mazmol commented May 21, 2020

there is not but will try to recreate the bug and then showcase in a video

@iam4x
Copy link
Owner

iam4x commented May 22, 2020

Sure, can you tell me what is your configuration of jackett and what file you tried to download ? Maybe I can reproduce as well 👍

@mune360
Copy link

mune360 commented Jun 3, 2020

Hi !
I've had the same problem with movies. The movies has been download, but doesn't show up in the web page.
The "rename_link" has not been done and it didn't generate any errors.

Ex. :

/bobarr/bobarr $ ls -la library/downloads/complete/The.Gentlemen.2020.720p.WEBRip.800MB.x264-GalaxyRG[TGx]
total 816372
drwxrwxr-x 2 ts ts 4096 Jun 2 17:34 .
drwxr-xr-x 6 ts ts 4096 Jun 2 21:11 ..
-rw-rw-r-- 1 ts ts 689 Jun 2 17:31 '[TGx]Downloaded from torrentgalaxy.to .txt'
-rw-rw-r-- 1 ts ts 835920663 Jun 2 17:34 The.Gentlemen.2020.720p.WEBRip.800MB.x264-GalaxyRG.mkv
-rw-rw-r-- 1 ts ts 148 Jun 2 17:31 The.Gentlemen.2020.720p.WEBRip.800MB.x264-GalaxyRG.srt

In the movie library :
/bobarr/bobarr $ ls -l library/movies/
total 4
drwxr-xr-x 2 root root 4096 Apr 15 14:02 'Ad Astra (2019)'

image

@mune360
Copy link

mune360 commented Jun 3, 2020

I believe I've found my problem, and don't know if anyone else have this issue...

  1. I've select from the "Discover" tab a new TV show call : "Home Before Dark"
    It didn't appear under tv show tab neither movie.

  2. from the postgres database I've find that :

bobarr=# SELECT * FROM movie;
id | tmdbId | title | state | createdAt | updatedAt
----+--------+------------------------------------+-------------+----------------------------+----------------------------
6 | 419704 | Ad Astra | processed | 2020-04-15 13:17:16.360094 | 2020-04-15 14:02:00.694528
8 | 98161 | Home Before Dark | searching | 2020-05-11 16:03:21.864162 | 2020-05-11 16:03:21.864162
7 | 618344 | Justice League Dark: Apokolips War | downloading | 2020-05-11 16:00:54.785007 | 2020-05-12 00:00:04.06861
12 | 69735 | Batman: Year One | downloading | 2020-06-02 17:08:53.348629 | 2020-06-02 17:24:05.720793
14 | 157336 | Interstellar | downloading | 2020-06-02 17:25:57.134032 | 2020-06-02 17:25:58.896786
15 | 522627 | The Gentlemen | downloading | 2020-06-02 17:26:26.136206 | 2020-06-02 17:26:28.005115
16 | 335984 | Blade Runner 2049 | missing | 2020-06-02 17:26:51.301765 | 2020-06-02 17:26:52.898256
(7 rows)

So, it has been inserted in the wrong content type, and because of that, the UI wasn't able to display correctly.

Solution : I've delete manually from the DB
bobarr=# DELETE FROM movie where id=8;

Now, the UI is back on track.

What work :

  • If I go to Search tab and enter the show name => click season ==> Download
    It will show in the UI under TV Show, not movie like the other.

So it seem that when we add a TV Show from Dicsover, it add the media in the wrong category.

Tx

@iam4x
Copy link
Owner

iam4x commented Jun 8, 2020

Hi @mune360 thank you for the details of the issue, I'll try to reproduce myself and fix this 👍

iam4x added a commit that referenced this issue Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants