Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'dict' object has no attribute 'filterUpTags' #3

Open
ErAzOr2k opened this issue Feb 6, 2019 · 1 comment
Open

Comments

@ErAzOr2k
Copy link

ErAzOr2k commented Feb 6, 2019

Hi,

is this nice tool still in development?
I'm getting this error:

/NARS # python nars-console.py check n64
NARS Advanced ROM Sorting - Console No-Intro ROMs version 0.2.0_alpha1
[Parsing config file]
Reading configuration XML file 'nars-console-config.xml' ... done
[Check-filter ROM]
Filter name 'n64'
Using No-Intro parent/clone DAT
Parsing No-Intro XML DAT '/dats/Nintendo - Nintendo 64 (BigEndian) (Parent-Clone) (20190204-204558).dat' ... done
Total number of games  1025
Number of parents       418
Number of clones        607
[Scoring and filtering ROMs]
Traceback (most recent call last):
  File "nars-console.py", line 1764, in <module>
    elif command == 'check':          do_check(args.filterName)
  File "nars-console.py", line 1417, in do_check
    romMainList_list = filter_ROMs(filter_config)
  File "nars-console.py", line 1208, in filter_ROMs
    romMainList_list = get_Scores_and_Filter(romMainList_list, rom_Tag_dic, filter_config)
  File "nars-console.py", line 1059, in get_Scores_and_Filter
    upTag_list      = filter_config.filterUpTags
AttributeError: 'dict' object has no attribute 'filterUpTags'
@Wintermute0110
Copy link
Owner

No. The functionality provided by NARS is being merged in the Kodi mediacenter addons plugin.program.AEL and plugin.program.AML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants