4,804 questions
Tooling
1
vote
1
replies
41
views
What is the current recommended way to run integration tests in Flutter (since integration_test is discontinued)?
I’m setting up integration tests in a Flutter project and noticed an inconsistency between the official documentation and the current state of the packages.
The official Flutter documentation still ...
0
votes
1
answer
38
views
The card details section not apperaing during Tap Web Card SDK V2 integration on website
has anyone faced this issue ever during integration of tap payment gateway web card sdk v2 https://developers.tap.company/docs/card-sdk-web-v2
const { unmount } = renderTapCard("card-sdk-id&...
0
votes
0
answers
23
views
Xero Contacts API only updates “Bills” payment terms but ignores “Sales” payment terms
Title:
Xero Contacts API only updates “Bills” payment terms but ignores “Sales” payment terms (no error returned)
Body:
I’m working on a Salesforce → Xero integration that updates contact payment ...
0
votes
0
answers
35
views
Twilio Integration and Dialogflow CX
I am trying to integrate Twilio and Dialogflow CX.
In Dialogflow when I click connect to integrate Twilio:
nothing happens
connects to twilio, within seconds the page refreshes back to Dialog Flow CX ...
0
votes
1
answer
58
views
Can Media Session API be used to control Web Speech API spoken word playback?
In Google Chrome, I’m experimenting with combining the Web Speech API (speechSynthesis) and the Media Session API so that browser-level play/pause hardware keys (and OS media controls) can control ...
0
votes
0
answers
42
views
Micronaut ignores test container
Here is part of my test:
@MicronautTest(startApplication = false)
@Testcontainers(disabledWithoutDocker = true)
class AggMapperIT : TestPropertyProvider {
@Inject
lateinit var aggMapper: ...
2
votes
0
answers
65
views
Incorrect PieceWise result of integration in Sympy
Result of integrating a function
x,z = symbols('x z', real=True); x,z
px,pz = symbols('p_x p_z'); px,pz
xxe = exp( pz*z + px*x ); xxe
xxe.integrate(z)
in second case of PieceWise doesn't include the ...
0
votes
0
answers
47
views
After restarting home assistant device is displaying as device is no longer avilable
Doing MQTT integration with the gateway. Currently, I use the MQTT Explorer tool as a gateway to publish a message in a particular topic to Home Assistant.
configuration topic is homeassistant/light/...
0
votes
0
answers
27
views
Openweather integration in appsheets
I'm having trouble integrating a weather API into Appsheets. I want the user to enter their location and then the API returns the weather data. I have a locations table where it is ref in the ...
0
votes
1
answer
66
views
How to run module aar file in flutter plugin
I create module in flutter with simple one screen and create aar file , I add that in flutetr plugin and run that plugin through example project , it works in debug mode but in release mod it gives ...
0
votes
0
answers
30
views
Integrating a flutter application into another, and I'm facing troubles with navigation
We had two applications, Let's call them Application A , and Application B.
Our company wanted to Integrate App B into A as one app.. So, B will now be a mini-app inside A.
The problem with is that ...
0
votes
0
answers
24
views
Attachments from TOPdesk to Azure DevOps Are Empty After Transfer
I'm using the code below to transfer attachments from TOPdesk to Azure DevOps. While the transfer appears to work — the files show up in Azure DevOps — I'm unable to open them, and they seem to be ...
1
vote
1
answer
173
views
FitzHugh–Nagumo model output not resembling what is shown on Wikipedia
First off, I just want to mention that I am a biology researcher not trained in differential equations or dynamical systems. I am doing this as an exercise to get a bit of intuitive understanding of ...
0
votes
1
answer
119
views
Unable to read DB using Mulesoft SELECT connector
I'm trying to read a Table data in MYSQL DB using Mulesoft SELECT connector, but it's failing with the following error below
java.lang.RuntimeException: Attempted to send invalid data through http ...
0
votes
1
answer
69
views
Integrating an External App with Banno Using subId
We are integrating an external application with the Banno platform and are currently relying on the subId (subject identifier) returned from the Banno API as a unique identifier for each user.
I have ...
0
votes
0
answers
36
views
Digifort VMS API interface throws CORS error when sending any request
I am implementing an integration that uses the Digifort VMS HTTP API, that requires to access the list of cameras, groups and live stream of those cameras.
The integration is developed but I found ...
0
votes
0
answers
53
views
How to Create an Organization-Level Zoom Integration to Send Meeting Transcripts via Webhook in Python?
I'm trying to create an organization-level Zoom integration using Python. The goal is:
After every Zoom meeting, automatically send the meeting transcript to a Webhook URL that I control.
My ...
0
votes
0
answers
157
views
Unable to Use NetSuite OAuth 2.0 Access Token with RESTlet or SuiteTalk (500/401 Errors)
I'm working on a NetSuite integration and initially had issues with OAuth 1.0, so I switched to OAuth 2.0. I successfully obtained an access token using the authorization code flow. However, when I ...
0
votes
0
answers
34
views
Converting powershell script to python and facing error 'can only concatenate str (not "NoneType") to str'
"Below is the output getting post running the code where in archiving function getting 'can only concatenate str (not "NoneType") to str' error , been using 'office365-rest-python-...
0
votes
0
answers
45
views
How to extract a specific OID value from nested SNMP trap JSON in JSLT?
I'm working with SNMP Integrations and trying to extract the value of a specific OID (1.3.6.1.4.1.2312.13.1.1.2.1.5) from incoming SNMP trap payloads using JSLT.
The SNMP traps are deeply nested JSON ...
0
votes
0
answers
50
views
Test the Clover REST API integration App(Prod Environment) while its submission status is Pending
We have submitted our app for review and it is currently in "Pending" status.
We did the REST API integration.
We are trying to test the app in prod environment by setting up a new test ...
0
votes
0
answers
36
views
Qt Creator kit recognition Error for QGroundControl Source Code
This is for a UAS project class, we are trying to modify QGroundControl Source code using Qt Creator. However, we are reciving error messages and having trouble getting Qt Creator to recognize the ...
0
votes
0
answers
118
views
OIDC Integration with Keycloak Fails - 404 on Callback & 401 on LoggedInUser API
Openmetadata version is 1.6.7
📋 Description:
I have configured OpenMetadata to use Keycloak via custom-oidc following the documentation and Helm values. Despite verifying that the JWK public key (kid)...
0
votes
0
answers
88
views
Need Help in integrating Apache Camel with Spring boot
I am learning middleware technologies and Apache Camel came up first. I am trying to implemet an xml to json conversion but I am unable to implement jaxb dependencies. I tried several and still ...
1
vote
1
answer
584
views
Source map error: Source Map URL: df-messenger-default.css.map
I am integrating GCP conversational agent to my Vaadin 14 application, the application shows error "Child to insert before is not a child of this node".
when I check the developer's console, ...
-1
votes
1
answer
292
views
What is causing my SAP Integration Suite to throw the following error: Unexpected character '{' (code 123) in prolog
I have an SAP Integration Suite with a loop using a Splitter and Gather modules. The SAP Integration Suite Splitter is getting this error:
Unexpected character '{' (code 123) in prolog
But I ...
0
votes
0
answers
42
views
Missing factor of 2 when numerically integrating a 1d function on 2d grid
I have a 1d function p(r) = 1-r when r<1 and p(r) = 0 otherwise. Let I1(r) = ∫pdr where integration starts from 0. Let's set the constant of integration so that I1(1)=0. Now, assume r represents ...
0
votes
0
answers
25
views
Asynch integration approach between two ERP systems
We need to integrate two ERP systems which have to exchange many Entities (Items, Vendors, Prices ect.) and business Documents (Purchase orders, Sales orders, Warehouse transfer orders, ect.).
The ...
0
votes
0
answers
87
views
Flask Integration with Mpesa Express STK results in Wrong credentials
I am still testing my code under sandbox, therefore, I believe giving the consumer key and consumer secret for my application is not a security issue, because I can always delete and change. The main ...
0
votes
0
answers
73
views
Grafana K8s monitoring not able to reach PostgreSQL database on same node
I've installed the grafana/k8s-monitoring Helm chart on my minikube cluster on my physical server (namespace rweather). I've also installed a single PostgreSQL database on that same node, namespace ...
0
votes
0
answers
38
views
Where To Add the Dependency for Android integration for Mixpanel ? I code with AIDE; for Android with Libgdx for android game dev
I code with AIDE code editor, and, you can code non game apps for Android, and game apps; difference being when you select your Template to create; you select Mobile game java/libgdx app template for ...
0
votes
0
answers
51
views
Boomi Process State Logs
I have created simple boomi WSS test process, which reads input json, validates it for required params and logs validation success/failure in Opensearch.
At high level, I have start shape with WSS ...
1
vote
2
answers
95
views
mpdf manual integration issue
I manually downloaded mpdf 8 files to the application\third-party
..Also Psr\log downloaded in application\psr\log .
I modified the path in Mpdf.php and i got this.
An uncaught Exception was ...
2
votes
0
answers
27
views
How to configure Gitlab's Assembla Integration so that tickets get links to commits?
Docs for the Assembla integration are extremely light (non existent).
I have an api token generated in assembla by an owner account that consists of the key & secret
in the token field of gitlab ...
0
votes
0
answers
105
views
How to Implement Meta User Data Deletion Callback in Cognigy.AI (JavaScript)?
I’m working on a chatbot built using Cognigy.AI, which is integrated with Facebook Messenger via the Meta for Developers app. Recently, we received a "User Data Deletion Requested" ...
1
vote
0
answers
73
views
I need a way to order xUnit tests belonging to one test collection but spread across multiple test classes
I am working with xUnit/integration test and need to control the execution order of my tests. The tests are part of a single test collection but are spread across multiple test classes.
Custom test ...
0
votes
0
answers
48
views
Firebase Analytics to BigQuery Export Not Working After Moving to US Multi-Region
I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected.
Later, I ...
1
vote
1
answer
106
views
NetSuite PowerBI integration using REST Webservices error
Im trying to connect netsuite employee list to PowerBI, using REST Webservices (because my client doesnt have suiteanalytics subscription).
I have tested in postman, the conection works fine. But when ...
0
votes
0
answers
93
views
How to Get Logged-In Admin User in a Shopware 6 External App?
I am developing a Shopware 6 External App, which is integrated using the manifest.xml. Within the Shopware admin panel, my frontend is embedded using the iframe functionality from the manifest.
Now, I ...
0
votes
0
answers
26
views
Error Generating APK for Positivo Terminal Integration
I'm encountering an error while trying to generate the APK for integration with Stone. The app requires Positivo credentials to be installed on credit card terminals. However, when I attempt to ...
0
votes
0
answers
93
views
Page Speed Insights ReCaptchaV3 integration
Are there any guides illustrating how to integrate Page Speed Isights with reCaptch v3?
First question, should my API validate the captcha token before calling PSI?
Second question, what should my ...
-2
votes
1
answer
63
views
How to Connect Flowgear to QuickBooks Desktop Without Web Connector or Hosted Web Service?
I am working with Flowgear and need to communicate with a client's QuickBooks Desktop instance. Typically, this can be achieved using QuickBooks Web Connector, but it has some limitations for our use ...
0
votes
0
answers
16
views
while calling a web service from before update trigger in oracle cx service cloud , we are getting the error
we have developed 2 web services to integrate with external system - one web service will connect with other application using Id password we provided and get a token as reply.
second web service will ...
0
votes
0
answers
154
views
Save conversation history in the Flowise AgentFlow
I am working on integrating Flowise with WhatsApp chatbots.
Right now, I’m facing a challenge: keeping the conversation history using AgentFlow. It doesn’t seem to have a built-in way to handle this.
...
0
votes
0
answers
39
views
integrate intercome with upvoty in react
How can I integrate intercom widget with upvoty.Intercom widget is already deployed on my webapp
There should be a separate button in intercom widget which should trigger upvoty drawer which I had ...
0
votes
0
answers
39
views
Enriching XML Data Before Saving to Database in Apache Camel
I'm working on a project using Apache Camel and Spring Boot, and I'm trying to save data to Elasticsearch. I have two XML files:
The first file contains a huge list of products.
The second file ...
0
votes
1
answer
23
views
The content of the file is checked for characters, replace 0D-0A (windows EOL) with 0A (linux EOL)
In Azure Logic Apps, files are fetched from a file location and file contents are read then we have to replace the charaters 0D-0A (windows EOL) with 0A (linux EOL) which is nothing but CR-LF with LF.
...
0
votes
0
answers
86
views
Plaid interface not showing with Plaid Link token
I implemented the Plaid configuration years ago with the public key. Everything is working fine. Recently Pliad asked us to migrate to Link token instead of public key usage since it is deprecating.
...
1
vote
1
answer
85
views
Unexplained gain in my code when solving coupled differential equations using solve_ivp() in python
I am trying to solve two coupled differential equations in python using the solve:ivp() function from scipy.integrate but I get an unexplained gain on one of my terms that breaks the equation. It is ...
0
votes
0
answers
108
views
Section/integration points for beam elements in ABAQUS
I'd like to work with beam elements in ABAQUS. I don't quite understand what is meant by integration points and section points. For a rectangular beam, it says that there are 25 section points for ...