Coder Social home page Coder Social logo

Missing processor about recipes-for-autopkg HOT 4 CLOSED

facebook avatar facebook commented on April 19, 2024
Missing processor

from recipes-for-autopkg.

Comments (4)

nmcspadden avatar nmcspadden commented on April 19, 2024

Whoops, sorry. I added it back in c007f8f. Can you test again and verify?

from recipes-for-autopkg.

LcTrKiD avatar LcTrKiD commented on April 19, 2024

Hi!
Now I'm getting this error: (This happen using my override and the original recipe.)

  File "/usr/local/bin/autopkg", line 2887, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/autopkg", line 2881, in main
    exit(subcommands[verb]["function"](argv))
  File "/usr/local/bin/autopkg", line 2327, in run_recipes
    search_github=make_suggestions,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  [Previous line repeated 982 more times]
  File "/usr/local/bin/autopkg", line 400, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 307, in locate_recipe
    recipe_file = find_recipe(name, override_dirs + recipe_dirs)
  File "/usr/local/bin/autopkg", line 205, in find_recipe
    return find_recipe_by_identifier(id_or_name, search_dirs) or find_recipe_by_name(
  File "/Library/AutoPkg/autopkglib/__init__.py", line 318, in find_recipe_by_identifier
    matches = glob.glob(pattern)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 20, in glob
    return list(iglob(pathname, recursive=recursive))
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 71, in _iglob
    for dirname in dirs:
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 72, in _iglob
    for name in glob_in_dir(dirname, basename, dironly):
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 83, in _glob1
    return fnmatch.filter(names, pattern)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/fnmatch.py", line 51, in filter
    pat = os.path.normcase(pat)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/posixpath.py", line 55, in normcase
    if not isinstance(s, (bytes, str)):
RecursionError: maximum recursion depth exceeded in __instancecheck__

from recipes-for-autopkg.

nmcspadden avatar nmcspadden commented on April 19, 2024

Try deleting and recreating your override. That error suggests that a recipe identifier is also listed as its own parent, causing a recursion loop.

from recipes-for-autopkg.

LcTrKiD avatar LcTrKiD commented on April 19, 2024

Hi Nick!
That solve the issue.
Thank you very much !!!!

from recipes-for-autopkg.

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.