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

Skip record traversal if there is no iterable #11

Merged

Conversation

viktigpetterr
Copy link

@viktigpetterr viktigpetterr commented Nov 23, 2023

Skip record traversal if there is no iterable

@viktigpetterr viktigpetterr self-assigned this Nov 23, 2023
Copy link

linear bot commented Nov 23, 2023

S-2280 🟥 Intercom - 'NoneType' object is not iterable

said:

🟥 intercom -> dropoff_com
Files:

exit_code: 1
error message: TypeError: 'NoneType' object is not iterable

error stacktrace: [last 20 lines of stderr]

INFO syncing contacts
INFO sync data until: 2023-10-24 02:12:58.231657+00:00
INFO using 'start_date' from config: 2013-10-26 02:12:56+00:00
INFO METRIC: {"type": "counter", "metric": "record_count", "value": 0, "tags": {"endpoint": "contacts"}}
CRITICAL 'NoneType' object is not iterable
Traceback (most recent call last):
  File "/usr/local/bin/tap-intercom", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/singer/utils.py", line 229, in wrapped
    return fnc(*args, **kwargs)

Another example: https://dreamdataio.slack.com/archives/C015L6VDSJH/p1698601875703019

@viktigpetterr viktigpetterr changed the title Exclude record traversal if there is no iterable Skip record traversal if there is no iterable Nov 23, 2023
@JingLin0
Copy link

remember to make an empty commit to integrations-runner to republish the image

@viktigpetterr viktigpetterr merged commit 578a4df into master Nov 24, 2023
2 checks passed
@viktigpetterr viktigpetterr deleted the s-2280-intercom-nonetype-object-is-not-iterable branch November 24, 2023 09:32
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

Successfully merging this pull request may close these issues.

2 participants