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
def loadingFinished(**kwargs):
print('req is ',kwargs.get('requestId'),kwargs)
_response = tab.Network.getResponseBody(requestId=kwargs.get('requestId'))
_response_content = _response.get('body')
print(_response_content[:100])
tab.set_listener('Network.loadingFinished',loadingFinished)```
pychrome.exceptions.CallMethodException: calling method: Network.getResponseBody error: No resource with given identifier found
The text was updated successfully, but these errors were encountered:
I encounter similar problem,when I use the Fetch.requestPaused,the kwargs["requestId"] return something like interception-job-39.0,not the actual requestId.How to fix it,how to get requestId when using the Fetch.requestPaused?
The text was updated successfully, but these errors were encountered: