@caras269 said in BrowserAutomationStudio 25.2.0 has been released:
where can i download this version?
@genericname1 no I can use it still. I am waiting for 27.6.1 to be released for plugin so I can use new feature - ability to obtain an external IP through alternative services
@genericname1 how so? Yes I just use this js code https://github.com/CheshireCaat/puppeteer-with-fingerprints
How do I make this work?
let babloSettings = {
customIPServer: ip.myserver.com,
detectExternalIP: true,
changeTimezone: true,
changeGeolocation: true
};
Do you see I wish to work around using ip.bablosoft.com
Thank you very much for your reply.
@wyifi at the moment, it is not possible, since, at least, the engine in the libraries has not yet been updated.
All available options and types are described in the documentation and in the type annotations.
@Oyasumi-Punpun, спасибо за ответ. Каждый день я проверяю, обновлена ли библиотека, поскольку я использую puppeteer с отпечатками пальцев для ведения своего бизнеса по сбору данных. У нас много ключей, около 50, поэтому я прошу вас рассмотреть возможность сделать это приоритетом, поскольку наша проблема № 1 заключается в том, что бот определяется как VPN, потому что наш прокси-провайдер блокирует URL-адрес ip.bablosoft.com, и поэтому мы не можем скрыть наш IP-адрес. от обнаружения webrtc.
Спасибо за этот удивительный продукт.
@wyifi вы можете прямо сейчас использовать сервис ip-api вместо стандартного:
https://github.com/CheshireCaat/puppeteer-with-fingerprints/issues/118
@Oyasumi-Punpun спасибо за ваш ответ, и я не верю, что это работает. Мы уже используем ip-api с премиум-ключом.
babloSettings.ipInfoMethod = "ip-api.com";
babloSettings.ipInfoKey = ScraperConfig.ipAPI
И это все равно приводит к ошибке: не удалось получить IP-адрес прокси.
пожалуйста, извините за мой русский язык, поскольку я использую службу переводчика для публикации своих комментариев, поскольку я говорю только по-английски.
@Oyasumi-Punpun Вы видите, что я делаю что-то не так?
Предполагается, что константы ipInfoMethod должны быть «ip-api.com»?
Я много раз тестировал, используя как «ip-api.com», так и «ip-api», и выдает ошибку: не удалось получить IP-адрес прокси.
Большое спасибо
@morpheus93 and preselecting database resource in the resource setting does not not make it appear when script loaded like it did in the past
@Oyasumi-Punpun Can you please confirm if the feature to detect ip address without using ip.bablosoft.com is available in engine 27.7.0 via puppeteer-with-fingerprints?
Thank you
@wyifi there is no such feature yet.
UPD: custom IP extraction logic available since 1.5.2 for plugins.
If you have any problems with this, you can open a ticket on GitHub.
@Oyasumi-Punpun Thank you I have tested socks5 with 2 different proxy servers and both of them say Error: Failed to get proxy ip. I have created a github ticket. Thank you
@wyifi answered in GitHub ticket - you should use another options to fix your issue.