alert-vegetable-59655
03/05/2023, 11:21 AMastonishing-fall-92473
03/06/2023, 9:39 AMWARN backend-config backend-config/single_workspace.go:81 Failed to fetch config from API with error: Get "<https://api.rudderstack.com/workspaceConfig?fetchAll=true>": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying after 269.201191ms
Now they are gone. Were there any problems with your infrastructure in the previous hours?little-notebook-46410
03/06/2023, 4:13 PMfamous-lizard-59530
03/06/2023, 5:40 PMacceptable-glass-51311
03/07/2023, 12:08 PMambitious-machine-3311
03/07/2023, 4:40 PMalert-vegetable-59655
03/08/2023, 2:56 AMechoing-processor-11471
03/08/2023, 3:07 PMvictorious-island-22015
03/08/2023, 6:17 PMcreamy-table-83685
03/08/2023, 7:55 PMfew-activity-43960
03/09/2023, 6:56 AMbitter-mouse-72233
03/09/2023, 10:24 AMjolly-vr-37035
03/09/2023, 3:24 PM{
"currency": "CAD",
"name": "The Collection Snowboard: Oxygen",
"price": "1435.00",
"product_id": 8160787366167,
"sku": 8160787366167,
"variant": [
{
"available": true,
"created_at": "2023-03-09T07:57:11-05:00",
"grams": 0,
"id": 44618522788119,
"option1": "Default Title",
"position": 1,
"price": "1435.00",
"product_id": 8160787366167,
"requires_shipping": true,
"sku": "",
"taxable": true,
"title": "Default Title",
"updated_at": "2023-03-09T07:57:11-05:00"
}
]
},
SKU is string:
{
"currency": "CAD",
"name": "The Multi-managed Snowboard",
"price": "882.00",
"product_id": 8160787202327,
"sku": "sku-managed-1",
"variant": [
{
"available": true,
"created_at": "2023-03-09T07:57:11-05:00",
"grams": 0,
"id": 44618522493207,
"option1": "Default Title",
"position": 1,
"price": "882.00",
"product_id": 8160787202327,
"requires_shipping": true,
"sku": "sku-managed-1",
"taxable": true,
"title": "Default Title",
"updated_at": "2023-03-09T07:57:15-05:00"
}
]
},
I checked the documentation. There this field should be a string.
Could you help to me, please?quaint-engine-78304
03/09/2023, 9:13 PMInvalid destination creds, failed for operation: upload with err:
Your previous request to create the named bucket succeeded and you already own it.
limited-advantage-28048
03/09/2023, 9:53 PMcool-house-4166
03/10/2023, 4:21 AMimportant-traffic-89039
03/10/2023, 7:28 AMeager-pizza-76165
03/10/2023, 8:09 AMfew-activity-43960
03/10/2023, 12:24 PMrich-train-7066
03/13/2023, 5:20 AMwitty-beard-29204
03/13/2023, 8:41 AMaverage-kilobyte-5114
03/13/2023, 9:13 AMaverage-kilobyte-5114
03/13/2023, 9:13 AM{
"log": "2023-03-13T09:11:51.947Z\tWARN\tbackend-config\tbackend-config/single_workspace.go:81\tFailed to fetch config from API with error: Get \"<https://api.rudderstack.com/workspaceConfig?fetchAll=true>\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying after 362.505776ms\n",
"stream": "stdout",
"time": "2023-03-13T09:11:51.948065231Z"
}
happy-lion-10209
03/13/2023, 10:19 AMbroad-island-80682
03/13/2023, 6:33 PM{'error': 'No validation method found for definition FB_CUSTOM_AUDIENCE'}
.
I modeled my JSON payload after what the API is returning for a similar destination created through the UI. Not sure what this “validation method” the error is referring to is. I searched through the codebase on github and didn’t find anything promsing.
import requests
FACEBOOK_TOKEN = '*****************'
def create_destination(name, custom_audience_id):
dest = {'config': {'audienceId': str(custom_audience_id),
'accessToken': FACEBOOK_TOKEN,
'maxUserCount': '100',
'userSchema': ['EMAIL'],
'isHashRequired': False,
'isRaw': False,
'disableFormat': False,
'skipVerify': False,
'type': 'NA',
'subType': 'NA'},
'name': name,
'type': 'FB_CUSTOM_AUDIENCE',
'enabled': True,
}
headers = {'Authorization': 'Bearer *******************'}
url = '<https://api.rudderstack.com/v2/destinations>'
resp = <http://requests.post|requests.post>(url, json=dest, headers=headers)
return resp
Has anyone run into this before?witty-beard-29204
03/14/2023, 5:53 AMfamous-lamp-53775
03/14/2023, 10:42 AMfew-activity-43960
03/14/2023, 11:38 AMbrash-nightfall-83618
03/14/2023, 12:44 PMcalm-flower-84865
03/14/2023, 2:58 PM