-
Notifications
You must be signed in to change notification settings - Fork 20
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
Landings & Answers tables don't load #28
Comments
We have the same problem. Questions keep getting updated, even if there are no new rows. Answers and Landing get no rows at all. This seems to have started since 20. of April. |
I have the same problem, any fix in the making? It makes the data unreliable |
I have the same issue. This is what I discovered. Hope this helps. I'm using tap-typeform v1.2.0 Scenario:
Log: 2021-06-23 09:00:28 - start_date: 2021-06-23T00:00:00+00:00 Problem: next_date is set to 2021-06-23 10:00:00 i.e. current_date + 1hr, which is greater than the end_date. The new date_to_resume for state is now set to next_date. So in the next tap run, any responses submitted between 2021-06-23 09:00:28 and 2021-06-23 10:00:00 are not picked up. This became a problem for all subsequent runs (scheduled hourly) thereby not picking up any submitted responses. Solution: I think replacing line number 251 in streams.py (v1.2.0) |
The solution I gave above worked. All responses submitted before end_date are picked up in the current tap run. Any responses submitted after the end_date are picked up in the next run (after end_date increments). So I am now not missing any responses. Hope this issue is fixed with the next release so I can use it and remove the local copy. |
Issue #25 from Aug 2020 looks like it's referencing the same problem. Looks like it's line 283 now. Came here from Stitch's support for the same issue. I've tried resetting the integration, but still only get the The extraction is perpetually "In Progress", returning 0 rows (You can see it started at 3pm and the screenshot was taken at almost 6pm). |
Same issue for my part as well. I can get responses with "curl" command and my token which means it's really a Stitch's issue. It worked only when you do a full sync which is really problematic.. Otherwise only the questions are refreshed. Stitch support propose no solution but redirect me here.. Did anyone find a solution? |
Repeating an issue that was raised here once already: only my Questions table is extracting and loading, despite there being new answers and landing events. I noticed this last week and reset the integration, which worked to recover all the historical Landings and Answers data, only for the problem to recur again days later. Is there a fix for this?
The text was updated successfully, but these errors were encountered: