1:) Add a folder selection to your project. (You can choose to read only or delete what you read.)
2:) Create a folder and keep the cookies in separate txt files.
3:) After starting the project, transfer the variable from the folder selection to Read File. Change the name FILE_CONTENT to COOKIE.
4:) Call the COOKIE variable in the previous process and perform the Network/Restore Cookies process.
5:) Open google.com in the browser, the cookie will be added.
Не получается подключиться к локальной базе данных
-
Имеется sqlite база. Сразу скажу, встроенная не подходит, так как у меня с этой базой работают и другие программы внешние, скрипты разные на python и прочее. Пытаюсь подключиться к ней вот так:!



При запуске выполненние прекращается в момент отправки запроса и в лог выводится: [825579654] [07:31:32] Поток №1 : SequelizeConnectionRefusedError: connect ECONNREFUSED 127.0.0.1:3306
Что я делаю не так?