Xt1an_
Xt1an_
> i've faced a similar problem, and by debuging cause i found the target website uses Brotli compress algorithm, but browsermob-proxy only supports GZip decompression and other 'encoding-content' type content...
you should set these options in the beginning, just like this. ```python def cmd_process(url): os.chdir('C:\Program Files (x86)\Google\Chrome\Application') # you should set these options in this place cmd_ = ''' chrome.exe...
我也遇到了这个问题。如果你们还是要用静态的,可以尝试卸载当前版本,安装更早之前的版本。