You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
Hello ,
everytime i set allow_redirects to "true" or "false" i get an error :
any clue ?
Thx`
The text was updated successfully, but these errors were encountered: