StackRabbit icon indicating copy to clipboard operation
StackRabbit copied to clipboard

'skipping frame' errrors

Open Yellernet opened this issue 8 months ago • 1 comments

when i run stackrabbit the output says: 'Skipping frame9 Skipping frame8 Skipping frame7 Skipping frame6 Skipping frame5 Skipping frame4 Skipping frame3 Skipping frame2 Skipping frame1 Skipping frame0

S reqLines 0 reqLines2 0 http://localhost:3000/get-move-async?board=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000&currentPiece=S&nextPiece=L&level=19&lines=0&inputFrameTimeline=X.' after that it stops and shows an error

also npm start doesnt work it says '

[email protected] start node-gyp build && tsc && node built/src/server/app.js

gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | win32 | x64 gyp ERR! build error gyp ERR! stack Error: You must run node-gyp configure first! gyp ERR! stack at loadConfigGypi (C:\Users\Lenovo\Downloads\StackRabbit-master\StackRabbit-master\node_modules\node-gyp\lib\build.js:49:15) gyp ERR! stack at async build (C:\Users\Lenovo\Downloads\StackRabbit-master\StackRabbit-master\node_modules\node-gyp\lib\build.js:36:3) gyp ERR! stack at async run (C:\Users\Lenovo\Downloads\StackRabbit-master\StackRabbit-master\node_modules\node-gyp\bin\node-gyp.js:81:18) gyp ERR! System Windows_NT 10.0.26100 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Lenovo\Downloads\StackRabbit-master\StackRabbit-master\node_modules\node-gyp\bin\node-gyp.js" "build" gyp ERR! cwd C:\Users\Lenovo\Downloads\StackRabbit-master\StackRabbit-master gyp ERR! node -v v22.15.1 gyp ERR! node-gyp -v v11.2.0 gyp ERR! not ok '

Yellernet avatar May 18 '25 13:05 Yellernet