has anyone run into 500 errors with the default Me...
# troubleshooting
p
has anyone run into 500 errors with the default Meltano variant of
tap-facebook
? this is the error and has happened twice now when attempting to do the first run for the
ad_insights_age_and_gender
stream. is it up to the tap to handle retries?
Copy code
tap-facebook    | CRITICAL   Params:  {}
tap-facebook    | CRITICAL
tap-facebook    | CRITICAL   Status:  500
tap-facebook    | CRITICAL   Response:
tap-facebook    | CRITICAL     {
tap-facebook    | CRITICAL       "error": {
tap-facebook    | CRITICAL         "code": 1,
tap-facebook    | CRITICAL         "message": "An unknown error occurred",
tap-facebook    | CRITICAL         "error_subcode": 99
tap-facebook    | CRITICAL       }
tap-facebook    | CRITICAL     }
t
Is it still doing it? I wonder if it was an intermittent error
p
going to try again today - it only seems to happen a few hours in. when i run it with a more recent start date to just fetch a few days of data it runs through successfully.
but it’s failed twice in 2 days when running in
--full-refresh
with a 2020/01/01 start date
t
Interesting - I would suspect it’s either a rate limiting issue or a data unavailability issue
p
what do you mean a data unavailability issue? oh btw it doesn’t seem to always fail on the same stream either. i guess it could be a rate limiting issue though you’d expect a more informative error message for that, right?