#'Popular on Plex!' Collection Never Updates

1 messages · Page 1 of 1 (latest)

austere yarrow
#

Over about 4-5 months (maybe longer), the collection I created never seems to update, just retaining the same movies in the same order every time I run PMM.

  Popular on Plex!:
    template: { name: Chart, num: 1 }
    collection_order: custom
    tautulli_popular:
      list_days: 30
      list_size: 50
      list_buffer: 10
    tautulli_watched:
      list_days: 30
      list_size: 50
      list_buffer: 10
    summary: Popular Watches by Plex Users
    url_poster: "https://theposterdb.com/api/assets/201418"```

and the template code:
```  Chart:
    sort_title: +1_<<num>><<collection_name>>
    sync_mode: sync
    smart_label: added.desc
    collection_order: random```
wind pathBOT
#

Welcome @austere yarrow!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

austere yarrow
slim heart
#

Looks like there is an error related to collection order, I'd try removing collection_order from the collection and the template

austere yarrow
#

Thanks, I'll try that

austere yarrow
#

now i'm getting:

                                                                 |     raise Failed(f"{self.Type} Error: {method_final} requires Tautulli to be configured")          |
                                                                 | modules.util.Failed: Collection Error: tautulli_popular requires Tautulli to be configured         |
                                                                 |                                                                                                    |
[2023-08-24 12:59:41,438] [plex_meta_manager.py:828]  [ERROR]    | Collection Error: tautulli_popular requires Tautulli to be configured                              |
[2023-08-24 12:59:41,438] [plex_meta_manager.py:839]  [INFO]     |                                                                                                    |
[2023-08-24 12:59:41,438] [plex_meta_manager.py:840]  [INFO]     ```
neon trench
#

You don't appear to have Tautulli configured in your config.yml

austere yarrow
#

weird

austere yarrow
#

yep, both of those are correct

#

the API key is double checked and accurate

#

the url is what i use to access it via my browser

#
  url: http://192.168.50.141:49157/home
  apikey: PXXXXXXXXXXXXXXXXXXXXXXXXXXXX
neon trench
#

try removing the /home

austere yarrow
#

kk

#

thanks

austere yarrow
#

it worked!