Closed anatolec closed 2 years ago
Update: I have the same problem, I found out that this problem happens with the Zendesk Support Connector on Version 0.2.0 onwards and 0.1.12 works correctly. The following log shows the same problem OP has, I used S3 as destination.
Additionally, Version 0.1.12 of Zendesk Support Connector finds around 9k records for 1 day and for the same amount of time, Version > 0.2.0 finds around 900k records, which seems wrong for the usage amount.
I'm also seeing that rate-limit issue. I have the following setup:
At some point, the rate-limit issue occurs in either of the jobs of those connections, as it can be seen in these logs: logs-364157.txt logs-365810.txt
@AnatolePledg, @anduresu, @Igomezm
Hello, general recommendation to isolate the issue is to try to update to 0.2.2 version, make the full-refresh to some test place, like Local CSV or Local Json and share the logs here, please.
We've slightly changed the way some streams work, such as: TicketComments
. The change decreases the amount of API calls.
@AnatolePledg @anduresu @lgomezm Please reply to previous message once you test the 0.2.2 version.
Hi @bazarnov , I haven't faced this issue for many days now, at least since my upgrade to 0.2.2 a week ago. I will close this issue in a week if the problem hasn't reappeared
@AnatolePledg
Got it. Sounds great, moving this issue to On Hold
for now.
Hi @bazarnov , I updated the connector and works correctly. Thanks
Closing this issue, due to no actions required. Otherwise, please reopen it again.
@bazarnov I am experiencing this issue. I am unable to sync all tickets and am hitting this limit every time. Unable to even pull a few days worth
LOG
``` 2022-03-10 03:30:58 [44msource[0m > [Errno Expecting value] Number of allowed API requests per minute exceeded: 0 Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 910, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/airbyte/integration_code/main.py", line 13, in