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
2
votes
2 answers

Yandex Disk API can't make request with access token node.js

I successfully generated an access token but now I can't use it. Sadly there is no official yandex node library for using the API. There are 2 unofficial npm module that will only work with a server but I want it localhost. As example with code like…
t33n
  • 270
  • 1
  • 3
  • 17
2
votes
1 answer

Yandex Oauth authorization code always expired, Ruby On Rails

I followed this guide to implement Yandex Oauth in my Ruby On Rails app. Few weeks I had no problems with it, but recently (few days ago) I am experiencing problem. I can't get access token, refresh token and etc. because my request fails with 400…
Edgars
  • 913
  • 1
  • 19
  • 53
2
votes
2 answers

Displaying page in a frame - Yandex Metrica Webvisor

I have a problem with Yandex Metrica - the webvisor function isn't working on all pages. Instead, it displays "Not possible to replay visit on the given page. Possible reasons: Counter code not configured Displaying this page in a frame is…
2
votes
1 answer

Python Yandex translate example

so for example I am trying to use unirest for this so i put base = 'translate.yandex.net' post = '/api/v1.5/tr./getLangs?ui=en&key=' + api_key request = unirest.get(base+post, headers={'accept' : "json"}) and the code says something about not a…
killer
  • 372
  • 1
  • 5
  • 15
2
votes
1 answer

Yandex API geocode

I am trying to receive coordinates for address using Yandex geocode. To get started I created a query directly like it is described here https://tech.yandex.ru/maps/doc/geocoder/desc/concepts/input_params-docpage/ However, it responds that uri is…
user5793877
2
votes
2 answers

Add Yandex Map in android application

I want to add a Yandex Map into my android application. The question can be seem a little long but that is because of I shared all my codes. Thanks for your patience in advance. I couldn't find much source compare to Google Maps naturally. I used…
Hilal
  • 902
  • 2
  • 22
  • 47
2
votes
2 answers

Response time of google search engine

Does anybody know, I need to compare the response time of my search engine with google, for my own search engine i could calculate the response time with using JavaScript codes but for google I don't know how to do it. How can I calculate the…
2
votes
0 answers

How to import mailbox from Yandex Mail for Domain API

THE SITUATION: I am going to use Yandex Mail for Domain API for my app. I am testing all the http request to the API, using php curl. Everything is working fine except two functions: Import single mailbox Import multiple mailboxes I don't know…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
2
votes
0 answers

Yandex forbidden error when I am not using it

I am getting the following error: GET http://bs.yandex.ru/informer/29840004/3_1_FFFFFFFF_EFEFEFFF_0_pageviews 403 (Forbidden) The weird thing is that I am not using yandex and I don´t know from where I am calling to yandex. This is making me…
Iban Arriola
  • 2,526
  • 9
  • 41
  • 88
2
votes
0 answers

How to show Yandex panoramic images on external website

Is there any way to get Yandex map's panoramic images with c# or javascript for asp.net application? I have latitude and longitude points of locations.
2
votes
2 answers

YAT: Save final console output to file

I want to save final data from console output to file without intermediate. How can i do that?
Oleg
  • 85
  • 7
2
votes
1 answer

Yandex-tank - several requests with different http headers

Have anyone tried to use Yandex-tank as http load testing tool? I have a usecase to test a http service with multiple requests containing different path and query params and different http headear. E.G. First request type - /test/user1?param1=1…
Nailgun
  • 3,999
  • 4
  • 31
  • 46
2
votes
1 answer

Traversing the XML response from Yandex API using PHP

I am creating a metasearch engine using Yandex API. Yandex gives result in XML format. So we need to traverse the XML response inorder to get the different fields like URL,title ,description etc. The XML response by Yandex is as…
1
vote
0 answers

Why do I get an error in unity Web GL build?

Why do I get an error right before the completion of the progress bar for my WEB GL application, I don’t get anything in the browser console, I also don’t get anything in Android LogKat, after the error everything continues to work further without…
1
vote
0 answers

Yandex map place mark tap not working swift

I have multiple place marks on map. Have added tap gestures on them. Adding listener in for loop replacing tap one by one and only last marker is having a gesture. Local reference doesn't work at all it doesn't provide a tap. with strong reference…
Krutika Sonawala
  • 1,065
  • 1
  • 12
  • 30