-
| I'm facing an issue when browsing using headless2 mode on one of my systems. I have checked the chrome version , window size, the headers and everything is exactly same on both the laptops but when I run the script on one of them I get "Sorry you have been blocked" respone. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Apr 29, 2024 
      
    
    Replies: 1 comment 1 reply
-
| Sounds like they already blocked that system's IP Address for unusual web traffic. If the IP Address wasn't actually blocked, you may be able to use  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Sounds like they already blocked that system's IP Address for unusual web traffic. If the IP Address wasn't actually blocked, you may be able to use
xvfb=Trueinstead ofheadless2=True. I can't be of much help without more actual details of what you're doing.