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

gt.poll_state_request(my_test.test_id)

Open PizzaMGx opened this issue 3 years ago • 0 comments

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) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\gtmetrix\interface.py", line 87, in poll_state_request
test.fetch_results() File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\gtmetrix\interface.py", line 55, in fetch_results response_data = self._request(self.poll_state_url) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\gtmetrix\interface.py", line 49, in _request raise GTmetrixInvalidTestRequest(response_data['error'])

PizzaMGx avatar May 30 '22 22:05 PizzaMGx