selenium-wire icon indicating copy to clipboard operation
selenium-wire copied to clipboard

source code string cannot contain null bytes Error on Mac

Open tfbecker opened this issue 3 years ago • 0 comments

Selenium Wire is working flawlessly on my Windows machine however when i try to open an object on mac (vscode) i get the following error:

target_requests is a list object of requests that I filtered target_requests[0].response.body #opening the first one -> this is still fine eval(target_requests[0].response.body) # this throws an error on mac

tfbecker avatar Jun 22 '22 20:06 tfbecker