Questions tagged [yandex]

Yandex (Russian: Яндекс) (NASDAQ: YNDX) is a Russian Internet company which operates the largest search engine in Russia with about 60% market share in that country.

Yandex is a Russian Internet company which operates the largest search engine in Russia with about 60% market share in that country. It also develops a number of Internet-based services and products. Yandex ranked as the 5th largest search engine worldwide with more than 150 million searches per day as of April 2012 and more than 25.5 millions of visitors (all company's services) daily as of May 2012. The company's mission is to provide answers on any questions users may have (explicit or implicit).

209 questions
1
vote
1 answer

How to test Yandex AppMetrica Deferred deeplinks on Android?

I want to test Deferred deeplink on my Android device before release it in Google Play There is no information on this page how to test. Also there is no available information in the internet, maybe someone know?
i30mb1
  • 3,894
  • 3
  • 18
  • 34
1
vote
0 answers

Yandex Reporting API v.1 data differs from console

I am very confused, because API generates daily data that does not match the console's one. For example, here is a comparison for UTM Campaign 'week': Console / API Visits: 51 / 161 Users: 44 / 152 BounceRate: 13,7 / 37.88 Here's the payload I'm…
1
vote
1 answer

A way to translate images?

In Python I am attempting to translate Arabic characters within a image. I can provide the language 'source' type (Arabic) and 'destination' (English). Is there a python library or API that is free that I can use for this? I.e that provides a…
Meghar
  • 25
  • 4
1
vote
2 answers

How to block yandex

I'm trying to block yandex from my site. I've tried the solutions posted in other threads but they are not working so I'm wondering if I am doing something wrong? The user-agent string is: Mozilla/5.0 (compatible; YandexBot/3.0;…
user3052443
  • 758
  • 1
  • 7
  • 22
1
vote
0 answers

Yandex Tank: threads not const and not same RPS

We have is very simple Web service. HTTP/HTTPS request on out service from Internet clients. In HEAD return UID. We want to testing our service by Yandex Tank. load.yml phantom: address: 211.81.41.11:443 #IP тестового стенда, порт 443 # address:…
Nikolay Baranenko
  • 1,582
  • 6
  • 35
  • 60
1
vote
0 answers

Yandex Translate Widget I can't overcome the size problem

I struggled for hours or even days for this problem, but could not find it. I have included yandex translation in the system, but there are overflows in mobile view. There is no problem with the computer view. where am I doing wrong? What should i…
1
vote
1 answer

How to use an image for a placemarcs in React Yandex Maps?

Can you please tell me if it is possible to use your own image for marking on the map in React Yandex Maps? Right now I am using Circle which receives coordinates. How can you use an image instead, with a width and height of 25 pixels? Below is my…
Kiten
  • 985
  • 2
  • 17
  • 35
1
vote
1 answer

get a lot of spam rejection from yandex smtp

I have a program which sends email to customers using Yandex SMTP server. But I frequently get: 554 5.7.1 [2] Message rejected under suspicion of SPAM; https://ya.cc/1IrBc 1593708139-nzbnbCCRfk-gIZ4AKCg I have set following headers on each email…
Zeinab Abbasimazar
  • 9,835
  • 23
  • 82
  • 131
1
vote
1 answer

Catboost predicton return error Feature Marked different in dataset

I trained binary classifier with catboost, same featues in test data it return this error; catboost/libs/data/model_dataset_compatibility.cpp:47: Feature MERCHANT_ID is Categorical in model but marked different in the dataset What does it mean,…
user5511317
1
vote
3 answers

How to get user's current location and location updates on Yandex MapKit 3.4.0

I'm using Yandex MapKit in my application. Currently I need to get users current location and animate camera on that location. The problem is the documentation is really poor and most of the answers on the internet seem to be deprecated on latest…
Laura
  • 402
  • 1
  • 7
  • 24
1
vote
1 answer

EditText is not displaying translation while Logcat does

I am using Yandex.Translate API to translate a String. It does so successfully as seen in the logcat. But when I set the EditText value (eText) to the translation result, it doesn't parse the data correctly and it shows something like…
1
vote
1 answer

gRPC Bad metadata given PHP

Currently I am up to rewrite a simple code from Python to PHP. This code is for a request to Yandex Cloud (Speech Kit) using ProtoBuf and gRPC. On Python (v3) everything works just fine. Then, I want the same in PHP (7.1.23 on MacOS). I used protoc…
cyberpug2077
  • 192
  • 2
  • 13
1
vote
2 answers

Error when trying to add domain which I deleted before. Yandex

I get this error when I try to add a domain which I have previously deleted from my Yandex account. domain_must_be_migrated: Domain must be migrated from PDD and Unable to complete action. A 422 error occurred. I could not find any related issue…
ukeagle
  • 65
  • 1
  • 10
1
vote
1 answer

Python requests request leads to 400 error while cURL request is OK

I use requests as following: headers = { 'Authorization': f'Bearer {self.__yandex_cloud_manager.get_iam_token().token}', 'Transfer-Encoding': 'chunked', } data = { 'voice': self.voice, 'emotion':…
artem
  • 16,382
  • 34
  • 113
  • 189
1
vote
0 answers

C# get texts in all html nodes and replace them with translateds

I am writing a tool too translate html file content in c#. I am using HtmlAgilityPack to work with html nodes and YandexTranslateCSharpSdk for translating text's.(i met with both newly) My algorithm is getting texts in any html node and replace it…
isaeid
  • 543
  • 5
  • 26