brash-monkey-6429
12/01/2021, 5:49 PMthankful-greece-6767
12/01/2021, 11:04 PMNo response from server - Network Error
as a pop-up. Have anyone experience this problem? I'll post the console log in the thread.fast-fountain-88781
12/02/2021, 7:40 AMabundant-honey-91477
12/02/2021, 8:29 AMfuture-queen-26634
12/02/2021, 9:01 AMbitter-hospital-55342
12/02/2021, 12:19 PMasync setAppUserId(userId: string): Promise<void> {
const appsFlyerID = _await_ this.appsflyerService.getAppsFlyerUID();
RudderClient?.identify(userId, null, {
externalIds: {
appsflyerExternalId: appsFlyerID
}
});
}dry-pizza-75186
12/02/2021, 4:45 PMbreezy-car-86927
12/03/2021, 6:14 AMfast-solstice-64490
12/03/2021, 1:40 PMaverage-kilobyte-5114
12/03/2021, 1:45 PM/validate
call that times out after 30 sec. We run a lot of ad campaigns, maybe some limit? However I cannot do anything to solve this.
For Google ads it doesn’t work at all. I immediately get This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.
, so I cannot even connect.
Any help would be appreciated!bright-room-97374
12/03/2021, 7:42 PM#!/usr/bin/env node
const Analytics = require("@rudderstack/rudder-sdk-node")
DATA_PLANE_URL = "<https://oliveinvesow.dataplane.rudderstack.com/v1/batch>"
WRITEKEY = "21mtxWjtAvXWnayMaNCH1xtUaIS"
const client = new Analytics(WRITEKEY, DATA_PLANE_URL)
client.track({
userId: "123456",
event: "Item Viewed"
})
console.log("finished")
process.exit()
sparse-engine-48042
12/04/2021, 6:06 PMfull-appointment-96366
12/06/2021, 2:15 AMsquare-hairdresser-73558
12/06/2021, 9:57 AMfast-fountain-88781
12/06/2021, 1:59 PMstraight-machine-93573
12/06/2021, 4:28 PMstraight-machine-93573
12/06/2021, 4:43 PMstraight-machine-93573
12/06/2021, 4:44 PMsilly-energy-96654
12/06/2021, 5:21 PMError: Internal Server Error,
at /usr/src/app/node_modules/@rudderstack/rudder-sdk-node/index.js:670:27,
at runMicrotasks (<anonymous>),
at processTicksAndRejections (node:internal/process/task_queues:96:5)
This is the stack trace we have, I believe this is a response from rudder-stack services, but we are not sure the nature of the issue.
The issue happened at this time twice.
Dec 06, 2021 at 122553.461 (about 2 hours ago)straight-machine-93573
12/06/2021, 8:50 PMmysterious-forest-39338
12/06/2021, 10:09 PMstraight-machine-93573
12/07/2021, 4:35 PMeager-scientist-37622
12/07/2021, 9:16 PMsparse-whale-77537
12/08/2021, 4:57 PMstraight-machine-93573
12/08/2021, 5:30 PMaloof-winter-62252
12/08/2021, 7:55 PMuserId
used by RudderStack SDK JS? As there is rudderanalytics.getAnonymousId()
, I would like to do something like rudderanalytics.getUserId
to find out whether or not an identify
has already been done and, if not, call identify
witty-autumn-53342
12/08/2021, 8:28 PMmammoth-carpet-79303
12/09/2021, 6:57 AMbored-planet-71508
12/09/2021, 7:44 AM"@rudderstack/rudder-integration-appcenter-react-native": "^1.0.0",
. Herei is the log
> Task :rudderstack_rudder-integration-appcenter-react-native:androidDependencies FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rudderstack_rudder-integration-appcenter-react-native:androidDependencies'.
> Could not resolve all artifacts for configuration ':rudderstack_rudder-integration-appcenter-react-native:debugRuntimeClasspath'.
> Could not resolve com.facebook.react:react-native:+.
Required by:
project :rudderstack_rudder-integration-appcenter-react-native
> Failed to list versions for com.facebook.react:react-native.
> Unable to load Maven meta-data from <https://dl.bintray.com/rudderstack/rudderstack/com/facebook/react/react-native/maven-metadata.xml>.
> Could not get resource '<https://dl.bintray.com/rudderstack/rudderstack/com/facebook/react/react-native/maven-metadata.xml>'.
> Could not GET '<https://dl.bintray.com/rudderstack/rudderstack/com/facebook/react/react-native/maven-metadata.xml>'. Received status code 502 from server: Bad Gateway
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 1m 45s
47 actionable tasks: 47 executed
Can someone help on this. Not able to build android build because of this.careful-daybreak-58750
12/09/2021, 9:25 AMMy CircleCI pipeline task to Download Dependencies for React Native Android native build is failing due to issue with the package "@rudderstack/rudder-integration-appcenter-react-native": "^1.0.0",