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

Google Login/Signin on Yandex Android extension

I'm trying to run my desktop chrome extension on Android, so i tried running it in Yandex browser on my phone. It runs ok except for the google login.(everything works well on desktop Chrome and desktop Yandex). This code is called by the…
orish
  • 155
  • 2
  • 12
1
vote
1 answer

Yandex OAuth GitLab user authentication

I want to authenticate gitlab users via Yandex.OAuth. I'm trying to use oauth2_generic strategy, but I cannot get user's info. Does anyone know how to configure it?
kidig
  • 215
  • 2
  • 9
1
vote
1 answer

C# Sending mail with Yandex error 5.5.4 Error: send AUTH command first

I'm having issues sending an email using Yandex. "SmtpException: Bad sequence of commands. The server response was: 5.5.4 Error: send AUTH command first." I've tried all the solutions from: C# yandex mail send error 5.5.4 Error: send AUTH command…
DubDub
  • 1,277
  • 1
  • 10
  • 24
1
vote
1 answer

ActionMailer ArgumentError - SMTP-AUTH requested but missing secret phrase

I am using Yandex Connect (SMTP) as a method to send emails from my Rails 5 JSON API app. Here's the setup: Rails.application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true …
Almaron
  • 4,127
  • 6
  • 26
  • 48
1
vote
1 answer

Error when run clickhouse docker image on mac os

I had exception when I installed yandex clickhouse from docker image. docker run -it --rm --link some-clickhouse-server:clickhouse-server yandex/clickhouse-client --host clickhouse-server docker logs 54aa87e92a2c Include not found:…
user2688740
  • 87
  • 1
  • 5
1
vote
0 answers

How to get the token by using Retrofit2?

The format of the response from the token Yandeks.OAuth returns the token and the time of his life in a JSON-formatted: 200 OK Content-type: application/json { "access_token": "5fd980a5133b4887a8937fe07d3a0a60", "token_type": "bearer", …
1
vote
1 answer

ClickHouse ReplicatedMergeTrees configuration problems

I have two tables on two different machines both running zookeeper as a daemon, one of them has myid 1 the other has myid 2. The table is configured as such on the machine "1": CREATE TABLE…
George
  • 3,521
  • 4
  • 30
  • 75
1
vote
1 answer

Change `href`s links via `onmousedown`,`click` events

Basically, when I do a search in Yandex, I get something like this: . However, when I right-click and copy the link I don't get the real link, but the junky one (the one which works as intermediate with the function of tracking my click before…
WayneXMayersX
  • 338
  • 2
  • 10
1
vote
0 answers

WebDav error with yandex disk or box.com on localhos:3000

I tried to connect my plugin with yandex disk or box by WebDav. I use https://www.npmjs.com/package/webdav in plugin, I tested WebDav on this package test platform and it work nice - I got JSON with my file. But when I do this in my plugin and start…
Login Jack
  • 31
  • 2
1
vote
0 answers

Could not load PEM client certificate

I'm trying to use yandex kassa api,but I stuck at one point. I have no certificate password, I have certificate.cer and private.key. I'm working on localhost with PhpStorm. Do I have to use hosting with ssl support? I'm getting this error: could not…
1
vote
1 answer

Can't run test from Maven in TeamCity with testNG and Allure

I'm trying to run my testClass in TeamCity by Maven. And I have this error - Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project PGRegression: Execution default-test of goal…
choojoykin
  • 35
  • 1
  • 6
1
vote
1 answer

Yandex-tank not working

Good day. When I trying to run yandex-tank test, i recieve next text in console: Traceback (most recent call last): File "/usr/bin/yandex-tank", line 5, in from pkg_resources import load_entry_point ImportError: No module named…
K_ID
  • 93
  • 1
  • 7
1
vote
1 answer

Yandex API Translator not working on Android Aplication

I'm trying to use the Yandex translator in my Android application, but it is giving an error. When tested in a Java application (in the main), it works perfectly. What is my problem? Main code: import com.rmtheis.yandtran.language.Language; import…
1
vote
1 answer

yandex smtp doesnt work on codeigniter(digitalocean+ubuntu+serverpilot)

I send email on localhost but doesnt work same settings on server(digitalocean+serverpilot). php's open ssl support is enabled. php get "Message: fsockopen(): unable to connect to ssl://smtp.yandex.com.tr:465 (Connection timed out) codeigniter…
Arlong
  • 312
  • 3
  • 14
1
vote
0 answers

How to get the related searches from the YouTube, Yandex and Bing

I am working on a project and I have to get the total results against a search query and Finding the related searches. I have got the total number of searches using the HTML Agility pack from all the above mentioned browsers. What I am not getting…
Ali Imran
  • 29
  • 5