Roblox-Devs / studio-offline

Using ROBLOX Studio without Internet Connection
14 stars 2 forks source link

Option "Asset Grab" crashes npm #1

Closed Tzvisapp closed 1 month ago

Tzvisapp commented 2 months ago

How to recreate: Get a studio Run npm set to Asset Grab Open studio Open any .rbxl which has assets and npm crashes

crashlog.txt

stan2474 commented 2 months ago

In progress of fixing.

stan2474 commented 1 month ago

Sorry for late response, but fixed in next update (releasing this wednesday)

Tzvisapp commented 1 month ago

Thank you.

stan2474 commented 1 month ago

Reopening until I push the update, Roblox added a new API that needs to be accounted for

stan2474 commented 1 month ago

Update released, please test if this keeps happening.

stan2474 commented 1 month ago

Could you confirm if this is fixed? If not, please send the new logs.

Tzvisapp commented 1 month ago

Hi, yes. (yes, this is the whole log.) D:\studio\server\node_modules\express\lib\response.js:1150 : JSON.stringify(value); ^

TypeError: Converting circular structure to JSON --> starting at object with constructor 'TLSSocket' | property '_httpMessage' -> object with constructor 'ClientRequest' --- property 'socket' closes the circle at JSON.stringify () at stringify (D:\studio\server\node_modules\express\lib\response.js:1150:12) at ServerResponse.json (D:\studio\server\node_modules\express\lib\response.js:271:14) at ServerResponse.send (D:\studio\server\node_modules\express\lib\response.js:162:21) at D:\studio\server\index.js:123:43 at processTicksAndRejections (node:internal/process/task_queues:96:5)

stan2474 commented 1 month ago

I have reuploaded 1.1-fix, please redownload it and tell me if you're facing the same issue

Tzvisapp commented 1 month ago

Assets are being downloaded. Issue fixed. Thank you.