Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

'NoneType' object has no attribute 'split' #20

Open
Open
'NoneType' object has no attribute 'split' #20

Description

Hi, I am currently using Stitchdata for Gitlab integration. After a few days of running smoothly, I suddenly got this error message: 'NoneType' object has no attribute 'split'. And the pipeline has not been working ever since. We haven't really made any changes on Git so I am not sure what caused the issue. Could anyone please advice? Thanks

2020-10-05 18:58:09,929Z tap - CRITICAL 'NoneType' object has no attribute 'split' 2020-10-05 18:58:09,929Z tap - Traceback (most recent call last): 2020-10-05 18:58:09,929Z tap - File "tap-env/bin/tap-gitlab", line 33, in 2020-10-05 18:58:09,930Z tap - sys.exit(load_entry_point('tap-gitlab==0.5.1', 'console_scripts', 'tap-gitlab')()) 2020-10-05 18:58:09,930Z tap - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_ gitlab/__init__.py", line 292, in main 2020-10-05 18:58:09,930Z tap - raise exc 2020-10-05 18:58:09,930Z tap - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_ gitlab/__init__.py", line 289, in main 2020-10-05 18:58:09,930Z tap - main_impl() 2020-10-05 18:58:09,930Z tap - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_ gitlab/__init__.py", line 284, in main_impl 2020-10-05 18:58:09,930Z tap - do_sync() 2020-10-05 18:58:09,930Z tap - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_ gitlab/__init__.py", line 258, in do_sync 2020-10-05 18:58:09,930Z tap - gids = list(filter(None, CONFIG['groups'].split(' '))) 2020-10-05 18:58:09,930Z tap - AttributeError: 'NoneType' object has no attribute 'split' 2020-10-05 18:58:10,153Z target - INFO Using batch_size_prefernces of {'user_batch_size_preference': None, 'batch_size_preference': None, 'full_table_streams': []} 2020-10-05 18:58:10,154Z target - INFO Requests complete, stopping loop 2020-10-05 18:58:10,207Z main - INFO Target exited normally with status 0 2020-10-05 18:58:10,530Z main - INFO [smart-services] event successfully sent to kafka: com.stitchdata.extractionJobFinished [1] at offset None 2020-10-05 18:58:10,531Z main - INFO No tunnel subprocess to tear down 2020-10-05 18:58:10,531Z main - INFO Exit status is: Tap failed with code 1 and error message: "'NoneType' object has no attribute 'split'". Target succeeded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions