2,484 questions
0
votes
0
answers
103
views
CyberSource sandbox payments API returning SYSTEM_ERROR
I am testing the CyberSource REST Payments API in the sandbox environment.
POST https://apitest.cybersource.com/pts/v2/payments
Authentication
HTTP Signature using:
• Merchant ID
• Key ID
...
0
votes
0
answers
75
views
Getting "The connection to service named com.apple.VideoSubscriberAccount.videosubscriptionsd was invalidated" on requestAutoSignInAuthorization
I need to implement automatic sign-in in a tvOS app using new VSUserAccountManager functions added in tvOS 26. This code
let accountManager = VSUserAccountManager.shared
if #available(tvOS 26.0, *) {
...
0
votes
0
answers
86
views
browser_use Agent runs locally instead of E2B sandbox Chrome despite browser_url parameter
I am trying run browser_use Agent actions such as clicks, typing, and screenshots inside an E2B sandbox Chrome instance, not local Chrome.
Currently, the agent spawns local Chrome processes even ...
-1
votes
1
answer
199
views
How to run nsjail on Google Cloud Run without prctl() errors?
Summary
I'm trying to deploy a Python code execution service using nsjail for sandboxing on Google Cloud Run, but nsjail fails with `prctl(PR_SET_SECUREBITS)` errors even with minimal configuration. ...
0
votes
0
answers
69
views
Paypal: sandbox webhook works, when switched to live - nothing
So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard.
...
0
votes
0
answers
45
views
Sandbox access violation: Blocked a frame in [email protected] cordova build
I have make build using cordova platform add [email protected] version
but getting error when run on iphone device
I am trying to my web in iFrame and iFrame host in cordova app. (web framework is DNN(https:/...
1
vote
0
answers
157
views
Subscription Unavailable in sandbox environment configuration
I'm trying to run app from Xcode on real device with sandbox mode. What I've tried so far:
Locally:
iPhone reset using: Reset All Settings
Developer mode on device is Enabled
Settings > My Name &...
0
votes
1
answer
330
views
e2b.exceptions.SandboxException: 403 client does not have permission
I've been using E2B sandboxes for around 2 month. I have been distant from E2B and coding in general for a a few weeks and now that I'm back and want to test the project I was working on I'm getting ...
0
votes
0
answers
119
views
Prevent iframe from opening links automatically
I have an iframe which might contain these commands:
setTimeout(function(){window.top.location.href = "//www.stackoverflow.com";}, 1000);
setTimeout(function(){window.open("//www....
0
votes
0
answers
45
views
Swift copy file to tmp fails when in sandbox [duplicate]
I'm working on a sandboxed Mac SwiftUI app. The user selects a file. I read a few things from the file, then I want to copy the same file to URL.temporaryDirectory. Reading the file in question is ...
2
votes
1
answer
547
views
How to sign in with a Sandbox Account on macOS without logging out from my main Apple ID?
I am developing an App Store app that will run on iPhone, iPad, and Mac (universal purchase).
To test synchronization between devices, I need to sign in with the same account for in-app purchases.
On ...
0
votes
0
answers
76
views
how to compile a C program in nsjail?
I am trying to compile a hello world c program using gcc using the following nsjail command -
sudo nsjail -B / --cwd /mydir -- /usr/bin/gcc main.c
I know, extremely naive and insecure way of ...
0
votes
0
answers
162
views
ShieldConfigurationExtension & SwiftData
I am developing a Screen Time App for iOS and I am having issues with the ShieldConfigurationExtension (ShieldConfigurationDataSource). I know this extensions is sandboxed but I should be able to read ...
0
votes
1
answer
125
views
I am unable to get access to the yodlee sandbox environment
I am trying to connect the sandbox environment of Yodlee Evestnet.
I have set up the backend with Node (Express) and am setting a post request to the URL "https://sandbox.api.yodlee.com/ysl/auth/...
0
votes
1
answer
314
views
Chrome/Safari blocking JavaScript (user originated) blob URL downloads (sandbox blocking download)
I'm running a simple web application that creates a JSON out of some data the user manipulates in a web UI. The page is served as a GitHub Pages hosted site. What I'm trying to do is to create a ...