206 questions
1
vote
0
answers
49
views
YANDEX SMTP Authentication
I have scripts, which create reports and send from yandex mail to corporate .outlook mails. It worked fine last couple years, then stopped working a day ago.
I checked all settings and configured ...
0
votes
1
answer
118
views
Is it possible to use google-drive or yandex-drive to host images files site?
There is an old site site.ru, hosting in Russia.
The server is located in the USA. But the audience of the site is also in Russia.
The content delivery is very slow.
The issue of moving the server ...
1
vote
1
answer
340
views
XCode workspace ".xcworkspace" generated with "pod install" does not build
I created a sample QT app, opened its CMakeLists.txt in QT Creator, selected iOS Simulator configuration and run CMake. It generated XCode project at build/Qt_6_7_0_iOS_Release_Simulator/AdExample....
0
votes
1
answer
115
views
Importing Swift into Objective-C with CMake
I have a QT app with CMake. CMake generates .xcodeproj and CocoaPods generates .xcworkspace from the following Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, :...
0
votes
0
answers
564
views
How to send an email through the aiosmtplib?
I am creating a bot on aiogram. It has to be able to send a message through mail yandex. This is the code for the handler:
@other_router.message(ContactMe.time)
async def cmd_contact_me_4(message: ...
-1
votes
5
answers
853
views
"Permission denied" when using WebDAV mount as docker volume
I'm trying to use my host-mounted (via davfs2 utility) WebDAV storage as docker volume, but somehow got Permission denied though all target and parent folders have 777 linux permissions
# ls -ld /mnt/...
0
votes
1
answer
460
views
ERROR:D8: com.android.tools.r8.kotlin.H with Yandex Mobile SDK 7.1
I have a working QT Android app with Yandex Mobile SDK 6.4.1.0, but when I try to update it to 7.1.0.0 by replacing
implementation 'com.yandex.android:mobileads-mediation:6.4.1.0'
with
implementation ...
0
votes
1
answer
220
views
How to connect aioboto3 with yandex s3
I have yandex s3 storage
https://cloud.yandex.ru/ru/docs/storage/s3/?from=int-console-help-center-or-nav
how to properly set up use of it with python aioboto3 lib
0
votes
2
answers
464
views
Could not find com.appnext.sdk:ads:2.7.1.473
To test Yandex Ad SDK I created a new project in Android Studio
And according to their docs I added the following repositories to settings.gradle:
maven { url "https://android-sdk.is.com/" }
...
0
votes
1
answer
238
views
Error Exception: No such proxy method: YandexMobileAds.Platforms.Android.cl.onAdLoaded(UnityEngine.AndroidJavaObject)
I'm using unity 22.3.16f1
I have an error when working with the Yandex Mobile Ads SDK https://ads.yandex.com/helpcenter/ru/dev/platforms
After I make a build for android, the test advertisement does ...
0
votes
1
answer
4k
views
How to download file from yandex drive to google drive directy using google colab?
Let's suppose that I have any archive or file on yandex drive like that: https://disk.yandex.ru/d/KGA6qXDT87pTVA
I want to download it directly to my google drive, how could I do it?
First idea that ...
0
votes
1
answer
252
views
Yandex DataLens - Cannot union tables with similar columns
I try to union tables with same columns (each table is for a single day) so that I could create charts based on information from all the tables but when I try to create a dataset, it only JOINs tables ...
0
votes
0
answers
58
views
don't work "js click()" in user script on site yandex
I'm trying to simulate a mouse click on the central panel on the website https://translate.yandex.ru/ocr
I open devtools
I use the following code
const b = document.querySelector('.dropBlock-...
3
votes
1
answer
120
views
Yandex DB: How can I see top queries by CPU time spent?
I am working with YDB (Yandex database) and need to select top CPU time spent queries. How can I get them? Thanks in advance.
I was looking into documentation but failed to find the answer. I am a ...
0
votes
1
answer
53
views
Yandex Dataproc Architecture: Purpose of "Data" Nodes?
I've been exploring Spark using Google Dataproc, where the standard architecture comprises master and worker nodes. On Google Dataproc, the master nodes typically house the hdfs Namenode and yarn ...