Discussions

Ask a Question

Limiting results from a Sealed Client Request

I followed the documentation to limit the Products returned from the Javascript agent call to just be "identification" and "botd", but the results keep returning things like "ipInfo", "vpn", etc. Note, if I try to set Products but exclude "identification", that data does not show up. Is this a limitation of Seal Client Results, is there any way around this? We want to pass this data to a redirect link via a query var (processing happens on the other end), but the encrypted string that is returned is over 3,000 characters long.
ANSWERED

Why does GetEventAsync throw an Exception instead of returning an error?

When the request id does not exist, the GetEventAsync call throws an exception, with an ErrorCode (404) and a JSON ErrorContent. Firstly: is there any documentation about the ApiException and its format (especially the ErrorContent JSON)? Secondly: why isn't the error returned on the regular response, eg. Products.Botd.Error Thanks \-- Joe
ANSWERED

Are there any CORS issues when using fingerprint?

as title Are there any CORS issues when using fingerprint?
ANSWERED

ERR_BLOCKED_BY_CLIENT in brave browser

I'm using npm package in my react app still facing ERR_BLOCKED_BY_CLIENT error but on google chrome its working fine.
ANSWERED

Could not find fingerprint dependency in react native

I'm getting could not find fingerprint dependency in running react native package. I'm just adding the fingerprintjs package in the npm and running it but getting the following error ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find com.fingerprint.android:pro:2.3.4. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://repo.maven.apache.org/maven2/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - file:/Users/varshini/project/finger_print/AwesomeProject/node_modules/jsc-android/dist/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://dl.google.com/dl/android/maven2/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://www.jitpack.io/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom Required by: project :app > project :fingerprintjs_fingerprintjs-pro-react-native * 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. BUILD FAILED in 4s error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find com.fingerprint.android:pro:2.3.4. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://repo.maven.apache.org/maven2/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - file:/Users/varshini/project/finger_print/AwesomeProject/node_modules/jsc-android/dist/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://dl.google.com/dl/android/maven2/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom - https://www.jitpack.io/com/fingerprint/android/pro/2.3.4/pro-2.3.4.pom Required by: project :app > project :fingerprintjs_fingerprintjs-pro-react-native * 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. BUILD FAILED in 4s. info Run CLI with --verbose flag for more details ``` Im using fingerprint 3.0.0 npm version
ANSWERED

Can we generate visitor id (browser identification) on server side, using client request ?

I have a use case where we need visitor id on server side rendered pages, is it possible to generate visitor id using Fingerprint JS or Fingerprint PRO on server side ?
ANSWERED

Getting Uncaught (in promise) TypeError error in firefox

Uncaught (in promise) TypeError: error loading dynamically imported module: <https://openfpcdn.io/fingerprintjs/v3> The rest of the web browsers are working fine except Firefox. when I disable the "enhanced tracking protection" option in Firefox the error is vanished.
ANSWERED
ANSWERED

Fingerprint

Galaxy S20FE5G
ANSWERED

Visitor ID is not unique

On two websites, using the same computer and chrome, using the same key, the generated visitorId are different. What is the reason? On two websites, using the same computer and chrome, using the same key, the generated visitorId are different. What is the reason?