mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
TorrentLeech Age is negative #419
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rouzax on GitHub (Dec 18, 2021).
Is there an existing issue for this?
Current Behavior
The results for TorrentLeech are shown with a negative Age.

Example from the first result.

Expected Behavior
Show the correct age
Steps To Reproduce
No response
Environment
What branch are you running?
Develop
Trace Logs?
@bakerboy448 commented on GitHub (Dec 18, 2021):
Based on the logs this was just an empty query.
cannot reproduce this currently
going to need logs of the indexer response or specific steps to reproduce this
Also what timezone on your PC / what timeszone configured in TL's site?
@Rouzax commented on GitHub (Dec 18, 2021):
It wasn't an empty query I searched for
test.Timezone Prowlarr: Europe\Amsterdam
Timezone Torrentleech: UTC
EDIT: Just changed TorrentLeech to Europe\Amsterdam
Still the same result
@bakerboy448 commented on GitHub (Dec 18, 2021):
Your query link
https://www.torrentleech.org/torrents/browse/list/exact/1/query/test/orderby/added/order/descMy query link
https://www.torrentleech.org/torrents/browse/list/exact/1/query/test/orderby/added/order/descCannot reproduce at all.
test@bakerboy448 commented on GitHub (Dec 18, 2021):
Given the same query is being made and yet somehow is giving completely different results - this seems like a site issue or something specific to your profile and not a prowlarr issue
@Rouzax commented on GitHub (Dec 18, 2021):
Tested with
The Witcherhere is the Trace log again
It only happens with Torrentleech all other 11 indexers look good
EDIT:
That is my fault 😄 the screenshot and the trace log were not with the same query, which in hindsight is a bit stupid
@bakerboy448 commented on GitHub (Dec 18, 2021):
Still cannot reproduce
need the indexer response logged as previously stated - see the wiki for how to provide that
@Rouzax commented on GitHub (Dec 18, 2021):
Query
The WitcherEnhanced Indexer Logging
@Rouzax commented on GitHub (Dec 18, 2021):
Really weird looking at that first result
The response looks good but it is shown as this

@Rouzax commented on GitHub (Dec 18, 2021):
Did the same search and now with relative times off:

But it looks like the search does not look at that setting

@Qstick commented on GitHub (Dec 18, 2021):
This is likely due to time zone assumptions given the response includes no zone.
@Rouzax commented on GitHub (Dec 21, 2021):
Just checking, do you need anything more from me?
@bakerboy448 commented on GitHub (Dec 21, 2021):
anything we can do with this at all? I'm guessing we assume UTC if none is specified and then convert/display as local?
@Rouzax commented on GitHub (Dec 22, 2021):
Would that account for the weird age?
If you look at that single example the release was from
2020-12-07 20:53:10while the age is displayed as -346 minutes.@Qstick commented on GitHub (Dec 30, 2021):
If we know the timezone from TL is always xxxx (fill this in), we can parse as that timezone.