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

Get error Everytime i set allow_redirect #63

Open
permis20182018 opened this issue Oct 17, 2021 · 0 comments
Open

Get error Everytime i set allow_redirect #63

permis20182018 opened this issue Oct 17, 2021 · 0 comments

Comments

@permis20182018
Copy link

permis20182018 commented Oct 17, 2021

Hello ,

everytime i set allow_redirects to "true" or "false" i get an error :

`File "/usr/local/bin/bbqsql", line 4, in <module>
    __import__('pkg_resources').run_script('BBQSQL==1.2', 'bbqsql')
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 666, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1469, in run_script
    exec(script_code, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/BBQSQL-1.2-py2.7.egg/EGG-INFO/scripts/bbqsql", line 16, in <module>
    
  File "build/bdist.linux-x86_64/egg/bbqsql/menu/bbq_menu.py", line 182, in __init__
  File "build/bdist.linux-x86_64/egg/bbqsql/lib/api.py", line 128, in __init__
  File "build/bdist.linux-x86_64/egg/bbqsql/lib/requester.py", line 113, in __init__
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 328, in session
    return Session(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'allow_redirects'

any clue ?

Thx`

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

No branches or pull requests

1 participant