question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Schedule" tag does not appear to function

See original GitHub issue

Hi there,

I’ve got an issue with the scheduling functionality in PMM. I have an entry for a movie collection on tmdb:

   Berserk Golden Age Arc Collection:
     tmdb_collection: 118415
     sort_title: 00 - 10 - Collections - Berserk
     sync_mode: sync
     schedule: monthly(1)
     summary: Berserk Golden Age Arc is a series of films covering the backstory of the manga Berserk.
     collection_order: release

The collection creates properly if i comment out the “schedule” tag, but if it’s uncommented i get this in the log:

[2021-02-25 17:21:33,225] [util.py:637]               [INFO]     |====================================================================================================|
[2021-02-25 17:21:33,226] [util.py:639]               [INFO]     |                            Berserk Golden Age Arc Collection Collection                            |
[2021-02-25 17:21:33,226] [util.py:640]               [INFO]     |====================================================================================================|
[2021-02-25 17:21:33,226] [config.py:370]             [INFO]     |                                                                                                    |
[2021-02-25 17:21:33,226] [util.py:594]               [DEBUG]    | Traceback (most recent call last):                                                                 |
                                                                 |   File "/modules/config.py", line 374, in update_libraries
                                                                 |     builder = CollectionBuilder(self, library, c, collections[c])
                                                                 |   File "/modules/builder.py", line 141, in __init__
                                                                 |     self.schedule += "\nScheduled monthly on the {}".format(util.make_ordinal(param))
                                                                 | TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
                                                                 |
[2021-02-25 17:21:33,227] [config.py:377]             [ERROR]    | unsupported operand type(s) for +=: 'NoneType' and 'str'
[2021-02-25 17:21:33,227] [config.py:368]             [INFO]     |

Is this a bug or am i doing something wrong?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jfeesercommented, Feb 26, 2021

Awesome. Thanks for the quick turnaround!

1reaction
doctarrwhocommented, Feb 26, 2021

If you’re using unraid, you can specify the branch in the UI like this:

image

When no branch is specified (it would show meisnate12/plex-meta-manager), which means it defaults to latest

Read more comments on GitHub >

github_iconTop Results From Across the Web

"started_tags" and "stopped_tags" not being set on scheduled ...
I've just setup the AWS Instance Scheduler and configured a single instance with a "Schedule" Tag to test it out. The schedule seems...
Read more >
schedule module Python error in schedule.clear(tag)
I get an error saying that schedule.clear(tagname) takes 0 positional argument, but 1 was given. The thing is, I wanna clear just the...
Read more >
Door Tag/Schedule Issue - Revit Products - Autodesk Forums
Solved: I am fairly new to Revit, and am working on creating a door schedule. I created a pocket door family, and inserted...
Read more >
Assigning Tags - When I Work Help Center
Tags are not visible to employees. When a shift has tags assigned, an employee must be assigned all tags present in the shift...
Read more >
How do I use Instance Scheduler with CloudFormation ... - AWS
I want to use AWS Instance Scheduler with AWS CloudFormation to schedule Amazon Elastic Compute Cloud (Amazon EC2) instances.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found