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

Bug in logger #99

Open
jensens opened this issue Mar 27, 2020 · 3 comments
Open

Bug in logger #99

jensens opened this issue Mar 27, 2020 · 3 comments
Labels

Comments

@jensens
Copy link
Member

jensens commented Mar 27, 2020

py2.7.egg/Products/PluggableAuthService/PluggableAuthService.py", line 791, in _verifyUser
    info = enumerator.enumerateUsers(**criteria)
  File "/Users/iham/SandBox/AkBild/akbild.site.egg/eggs/pas.plugins.ldap-1.7.2-py2.7.egg/pas/plugins/ldap/plugin.py", line 97, in _wrapper
    logger.exception("Error in {0} -> {1}".format(prefix))
IndexError: tuple index out of range

Format string and params do not match

@jensens jensens added the bug label Mar 27, 2020
@iham
Copy link

iham commented Mar 27, 2020

same issue here :)

@iham
Copy link

iham commented Mar 27, 2020

during this exception maybe
TypeError('Could not adapt', <PasLdapMemcached [u'127.0.0.1:11211']>, )

@jensens
Copy link
Member Author

jensens commented Mar 27, 2020

during this exception maybe
TypeError('Could not adapt', <PasLdapMemcached [u'127.0.0.1:11211']>, )

But it is unrelated to this bug.

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

No branches or pull requests

2 participants