Giter VIP home page Giter VIP logo

docker-sabnzbd's People

Contributors

lonix avatar omgimalexis avatar sparklyballs avatar technosoft2000 avatar

Watchers

 avatar  avatar

docker-sabnzbd's Issues

Sabnzbd container chrashed

Hi,
ich wollte heute meinen Docker Container (latest) auf der Syno aktualisieren und beimStart des Containers chrashed Sabnzbd bei einem Modul namens "puremagic" und läuft dadurch in einer Reboot Schleife.

Upgrade Python to 3.X

First a Happy New Year!

nzbToMedia does not work anymore due to Python 2.7 EOL:

Please use a newer version of Python.
Python End-of-Life for current versions:
v2.7 in    0 days
v3.5 in  256 days
v3.6 in  722 days
v3.7 in 1273 days
v3.8 in 1748 days
Python 2.7 is no longer supported.

Please upgrade Python to 3.X

Update - quick Workaround:

Edit eol.py in scripts folder

PYTHON_EOL = {
    ...
    (2, 7): date('2020-01-01'),
    ...
}

to

PYTHON_EOL = {
    ...
    (2, 7): date('2025-01-01'),
    ...
}

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.