faint-book-64646
09/11/2021, 10:42 AMblue-horse-89448
09/11/2021, 7:41 PMblue-horse-89448
09/11/2021, 8:18 PMblue-horse-89448
09/11/2021, 9:34 PMcold-twilight-47953
09/12/2021, 5:50 AMcold-twilight-47953
09/12/2021, 6:09 AMblue-horse-89448
09/13/2021, 7:54 AMclever-helmet-16168
09/13/2021, 9:55 AMmsg['context']['traits']['anonymousId'] = msg['anonymousId']
KeyError: 'traits'
Here is my call
rudder_analytics.track(event='BE-Calculator',
properties={............},
anonymous_id=xxxxx)
breezy-dusk-25231
09/13/2021, 10:31 AMbreezy-dusk-25231
09/13/2021, 10:32 AMcrooked-artist-33100
09/13/2021, 12:07 PM{
"response": "{\"errors\":[{\"status\":422,\"title\":\"Invalid attribute\",\"detail\":\"The domain name is invalid\",\"source\":{\"pointer\":\"\\/data\\/attributes\\/name\"}}]}",
"firstAttemptedAt": "2021-09-13T12:02:59.784Z"
}
acceptable-morning-92964
09/13/2021, 12:09 PMfaint-book-64646
09/13/2021, 12:22 PMPost "<http://localhost:8092/tasks|http://localhost:8092/tasks>": dial tcp 127.0.0.1:8092: connect: connection refused
quick-finland-66908
09/13/2021, 1:48 PMcould not send event: POST <http://hosted-rudderstack:80/v1/import> giving up after 11 attempt(s): Post "<http://hosted-rudderstack:80/v1/import>": dial tcp: lookup hosted-rudderstack on 172.20.0.10:53: no such host
When we try to manually run the sync we get a message: “Something went wrong, please try again later” We have confirmed the whitelisted IP addresses and they are setup correctly in our Azure environment. Are there other things we can do to get them working again?narrow-rain-89253
09/13/2021, 1:58 PMred-dawn-64831
09/13/2021, 2:26 PMCould Not connect to CP Router
suddenly appeared after the integration was working just fine for multiple weeks. I’ve tried to change credentials but it had no effect. Does anyone know the source of this problem?aloof-appointment-91379
09/13/2021, 7:01 PMthousands-house-19851
09/13/2021, 8:38 PMclever-helmet-16168
09/14/2021, 2:49 PM"error": "message type track is not supported"
And here is the payload
{
"anonymousId": "a25c4af9-dc38-4794-8cbc-4b72b50c4e25",
"channel": "web",
"context": {
"app": {
"build": "1.0.0",
"name": "RudderLabs JavaScript SDK",
"namespace": "com.rudderlabs.javascript",
"version": "1.1.18"
},
"campaign": {
....................
},
"library": {
"name": "RudderLabs JavaScript SDK",
"version": "1.1.18"
},
"locale": "en-US",
"os": {
"name": "",
"version": ""
},
"page": {
...................
},
"screen": {
"density": 3.5,
"height": 846,
"innerHeight": 661,
"innerWidth": 412,
"width": 412
},
"traits": {},
"userAgent": "Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/335.0.0.28.118;]"
},
"event": "....",
"integrations": {
"All": true
},
"messageId": "42e8a79e-6f26-4817-9ddb-d60428015d67",
"originalTimestamp": "2021-09-14T14:39:04.330Z",
"properties": {
..................... },
"receivedAt": "2021-09-14T14:39:05.864Z",
"request_ip": "204.220.159.3",
"rudderId": ".....",
"sentAt": "2021-09-14T14:39:04.331Z",
"timestamp": "2021-09-14T14:39:05.863Z",
"type": "track",
"userId": ""
}
clever-helmet-16168
09/14/2021, 3:11 PM{
"response": "[{\"message\":\"Cannot deserialize instance of boolean from VALUE_STRING value on or request may be missing a required field at [line:1, column:229]\",\"errorCode\":\"JSON_PARSER_ERROR\"}]",
"firstAttemptedAt": "2021-09-14T15:08:20.932Z"
}
cool-dress-24282
09/14/2021, 4:38 PMcool-dress-24282
09/14/2021, 4:39 PMcool-dress-24282
09/14/2021, 4:47 PMgreen-book-44596
09/15/2021, 9:01 AM[[[RSClient sharedInstance] getContext] putDeviceToken:@"your_device_token"];
will that create two devices on the customer.io side with two tokens or will one override the other?cool-dress-24282
09/15/2021, 1:44 PMbillowy-airport-55082
09/15/2021, 3:44 PMincalculable-librarian-8915
09/15/2021, 5:09 PMimport rudder_analytics
class RudderStackController:
def __init__(self, harvest):
rudder_analytics.write_key = 'wrong_write_key'
rudder_analytics.data_plane_url = 'data-plane-url'
rudder_analytics.on_error = self.on_error
def track_rudderstack_event(self,uid,event_name,params):
rudder_analytics.track(uid, event_name, params)
def on_error(error, events):
print("Error response:", error)
This is the code I am using which triggers the following error:
error uploading: [Rudder] unknown: Invalid Write Key
(400)
which is expected as the write key is wrong, but I am not able to catch it. its not triggering the on_error callback. Even if try to put it in try-except, it doesnt raise any exceptions.cool-dress-24282
09/15/2021, 11:46 PMswift-stone-81801
09/16/2021, 4:35 AMaloof-appointment-91379
09/16/2021, 2:34 PM