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

Error: Invalid Value passed for max_daily_calls: {max_daily_calls} #85

Open
ben-octo-data-dev opened this issue Sep 21, 2023 · 0 comments

Comments

@ben-octo-data-dev
Copy link

Stitch Data has encountered errors over the last 6 hours.

singer.log_critical(f"Invalid Value passed for max_daily_calls: {max_daily_calls}"

It looks like there was a release 19 hours ago. Below is the full log.

2023-09-21 22:48:02,818Z   main - INFO Running tap-marketo version 2.5.1 and target-stitch version 3.2.1
2023-09-21 22:48:04,599Z   main - INFO Starting tap to discover schemas: tap-env/bin/tap-marketo --config /tmp/tap_discover_config.json --discover
2023-09-21 22:48:04,879Z    tap - Traceback (most recent call last):
2023-09-21 22:48:04,879Z    tap -   File "tap-env/bin/tap-marketo", line 33, in <module>
2023-09-21 22:48:04,879Z    tap -     sys.exit(load_entry_point('tap-marketo==2.5.1', 'console_scripts', 'tap-marketo')())
2023-09-21 22:48:04,879Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 473, in load_entry_point
2023-09-21 22:48:04,879Z    tap -     return get_distribution(dist).load_entry_point(group, name)
2023-09-21 22:48:04,880Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2843, in load_entry_point
2023-09-21 22:48:04,880Z    tap -     return ep.load()
2023-09-21 22:48:04,880Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2447, in load
2023-09-21 22:48:04,880Z    tap -     return self.resolve()
2023-09-21 22:48:04,880Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2453, in resolve
2023-09-21 22:48:04,880Z    tap -     module = __import__(self.module_name, fromlist=['__name__'], level=0)
2023-09-21 22:48:04,880Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_marketo/__init__.py", line 9, in <module>
2023-09-21 22:48:04,880Z    tap -     from tap_marketo.client import Client
2023-09-21 22:48:04,880Z    tap -   File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_marketo/client.py", line 97
2023-09-21 22:48:04,880Z    tap -     singer.log_critical(f"Invalid Value passed for max_daily_calls: {max_daily_calls}")
2023-09-21 22:48:04,880Z    tap -                                                                                      ^
2023-09-21 22:48:04,880Z    tap - SyntaxError: invalid syntax
2023-09-21 22:48:04,907Z   main - INFO Tap exited abnormally with status 1
2023-09-21 22:48:04,910Z   main - INFO No tunnel subprocess to tear down
2023-09-21 22:48:04,910Z   main - INFO Exit status is: Discovery failed with code 1.
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