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

I've got 404 error (extraction logs attached) #22

Open egolovey opened 5 years ago

egolovey commented 5 years ago

Hi, I've created stichdata connector AppsFlyes to BigQuery

There is no successful attemps.

Extraction Jobs logs:

2019-07-30 21:03:46,747Z main - INFO Running tap-appsflyer version 0.0.11 and target-stitch version 1.8.1 2019-07-30 21:03:46,861Z main - INFO Starting tap: tap-env/bin/tap-appsflyer --config /tmp/tap_config.json --state /tmp/tap_state.json 2019-07-30 21:03:46,863Z main - INFO Starting target: target-env/bin/target-stitch --config /tmp/target_config.json 2019-07-30 21:03:47,026Z tap - INFO do_sync() 2019-07-30 21:03:47,027Z tap - INFO Starting sync. Will sync these streams: ['installs', 'in_app_events'] 2019-07-30 21:03:47,027Z tap - INFO Syncing installs 2019-07-30 21:03:47,029Z tap - INFO GET https://hq.appsflyer.com/export/583402384/installs_report/v5?to=2019-07-30+21%3A00&api_token=....................................&from=2019-06-30+21%3A00 2019-07-30 21:03:47,088Z target - INFO Using Stitch import URL https://api.stitchdata.com/v2/import/batch 2019-07-30 21:03:47,713Z tap - INFO STATS: {"duration": 0.6835598945617676, "status": "succeeded", "http_status_code": 404, "source": "installs"} 2019-07-30 21:03:47,713Z tap - ERROR GET https://hq.appsflyer.com/export/583402384/installs_report/v5?to=2019-07-30+21%3A00&api_token=....................................&from=2019-06-30+21%3A00 [404 - b'<!DOCTYPE html>\n\n\n\n AppsFlyer - Page Not Found\n \n \n \n \n \n \n\n\n\n

\n
\n \n
\n
\n
\n
\n

OOPS...

\n

\n
The page you requested
\n
was not found
\n

\n \n
\n
\n
\n
\n
\n\n\n'] 2019-07-30 21:03:47,738Z target - INFO Exiting normally 2019-07-30 21:03:47,766Z main - INFO Target exited normally with status 0 2019-07-30 21:03:47,767Z main - INFO Exit status is: Tap failed with code 1. Target succeeded.

monodeldiablo commented 3 years ago

I'm encountering the exact same error. Did you manage to find a resolution to this issue?