Skip to content

[change] Remove tracking from series plugin#3679

Merged
gazpachoking merged 8 commits intodevelopfrom
series_remove_tracking
Aug 17, 2023
Merged

[change] Remove tracking from series plugin#3679
gazpachoking merged 8 commits intodevelopfrom
series_remove_tracking

Conversation

@paranoidi
Copy link
Copy Markdown
Member

Motivation for changes:

Tracking previously as is made it impossible to discover sequence based episodes since searching 1 resulted episodes 10, 11, etc accepted. Then episode 2 was rejected because being too much in the past.

Detailed changes:

The tracking is replaced by relying on begin which can be set from CLI and via plugins. This should work better overall. Fixed couple probably bugs while at it.

@paranoidi
Copy link
Copy Markdown
Member Author

I'm running this for a while locally before merging

@gazpachoking
Copy link
Copy Markdown
Member

I'm good with it 👍

@gazpachoking gazpachoking merged commit a7da2c7 into develop Aug 17, 2023
and update the version again for continued development.
"""
__version__ = '3.8.8.dev'
__version__ = '3.9.dev'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.9 is invalid on semver that broke the web interface.

This is from the browser console:

TypeError: Invalid Version: 3.9
    l semver.js:41
    exports compare.js:3
    exports gt.js:2
    Ot Version.tsx:25
    React 7
    unstable_runWithPriority scheduler.production.min.js:18
    React 5
    e hooks.tsx:10
    u runtime.js:45
    _invoke runtime.js:271
    t runtime.js:97
    bt main.cce4d52f6988bfadab4f.js:1
    i main.cce4d52f6988bfadab4f.js:1
    promise callback*bt main.cce4d52f6988bfadab4f.js:1
    i main.cce4d52f6988bfadab4f.js:1
    e main.cce4d52f6988bfadab4f.js:1
    e main.cce4d52f6988bfadab4f.js:1
    yt hooks.tsx:7
    yt hooks.tsx:13
    React 2
    unstable_runWithPriority scheduler.production.min.js:18
    React 4
    unstable_runWithPriority scheduler.production.min.js:18
    React 5
    e Login.tsx:17
    u runtime.js:45
    _invoke runtime.js:271
    t runtime.js:97
    $ 14.18cf3ab07df2cff9c980.js:1
    i 14.18cf3ab07df2cff9c980.js:1
    promise callback*$ 14.18cf3ab07df2cff9c980.js:1
    i 14.18cf3ab07df2cff9c980.js:1
    e 14.18cf3ab07df2cff9c980.js:1
    e 14.18cf3ab07df2cff9c980.js:1
    default Login.tsx:14
    default Login.tsx:20
    React 2
    unstable_runWithPriority scheduler.production.min.js:18
    React 4
    unstable_runWithPriority scheduler.production.min.js:18
    React 2
    V scheduler.production.min.js:17
    onmessage scheduler.production.min.js:14
    EventHandlerNonNull* scheduler.production.min.js:13
    Webpack 14

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added a note in our version file so that we hopefully remember next time. A new release will come out tomorrow and fix the issue.

@gazpachoking gazpachoking deleted the series_remove_tracking branch August 30, 2023 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants