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

App isn't working for me: Outline never gets generated #5

Open
Tylersuard opened this issue Oct 23, 2023 · 4 comments
Open

App isn't working for me: Outline never gets generated #5

Tylersuard opened this issue Oct 23, 2023 · 4 comments

Comments

@Tylersuard
Copy link

Hello. I clicked "Generate" on the outline page. It says "generating" and then nothing ever comes up. I looked at the console and I got this:

[email protected] start
react-scripts start

Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:1696) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
(Use node --trace-deprecation ... to show where the warning was created)
(node:1696) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
Starting the development server...
Compiled with warnings.

Warning
(51:5) autoprefixer: end value has mixed support, consider using flex-end instead

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./src/Description.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/Description.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(51:5) autoprefixer: end value has mixed support, consider using flex-end instead

webpack compiled with 1 warning

@emilamaj
Copy link
Owner

You should get the latest version, I have included some API key format validation, just to be sure.
Also, could you try to use https://platform.openai.com/playground and see if your API access if currently working ? Try using the gpt-3.5-turbo chat model.

@Tylersuard
Copy link
Author

I just downloaded your newest version of your program. I tested my API key using another script, and it works fine. I am still having the same problem with your program. I am able to use the playground just fine. Here is a screenshot of the errors I am getting:

image

@emilamaj
Copy link
Owner

I think I found why, it may have something to do with the number of requested tokens, at each API call. Can you try again now ? I've also made the error messages more detailed.

@ruudio
Copy link

ruudio commented Aug 5, 2024

I wished for it to work , but I keep getting many errors, it never generates the outline:

Compiled with warnings.

Warning
(51:5) autoprefixer: end value has mixed support, consider using flex-end instead

[eslint]
src/Utils.js
Line 126:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./src/Description.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/Description.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(51:5) autoprefixer: end value has mixed support, consider using flex-end instead

WARNING in [eslint]
src/Utils.js
Line 126:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export

webpack compiled with 2 warnings

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

3 participants