apiClient is not created, and can't fetch plans from API
See original GitHub issueWe are trying to update from Typewriter 7.4.1 to 8.0.3.
I’m trying to regenerate our analytics with the new Public API Token
. After running yarn typewriter init
, I’m able to go through the steps just fine with no issue. On completion though no client is created (docs)
Additionally, when I run yarn typewriter
or yarn typewriter build
, after doing yarn typewriter init
. I receive the following error Error: Unable to fetch Tracking Plan from local cache or API
.
I’m not sure why I get this error, because when I do yarn typewriter init
I’m able to see all of the tracking plans and select the one I want.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Unable to use Add REST API client · Issue #7 - GitHub
Steps to reproduce: Create VS 2015 ASP.NET Core API app and add swagger with its UI and configure it; Run the app and...
Read more >JavaScript API client FAQ - Algolia
Find answers to common issues with the JavaScript API client. ... Why do I get “'createHmac' is not exported” error when bundling.
Read more >Error Messages | Maps JavaScript API - Google Developers
Your API project may have been deleted from the Cloud Console. Please check the project for which you generated the API key that's...
Read more >Web API implementation - Best practices for cloud applications
Learn about best practices for implementing a web API and publishing it to make it available to client applications.
Read more >Creating API requests and handling responses - Google Cloud
This document describes how to construct API requests and handle API responses from the Compute Engine API. It covers how to: Construct a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@andreiho I think your assumption is spot on. I can already see that we missed the page size from being bigger than 1 for starters. Doing some tests right now
I’m getting the same errors. Here is some more information:
If you do NOT have a ~/.typewriter file and run
typewriter init
Outcomes
You get this output
You get these files:
tp_
)If you DO have a ~/.typewriter file and run
typewriter init
Outcomes
You get this output
You get these files
If you have a typewriter.yml file and run
typewriter
Outcomes
You get the following output
You get the following files
If I downgrade to 7.x, everything works correctly.