Giter Club home page Giter Club logo

Comments (8)

jpoggi avatar jpoggi commented on June 1, 2024 2

Ok not a problem with Tautulli directly but the database.

Solution found on Discord.

DROP TABLE notify_log

Thanks @JonnyWong16

from tautulli.

garrettben avatar garrettben commented on June 1, 2024 1

@JonnyWong16 Thanks, I only checked open issues before I opened mine, will check closed next time. Fixed with DROP TABLE notify_log

from tautulli.

jpoggi avatar jpoggi commented on June 1, 2024

I have rollback to the previous version used, v2.13.1 and the container is correctly starting.

By the way the commit hash is from the previous version too, I can't get it from the latest version as the container crash.

from tautulli.

JonnyWong16 avatar JonnyWong16 commented on June 1, 2024

https://discord.com/channels/183396325142822912/1161326470040395807/1161382647352803409

from tautulli.

fryfrog avatar fryfrog commented on June 1, 2024

This sorted me out too, thanks!

from tautulli.

bitchkat avatar bitchkat commented on June 1, 2024

I fixed it a separate way before seeing this issue

`def qualify_notifier(notifier):
return 'notifiers.' + notifier

def get_notifiers(notifier_id=None, notify_action=None):
notify_actions = get_notify_actions()
notify_actions = map(qualify_notifier, notify_actions)
`
Note: I'm not a python expert by any means so I'm sure that can be simplified.

from tautulli.

JamminR avatar JamminR commented on June 1, 2024

I'm not running Python or SQL.
I'm running the Tautulli Win exe.
How does someone with the above statements fix this error other than running an old version?
I clicked the discord link and this appears -
image
Do we wait until a new release is compiled?

from tautulli.

JonnyWong16 avatar JonnyWong16 commented on June 1, 2024

Use DB Browser for SQLite.

from tautulli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.