Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodically getting the following error: SingerSyncError GET: 400 Message: Error accessing adreport job. #193

Open
willhasgithub opened this issue Jun 22, 2022 · 0 comments

Comments

@willhasgithub
Copy link

willhasgithub commented Jun 22, 2022

I am periodically getting the following error upon extraction:
SingerSyncError GET: 400 Message: Error accessing adreport job.

After an initial look-through troubleshooting the error I think it may have to do with the while condition being met when the async job is not completely done.

A stackoverflow thread says it better than I can.

This thread implies that status != "Job Completed" needs to be changed to status != "Job Completed" or percent_completion < 100 for the following line.

Again, this is an initial take, but if that change is made, you may consider updating this condition as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant