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

Multiple React Errors Encountered During Image Generation on Civitai #906

Open
KillshotELOx opened this issue Dec 23, 2023 · 0 comments
Open
Labels
bug-report Something might not be working

Comments

@KillshotELOx
Copy link

KillshotELOx commented Dec 23, 2023

What happened?

What Happened:

Screenshot 2023-12-22 235116

Steps to reproduce the problem

Reproduce the Problem:

  1. Access https://civitai.com/models/239265/oil-spill-style-sdxl.
  2. Select 3 images for generation.
  3. Choose the "Oil Spill Style [SDXL]" model.
  4. Initiate the generation process.

What should have happened?

What Should Have Happened:

  1. The 3 images should have been successfully generated with the applied style.
  2. No errors should have appeared in the console.

What platforms do you use to access the site?

Windows

What browsers do you use to access the site?

Google Chrome

Additional information, context and logs

Additional Notes:

console log:

Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Zr (framework-4ed89e9640adfb9e.js:1:43709)
at qu (framework-4ed89e9640adfb9e.js:1:88085)
at ks (framework-4ed89e9640adfb9e.js:1:109552)
at bs (framework-4ed89e9640adfb9e.js:1:109433)
at gs (framework-4ed89e9640adfb9e.js:1:109300)
at vs (framework-4ed89e9640adfb9e.js:1:109163)
at ls (framework-4ed89e9640adfb9e.js:1:104267)
at S (framework-4ed89e9640adfb9e.js:1:138469)
at MessagePort.T (framework-4ed89e9640adfb9e.js:1:139003)
9framework-4ed89e9640adfb9e.js:1 Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sa (framework-4ed89e9640adfb9e.js:1:48565)
at xi (framework-4ed89e9640adfb9e.js:1:122130)
at bs (framework-4ed89e9640adfb9e.js:1:109372)
at gs (framework-4ed89e9640adfb9e.js:1:109300)
at vs (framework-4ed89e9640adfb9e.js:1:109163)
at ls (framework-4ed89e9640adfb9e.js:1:104267)
at S (framework-4ed89e9640adfb9e.js:1:138469)
at MessagePort.T (framework-4ed89e9640adfb9e.js:1:139003)
framework-4ed89e9640adfb9e.js:1 Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at xi (framework-4ed89e9640adfb9e.js:1:121816)
at bs (framework-4ed89e9640adfb9e.js:1:109372)
at gs (framework-4ed89e9640adfb9e.js:1:109300)
at vs (framework-4ed89e9640adfb9e.js:1:109163)
at as (framework-4ed89e9640adfb9e.js:1:105943)
at ls (framework-4ed89e9640adfb9e.js:1:104494)
at S (framework-4ed89e9640adfb9e.js:1:138469)
at MessagePort.T (framework-4ed89e9640adfb9e.js:1:139003)
cdn.discordapp.com/avatars/205442842594639872/feb8543956b21be5d1ec1ac4a570da5f.png:1

   Failed to load resource: the server responded with a status of 404 ()

www-widgetapi.js:1263 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://civitai.com').
r.sendMessage @ www-widgetapi.js:1263
cdn.discordapp.com/avatars/205442842594639872/feb8543956b21be5d1ec1ac4a570da5f.png:1

   Failed to load resource: the server responded with a status of 404 ()
  1. Analyze the Errors:
  1. Gather More Information:
  • Switch to Non-Minified Environment: Access the non-minified version of the application to get more detailed error messages and stack traces.
  • Inspect Data and Dependencies: Examine data consistency between server and client, and ensure all dependencies are loaded correctly.
  • Review Recent Changes: Check for any code or library updates that might have introduced the errors.
  • Use React DevTools: Inspect the component tree to identify potential mismatches.
  1. Address Potential Causes:
  1. Resolve Additional Issues:
  • 404 Error for Discord Avatar:
  • Check the image path and server availability.
  • Handle missing resources gracefully.
  • Cross-Origin Error with YouTube:
  • Adjust YouTube integration to avoid cross-origin conflicts.
  • Consider using appropriate communication channels or APIs.
@KillshotELOx KillshotELOx added the bug-report Something might not be working label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Something might not be working
Projects
None yet
Development

No branches or pull requests

1 participant