singer-io / tap-appsflyer

A Singer.io tap for extracting data from the AppsFlyer API
GNU Affero General Public License v3.0
11 stars 40 forks source link

Apps Flyer Error on Stitch #36

Open rdey1025 opened 2 years ago

rdey1025 commented 2 years ago

Hi,

I tried using the apps flyer integration stitch and I am constantly getting errors. Can anyone please advise on the issue?

Thanks Rishav

2022-05-09 18:42:55,568Z main - INFO Running tap-appsflyer version 0.0.13 and target-stitch version 3.2.1 2022-05-09 18:42:56,696Z main - INFO [smart-services] building smart service producer: topic( com.stitchdata.extractionJobStarted ), use_ssl( true ) 2022-05-09 18:42:56,703Z main - INFO [smart-services] building smart service producer: topic( com.stitchdata.extractionJobFinished ), use_ssl( true ) 2022-05-09 18:42:56,709Z main - INFO [smart-services] building smart service producer: topic( com.stitchdata.streamRecordCount ), use_ssl( true ) 2022-05-09 18:42:57,741Z main - INFO [smart-services] event successfully sent to kafka: com.stitchdata.extractionJobStarted [49] at offset None 2022-05-09 18:42:57,762Z main - INFO Current state: {} 2022-05-09 18:42:57,762Z main - INFO Starting tap: tap-env/bin/tap-appsflyer --config /tmp/tap_config.json --state /tmp/tap_state.json 2022-05-09 18:42:57,766Z main - INFO Starting target: target-env/bin/target-stitch --config /tmp/target_config.json 2022-05-09 18:42:57,905Z tap - INFO do_sync() 2022-05-09 18:42:57,905Z tap - INFO Starting sync. Will sync these streams: ['installs', 'in_app_events'] 2022-05-09 18:42:57,905Z tap - INFO Syncing installs 2022-05-09 18:42:57,907Z tap - INFO GET https://hq.appsflyer.com/export/rdey@fubo.tv/installs_report/v5?from=2022-03-07+00%3A00&to=2022-04-06+00%3A00&api_token=.................................... 2022-05-09 18:42:58,154Z target - INFO Using batch_size_prefernces of {'full_table_streams': [], 'batch_size_preference': None, 'user_batch_size_preference': None} 2022-05-09 18:42:58,823Z tap - INFO STATS: {"duration": 0.915264368057251, "status": "succeeded", "http_status_code": 404, "source": "installs"} 2022-05-09 18:42:58,823Z tap - ERROR GET https://hq.appsflyer.com/export/rdey@fubo.tv/installs_report/v5?from=2022-03-07+00%3A00&to=2022-04-06+00%3A00&api_token=.................................... [404 - b'<!DOCTYPE html>\n<html lang="en">\n\n<head>\n <title>AppsFlyer - Page Not Found</title>\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <link rel="shortcut icon" href="https://cdn.appsflyer.com/af-statics/images/favicon.ico" />\n <!-- other browsers -->\n <link rel="icon" href="https://cdn.appsflyer.com/af-statics/images/favicon.ico" />\n <link href="https://cdn.appsflyer.com/af-statics/images/error-pages.css" rel="stylesheet">\n</head>\n\n<body>\n <div class="error-page error-404-page">\n <div class="error-header">\n <a href="/apps/myapps"></a>\n </div>\n <div class="error-content">\n <div class="error-inner">\n <div>\n <h1>OOPS...</h1>\n <h2>\n <div>The page you requested</div>\n <div>was not found</div>\n </h2>\n <div>\n <a href="/apps/myapps">Back To My Apps ></a>\n </div>\n <div class="error-illustration"></div>\n </div>\n </div>\n </div>\n </div>\n</body>\n\n</html>'] 2022-05-09 18:42:58,843Z target - INFO Requests complete, stopping loop 2022-05-09 18:42:58,877Z main - INFO Target exited normally with status 0 2022-05-09 18:43:00,260Z main - INFO [smart-services] event successfully sent to kafka: com.stitchdata.extractionJobFinished [8] at offset None 2022-05-09 18:43:00,263Z main - INFO No tunnel subprocess to tear down 2022-05-09 18:43:00,264Z main - INFO Exit status is: Tap failed with code 1. Target succeeded.