-
Notifications
You must be signed in to change notification settings - Fork 14
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
TypeError #13
Comments
+1 |
1 similar comment
+1 |
This seems to be working for me. @superxuu / @Dineshchitta / @hdilaver can you please provide some more details. |
I am also getting this issue too. Any update? This has also started taking credits off my API call balance too.
|
Any update on this? |
@dlopez12003 could you please install the package from Github and try again - pip install git+https://github.com/aisayko/python-gtmetrix @aisayko This issue was fixed in #9 long back. can we make a new release? I would be happy to help if you need me :) |
Traceback (most recent call last):
File "D:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\pydevd.py", line 1599, in
globals = debugger.run(setup['file'], None, None, is_module)
File "D:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\pydevd.py", line 1026, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:/project/PythonProjects/tem.py", line 12, in
my_test = gt.start_test(value)
File "D:\Python27\lib\site-packages\gtmetrix\interface.py", line 83, in start_test
return _TestObject(self.auth, **response_data)
TypeError: init() got an unexpected keyword argument 'credits_left'
The text was updated successfully, but these errors were encountered: