red-finland-49154
10/13/2021, 3:33 PMgreat-magician-10349
10/13/2021, 3:44 PMFailed to trigger uploads for destId= <XXXX>: rpc error: code = Unimplemented desc = unknown method TriggerWHUploads for service proto.Warehouse
Any hints to what might be going wrong? I’ve set up the new DB similar to what i have for another destination that’s working fine.
Would be amazing to get some support as I’m trying to prepare for prod and this is pretty much the only blocker 😬full-machine-57010
10/13/2021, 11:12 PMInvalid Write Key
, I have double checked and the key is what is provided in the JS source i created. I am using <https://hosted.rudderlabs.com/>
as the DATA_PLANE, is anyone able to provide some insight as to what I am doing wrong?full-machine-57010
10/14/2021, 12:53 AMIf you're using *RudderStack Cloud*
*Free*, the data plane URL is provided in the dashboard.
but this doesnt actually appear in the dashboard under my connections tokenbest-solstice-67265
10/14/2021, 4:16 AMimportant-honey-21473
10/14/2021, 6:31 AMfresh-eye-47496
10/14/2021, 2:20 PMboundless-insurance-79294
10/14/2021, 3:00 PMproud-animal-97803
10/14/2021, 3:28 PMServer Sending Invalid Match Key Parameters for PageView Event
Send to developer
Actions
Your server is sending an invalid external_id, ip_address parameters value for your PageView event. This may be because there was an error in the parameter value. This may cause issues with the attribution and delivery optimization of ad campaigns that are using this event.
Upon inspection in the Chrome Dev tools, I realized that RS is not sending the ip address.rhythmic-pizza-93292
10/14/2021, 5:19 PMbig-boots-25401
10/15/2021, 9:35 AMproud-animal-97803
10/16/2021, 1:33 PMwitty-autumn-53342
10/16/2021, 8:47 PMexport NOW="$(date +%s)"
export DD_API_KEY=abc
# Curl command
curl -X POST "<https://api.datadoghq.com/api/v1/series>" \
-H "Content-Type: text/json" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-d @- << EOF
{
"series": [
{
"tags": [
"env:sandbox",
],
"type": "count",
"metric": "events.my_event",
"points": [
[
${NOW},
1
]
]
}
]
}
EOF
cold-twilight-47953
10/17/2021, 6:32 PMFailed to load syncs: timeout of 60000ms exceeded
when trying to view aborted syncshandsome-animal-43816
10/18/2021, 2:18 AMstocky-elephant-42978
10/18/2021, 10:40 AMnutritious-umbrella-24556
10/18/2021, 5:21 PMagreeable-nail-80099
10/19/2021, 7:26 AMagreeable-nail-80099
10/19/2021, 7:27 AMglamorous-laptop-18482
10/19/2021, 8:38 AMlate-chef-38602
10/19/2021, 9:39 AMidentify()
function with a RudderMessage
, but this function is deprecated. What’s the new (or different) way of setting custom user properties?
Kotlin. code sample:
val userProperties = RudderMessageBuilder()
.setUserProperty(RudderUserProperty().apply {
put("my_custom_user_property", "12345")
})
.build()
rudderClient.identify(userProperties)
kind-guitar-62153
10/19/2021, 1:54 PMsparse-tomato-9704
10/19/2021, 5:38 PMclever-helmet-16168
10/20/2021, 10:28 AMbusy-painter-30204
10/20/2021, 10:41 AM<http://cdn.rudderlabs.com|cdn.rudderlabs.com>
🧵busy-art-18733
10/20/2021, 8:02 PM{
"response": "400 GetPostInfoFailed with error: missing expected field : type\nmissing expected field : endpoint\nmissing expected field : method\nmissing expected field : headers\nmissing expected field : params\nmissing expected field : body\nmissing expected field : files\nin transformer response : {\"message\": {\"0\": {\"attributeKey\": \"messageId\", \"attributeValue\": \"3a277009-0d8d-4b3b-94e5-cba93dee88fa\"}, \"1\": {\"attributeKey\": \"EventName\", \"attributeValue\": \"Provider availability toggled\"}, \"2\": {\"attributeKey\": \"AnonymousId\", \"attributeValue\": \"cbec3c3b-691c-4251-b4ed-6e19fb3c238d\"}, \"3\": {\"attributeKey\": \"Provider Name\", \"attributeValue\": \"\"}}, \"spreadSheet\": \"Data\", \"spreadSheetId\": \"1dIjosgEMqEuo_sFv33Fuh4HoXFNzcC7CvqMnUuUcnKc\"}",
"firstAttemptedAt": "2021-10-20T19:53:33.940Z"
}
Couldn’t find anything about this error in the documentation. Any clue?gentle-television-65093
10/21/2021, 2:22 AMLive events
feature) and both are connected to a single destination (Snowflake - backed by an AWS S3 bucket in our AWS account) - however I've yet to see any events/data move from the Sources to the Destinations. When I try to manually Sync Now
, i get the message: No pending events to sync for this destination
. Any ideas on what the issue might be? (Workspace name: gooddog)creamy-battery-50106
10/21/2021, 8:12 AMrudderanalytics
after adding the async JS web snippet to my Wordpress website. What could be causing that?
Uncaught ReferenceError: rudderanalytics is not defined
at <anonymous>:1:1
gentle-furniture-19100
10/21/2021, 4:19 PMadorable-gold-9667
10/21/2021, 6:09 PM