Giter Club home page Giter Club logo

Comments (4)

Duff89 avatar Duff89 commented on July 16, 2024

Эта ошибка возникает из-за версии Chrome, решение проблемы ultrafunkamsterdam/undetected-chromedriver#1252 , вызывается Chrome в parser.cls, строка 46.
Поправлю этот момент в следующей версии

from parser_avito.

mrmmm88 avatar mrmmm88 commented on July 16, 2024

Я к сожалению так и не понял каких изменений требует 46 строка,если не сложно можете исправленный вариант строки написать

from parser_avito.

Duff89 avatar Duff89 commented on July 16, 2024
def __set_up(self):
    options = Options()
    
    options.add_argument("--headless=chrome") # или так
    #options.add_argument("--headless=new") # или так

    _ua = choice(list(map(str.rstrip, open("user_agent_pc.txt").readlines())))
    options.add_argument(f'--user-agent={_ua}')
    self.driver = uc.Chrome(version_main=self.__get_chrome_version,
                            options=options,
                            )

Вот переписанный метод. Обратите внимание на две строки: options.add_argument("--headless=chrome") и options.add_argument("--headless=new") . Должна работать только одна строка, вторая(или первая) должна быть закомментирована

from parser_avito.

Duff89 avatar Duff89 commented on July 16, 2024

В связи с выходом новой версии закрываю проблему

from parser_avito.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.