[Bug]: Collection Error: variables attribute not supported
See original GitHub issueVersion Number
1.17.3
What branch are you on?
master
Describe the Bug
Trying to run this project for the first time, running into the following error:
|================================================================================== Validating IMDb Top 250 Attributes ==================================================================================|
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: collection_order |
| Value: custom |
| |
| Validating Method: variables |
| Value: ordereddict([('key', 'top')]) |
| Traceback (most recent call last): |
| File "//plex_meta_manager.py", line 559, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| File "/modules/builder.py", line 725, in __init__ |
| raise Failed(f"{self.Type} Error: {method_final} attribute not supported") |
| modules.util.Failed: Collection Error: variables attribute not supported |
| |
| Collection Error: variables attribute not supported
Relevant Collection/Overlay/Playlist Definition
No response
Logs
https://gist.github.com/patrickrb/eeaf101217649bbe958fe02542e1cc2c
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
ERROR! Unexpected Exception, this is probably a bug: '<' not ...
SUMMARY ansible-inventory fails with an unexpected exception if it encounters a dict in host vars that contains both numbers and letters as ...
Read more >XC32 v1.34 Bug? "Persistent" attribute appears to be ignored ...
This means that some assumptions my code was making about where persistent variables go is no longer correct. See post 14 here for...
Read more >Spring boot + thymeleaf in IntelliJ: cannot resolve vars
I observed that there is a difference in the xmlns:th attribute. First Page: Not working! <html xmlns="http://www.w3.org/1999/xhtml" ...
Read more >Bugs fixed in ColdFusion 11 Update 5 - Adobe Support
Bug ID Title Product Area
3761602 onChange event for CFINPUT does not fire. CFForm
3863477 CFFORM posts incorrectly to an SES URL. CFForm
3797316 CFChartSeries Attribute...
Read more >how to resolve the 'dot indexing not supported for this type of ...
I am writing a code where I hit a pushbutton, it shows me a error saying "Dot indexing is not supported for variables...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
[2022-10-09 00:30:47,073] [builder.py:219] [INFO] |============================== Validating BAFTA Best Films Attributes ==============================| [2022-10-09 00:30:47,073] [builder.py:232] [DEBUG] | | [2022-10-09 00:30:47,073] [builder.py:233] [DEBUG] | Validating Method: allowed_library_types | [2022-10-09 00:30:47,073] [builder.py:236] [DEBUG] | Value: [‘movie’] | [2022-10-09 00:30:47,073] [builder.py:474] [DEBUG] | | [2022-10-09 00:30:47,073] [builder.py:475] [DEBUG] | Validating Method: ignore_blank_results | [2022-10-09 00:30:47,073] [builder.py:476] [DEBUG] | Value: True | [2022-10-09 00:30:47,073] [builder.py:488] [DEBUG] | | [2022-10-09 00:30:47,073] [builder.py:489] [DEBUG] | Validating Method: sync_mode | [2022-10-09 00:30:47,073] [builder.py:493] [DEBUG] | Value: sync | [2022-10-09 00:30:47,073] [builder.py:609] [DEBUG] | | [2022-10-09 00:30:47,073] [builder.py:610] [DEBUG] | Validating Method: collection_order | [2022-10-09 00:30:47,073] [builder.py:611] [DEBUG] | Value: custom | [2022-10-09 00:30:47,073] [builder.py:627] [DEBUG] | | [2022-10-09 00:30:47,073] [builder.py:631] [DEBUG] | Validating Method: variables | [2022-10-09 00:30:47,073] [builder.py:632] [DEBUG] | Value: ordereddict([(‘key’, ‘best’)]) | [2022-10-09 00:30:47,098] [plex_meta_manager.py:696] [DEBUG] | Traceback (most recent call last): | | File “C:\Program Files\Plex-Meta-Manager-1.17.3\plex_meta_manager.py”, line 559, in run_collection | builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) | File “C:\Program Files\Plex-Meta-Manager-1.17.3\modules\builder.py”, line 725, in init | raise Failed(f"{self.Type} Error: {method_final} attribute not supported") | modules.util.Failed: Collection Error: variables attribute not supported | [2022-10-09 00:30:47,098] [plex_meta_manager.py:697] [ERROR] | Collection Error: variables attribute not supported
Nice thanks man, works! @patrickrb