screenshot-to-code icon indicating copy to clipboard operation
screenshot-to-code copied to clipboard

Website down?

Open ahmedaisar opened this issue 1 year ago • 1 comments

image

CORs errors, Antivirus blocks clerk-js

ahmedaisar avatar Aug 11 '24 09:08 ahmedaisar

Does it work for you now? It appears to be up and working properly for me.

abi avatar Aug 11 '24 12:08 abi

screenshot-to-code_backend log Skipping virtualenv creation, as specified in config file. /usr/local/lib/python3.12/site-packages/moviepy/config_defaults.py:1: SyntaxWarning: invalid escape sequence '\P' """ /usr/local/lib/python3.12/site-packages/moviepy/video/io/ffmpeg_reader.py:294: SyntaxWarning: invalid escape sequence '\d' lines_video = [l for l in lines if ' Video: ' in l and re.search('\d+x\d+', l)] /usr/local/lib/python3.12/site-packages/moviepy/video/io/ffmpeg_reader.py:367: SyntaxWarning: invalid escape sequence '\d' rotation_lines = [l for l in lines if 'rotate :' in l and re.search('\d+$', l)] /usr/local/lib/python3.12/site-packages/moviepy/video/io/ffmpeg_reader.py:370: SyntaxWarning: invalid escape sequence '\d' match = re.search('\d+$', rotation_line) INFO: Started server process [1] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:7001 (Press CTRL+C to quit)

screenshot-to-code_frontend log yarn run v1.22.22 $ vite --host 0.0.0.0

VITE v4.5.0 ready in 745 ms

➜ Local: http://localhost:5173/ ➜ Network: http://172.20.0.2:5173/

ERROR [TypeScript] Found 0 errors. Watching for file changes.

WARN 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

file:///app/tailwind.config.js:2 module.exports = { ^

ReferenceError: module is not defined at file:///app/tailwind.config.js:2:1 at ModuleJobSync.runSync (node:internal/modules/esm/module_job:395:35) at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:329:47) at loadESMFromCJS (node:internal/modules/cjs/loader:1414:24) at Module._compile (node:internal/modules/cjs/loader:1547:5) at Object..js (node:internal/modules/cjs/loader:1677:16) at Module.load (node:internal/modules/cjs/loader:1318:32) at Function._load (node:internal/modules/cjs/loader:1128:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:219:24) at Module.require (node:internal/modules/cjs/loader:1340:12) at require (node:internal/modules/helpers:138:16) at /app/node_modules/tailwindcss/lib/lib/load-config.js:35:27 at loadConfig (/app/node_modules/tailwindcss/lib/lib/load-config.js:39:6) at getTailwindConfig (/app/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:71:116) at /app/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:100:92 at /app/node_modules/tailwindcss/lib/processTailwindFeatures.js:48:11 at plugins (/app/node_modules/tailwindcss/lib/plugin.js:38:69) at LazyResult.runOnRoot (/app/node_modules/postcss/lib/lazy-result.js:329:16) at LazyResult.runAsync (/app/node_modules/postcss/lib/lazy-result.js:258:26) at LazyResult.async (/app/node_modules/postcss/lib/lazy-result.js:160:30) at LazyResult.then (/app/node_modules/postcss/lib/lazy-result.js:404:17)

Node.js v22.12.0 error Command failed with exit code 1.

jngxx avatar Jan 03 '25 10:01 jngxx

tailwind.config.js, Change the commonjs syntax to esm syntax module.exports = { => export default {

jngxx avatar Jan 03 '25 10:01 jngxx