python-gtmetrix icon indicating copy to clipboard operation
python-gtmetrix copied to clipboard

A Python client library for GTmetrix REST API

Results 10 python-gtmetrix issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.12.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Can someone help me out with this error? I have an issue when calling the gt.poll_state_request method Traceback (most recent call last): File "d:\Gmetrixapp\Gmetrix.py", line 24, in results = gt.poll_state_request(my_test.test_id)...

30 seconds sounds a bit too much. According to [docs][1], > The recommended poll interval is 1 second. [1]: https://gtmetrix.com/api/docs/0.1/#api-test-state

When a test ends up in "error" state (for example, due to SSL error), there is no point in waiting until it turns to "completed" state. It never will.

so you could use email like `[email protected]` (gtmetrix themselves allow this)

Bumps [py](https://github.com/pytest-dev/py) from 1.4.33 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

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) #...

![error](https://user-images.githubusercontent.com/23011140/42364763-f4b6d6bc-8119-11e8-8f3f-abf98fd806ec.PNG) Can't resolve this error.

Now that the unit tests are more workable and complete, please add automatic testing with tox/travis and let's add a travis badge to the readme.

``` python3 test.py Traceback (most recent call last): File "/Users/austine/Coding/together-digital/apps/technical-report/test.py", line 1, in from gtmetrix import * File "/opt/homebrew/lib/python3.10/site-packages/gtmetrix/__init__.py", line 1, in from gtmetrix.interface import * File "/opt/homebrew/lib/python3.10/site-packages/gtmetrix/interface.py", line 1,...