Giter Club home page Giter Club logo

Comments (6)

hirenshah avatar hirenshah commented on June 11, 2024 3

I just noticed the same errors and found that it only occurs after disabling "Check for Tautulli Updates" and also results in the "TAUTULLI SCHEDULED TASKS" section breaking. If I re-enable "Check for Tautulli Updates" everything is fine again.

2024-01-06 11:13:21 - INFO    :: CP Server Thread-9 : Retrieving latest version information from GitHub
2024-01-06 11:13:21 - DEBUG   :: CP Server Thread-9 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2024-01-06 11:13:22 - INFO    :: CP Server Thread-14 : Tautulli Config :: Writing configuration to file
2024-01-06 11:13:22 - DEBUG   :: CP Server Thread-9 : Latest version is d019efcf911b4806618761c2da48bab7d04031ec
2024-01-06 11:13:22 - INFO    :: CP Server Thread-9 : Tautulli is up to date
2024-01-06 11:13:45 - INFO    :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2024-01-06 11:13:45 - INFO    :: CP Server Thread-12 : Removed background task: Check GitHub for updates
2024-01-06 11:13:46 - ERROR   :: CP Server Thread-7 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:13:46 - INFO    :: CP Server Thread-15 : Tautulli Config :: Writing configuration to file
2024-01-06 11:14:32 - INFO    :: CP Server Thread-15 : Tautulli Config :: Writing configuration to file
2024-01-06 11:14:33 - INFO    :: CP Server Thread-15 : Re-scheduled background task: Check for Plex updates
2024-01-06 11:14:33 - INFO    :: CP Server Thread-15 : Re-scheduled background task: Refresh users list
2024-01-06 11:14:33 - INFO    :: CP Server Thread-15 : Re-scheduled background task: Refresh libraries list
2024-01-06 11:14:34 - ERROR   :: CP Server Thread-14 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:14:35 - INFO    :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2024-01-06 11:14:37 - INFO    :: CP Server Thread-11 : Tautulli Config :: Writing configuration to file
2024-01-06 11:14:38 - ERROR   :: CP Server Thread-7 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:14:39 - INFO    :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2024-01-06 11:15:07 - ERROR   :: CP Server Thread-14 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:15:10 - INFO    :: CP Server Thread-11 : Tautulli Config :: Writing configuration to file
2024-01-06 11:18:26 - INFO    :: CP Server Thread-15 : Tautulli Config :: Writing configuration to file
2024-01-06 11:18:26 - INFO    :: CP Server Thread-15 : Scheduled background task: Check GitHub for updates
2024-01-06 11:18:28 - INFO    :: CP Server Thread-9 : Tautulli Config :: Writing configuration to file
2024-01-06 11:18:45 - INFO    :: CP Server Thread-6 : Tautulli Config :: Writing configuration to file
2024-01-06 11:18:56 - INFO    :: CP Server Thread-13 : Tautulli Config :: Writing configuration to file
2024-01-06 11:18:56 - INFO    :: CP Server Thread-13 : Removed background task: Check GitHub for updates
2024-01-06 11:18:56 - ERROR   :: CP Server Thread-12 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:18:58 - INFO    :: CP Server Thread-9 : Tautulli Config :: Writing configuration to file
2024-01-06 11:19:01 - ERROR   :: CP Server Thread-13 : WebUI :: Mako template render error: 'NoneType' object has no attribute 'next_run_time'
Traceback (most recent call last):
  File "/app/plexpy/webserve.py", line 143, in serve_template
    return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  File "/app/lib/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/app/lib/mako/runtime.py", line 874, in _render
    _render_context(
  File "/app/lib/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/app/lib/mako/runtime.py", line 938, in _exec_template
    _render_error(template, context, compat.exception_as())
  File "/app/lib/mako/runtime.py", line 948, in _render_error
    result = template.error_handler(context, error)
  File "/app/lib/mako/runtime.py", line 936, in _exec_template
    callable_(context, *args, **kwargs)
  File "scheduler_table_html", line 35, in render_body
AttributeError: 'NoneType' object has no attribute 'next_run_time'
2024-01-06 11:19:04 - INFO    :: CP Server Thread-7 : Tautulli Config :: Writing configuration to file
2024-01-06 11:19:10 - INFO    :: CP Server Thread-15 : Tautulli Config :: Writing configuration to file
2024-01-06 11:19:10 - INFO    :: CP Server Thread-15 : Scheduled background task: Check GitHub for updates
2024-01-06 11:19:11 - INFO    :: CP Server Thread-14 : Tautulli Config :: Writing configuration to file

from tautulli.

JonnyWong16 avatar JonnyWong16 commented on June 11, 2024

Incomplete logs.

from tautulli.

github-actions avatar github-actions commented on June 11, 2024

👋 @zer0de-r00tSec, please edit your issue to complete the template with all the required info. Your issue will be automatically closed in 5 days if the template is not completed. Thanks.

from tautulli.

zer0de-r00tSec avatar zer0de-r00tSec commented on June 11, 2024

u rly want 4,5MB Log file pasted her?
this part is not enought?

from tautulli.

JonnyWong16 avatar JonnyWong16 commented on June 11, 2024

Yes.

from tautulli.

imran0 avatar imran0 commented on June 11, 2024

I can confirm I also experience the same error raised by the OP. Using @hirenshah's workaround has fixed the issue.

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.