15,081 questions
0
votes
0
answers
12
views
CCIP-JS getTransferStatus Fails With “Internal error” on eth_call to Router Contract (Viem + Cloudflare RPC)
I am trying to fetch CCIP message transfer status using ccip-js,
I load CCIP messageIds from a CSV, then call:
await ccipClient.getTransferStatus({
messageId,
client: publicClient,
...
Best practices
0
votes
0
replies
30
views
MilestoneSystems.VideoOS.Mobile.SDK NuGet how to set configuration for get frames via WebSocket to playing
MilestoneSystems.VideoOS.Mobile.SDK NuGet
How to set configuration for get frames via WebSocket to playing?
is there any limitations of the NuGet?
After 2:30 I receive a lot of frames which null.
0
votes
0
answers
51
views
CredUIPromptForWindowsCredentials with CREDUIWIN_SECURE_PROMPT causes clipped text
I am prompting a user for credentials using the CredUIPromptForWindowsCredentials function using the CREDUIWIN_SECURE_PROMPT flag. As soon as the “Windows Security” dialog is displayed on the secure ...
0
votes
2
answers
70
views
Add OpenSSL Dev Libraries to Yocto SDK target sysroot
I have a RISC-V dev board for which I am building Yocto Linux.
Some of the applications require OpenSSL and the development headers and libs to build the applications.
I have been able to add openssl ...
0
votes
0
answers
97
views
Android SDK location currently contains spaces
I am getting this error, am not able to solve
[!] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
X Android SDK location currently contains spaces, which is not supported ...
0
votes
0
answers
64
views
Unable to access Extension Data Service in Azure DevOps extension
I am using Azure DevOps storage, so I need to use the following code (as shown in the documentation: Azure DevOps Data Storage):
const extDataService = await SDK.getService<IExtensionDataService>...
1
vote
0
answers
87
views
Question about google autentification v2. Status: canceled
I have a question regarding the Google Play Games v2 SDK. I’m trying to integrate Google Play Games with PlayFab, but when I push the button to connect, I keep getting this error: “Google Play auth ...
0
votes
1
answer
40
views
Getting started with MYOB .NET SDK (Not API)
I have MYOB desktop version installed and I want to use MYOB .NET SDK to integrate with it. There are docs available on API but almost none on SDK. The SDK Git at https://github.com/myob-oss/...
0
votes
2
answers
99
views
Xcode 16.2: Unsigned IPA uses older SDK version (17.5 instead of 18.2)
I'm facing an issue with Xcode 16.2 when building iOS apps for different clients.
I have a white-label app, and I build:
A signed IPA for some clients
An unsigned IPA for others
For the signed app, ...
1
vote
2
answers
340
views
PowerShell.Create() New-LocalUser not recognized as the name of a cmdlet [closed]
I'm trying to create a new local user in Windows by running a PowerShell script from a C# console application. I installed the necessary NuGet packages Microsoft.PowerShell.SDK (v7.5.2) and System....
0
votes
1
answer
160
views
Build fails due to incorrect architecture. Unity. Android
I can't build my project because I'm getting the following error during the build process:
Hardware of device 'Google sdk gphone64 x86_64 (emulator-5554)' is not supported: You are trying to install ...
0
votes
0
answers
36
views
Google SSO Implementation (Internal / Only Organization Users)
I need to implement Google SSO in android app, which only for the organization user. I have done the below steps
Created a project in Google Cloud Console using company Id and set it as internal, ...
1
vote
1
answer
570
views
Android D8 error after upgrading to SDK 35
I'm trying to update to SDK 35 and I'm getting this error.
Error in /Users/xxx/Library/Android/sdk/platforms/android-35/android.jar:java/lang/Boolean.class:
java.lang.NullPointerException
AGPBI: {&...
0
votes
0
answers
32
views
Gcloud SDK For PowerShell Gcloud Error Duplicate Line Created In Config_* File
Every week, not all the time, I am getting this error in the my Powershell ps1 logs
This is a Windows Server
A few people have ps1 programs in this server
They may be using other service accounts
The ...
0
votes
0
answers
52
views
Fresh flutter (2.32.4) build fails for new project
I created a new project with flutter ( upgraded to 2.32.4 from 2.32.2) - as I was prompted for an upgrade.
Once the upgrade was complete - all existing projects stopped building. So I created a new ...
1
vote
1
answer
58
views
Auto-Refresh Check for Third-Party SDK and API
Right now, we're using a third-party SDK to make calls into a system we have access to. The access is fine (it uses JWT to login with), as well as using the instances of their context and client. ...
0
votes
1
answer
34
views
ONDC Form submission
I need help in figuring out how to capture the submission_id once i open a new window with form url inside x_input field from on_search response.
Given it's cors it's not allowing me to access ...
0
votes
1
answer
29
views
Flutter installation source problem with sdk in zsh env path
I have installed flutter in my:
/Users/macbookair/flutter/bin
as for my android sdk at ~/Library/Android/sdk only and another at /Users/macbookair/.android
and set the path as:
export PATH="~/...
1
vote
0
answers
84
views
Unable to deploy mobile application in RAD Studio probably due to bad SDK installation
Hello for all kind people!
I just starting into mobile development in Delphi. Early I used to use VS. I encountered a problem with mobile deployment to my device. When I open SDK manager I see next ...
0
votes
0
answers
58
views
Canva preview shows error: No server is listening
I'm having trouble integrating the Canva SDK editor (DesignButton) into a simple HTML page.
I want to locally test a button that opens the Canva editor via their SDK.
I have an index.html file with ...
4
votes
0
answers
61
views
Failed to create thumbnail using the PTB_SaveAsImage function from the C API (In GO)
For testing the callas PDF toolbox SDK, I want to convert a sample PDF to a PNG. The callas license is activated.
In my main() function, I successfully initialize the SDK. After that, I call the ...
0
votes
0
answers
39
views
what mean of this error "cli ERROR end of central directory record signature not found"
i want make a apk with bubblewrap
but when i run bubblewrap init --manifest example.com/manifest.json
show me this error
how can fix it?
Downloading JDK 17 to C:\Users\Abolfazl\.bubblewrap\jdk
...
0
votes
0
answers
33
views
How to resolve "missing-asset-registry-path" from "assets\logo1.png" [duplicate]
Due to upgrading to sdkVersion53 my project has collapsed tremendously. All of my packages/dependencies are updated to the latest version and for this bug alone I have concluded it must be something ...
1
vote
1
answer
107
views
Exclude files from Go module that is exposed as a dependency in another package
I've created an SDK that will be used for some different clients. This SDK has a structure similar to this:
- sdk-go
- .github
- config
- test1(folder)
- util
- .gitignore
- go.mod
- ...
0
votes
0
answers
53
views
ANR Issue in SDK initialisation
I'm encountering a strange behavior in my Android app on some devices running Android +11. Occasionally, the app gets an ANR (Application Not Responding) in the background, specifically in the ...