dutuka

Results 5 comments of dutuka

I tried to flash the .chk image file jclehner provided but it bricked my R8000P, same like scrubmcnoob. I can unbrick it by following the tutorial here: https://community.netgear.com/t5/Nighthawk-WiFi-Routers/R8000P-V1-4-1-50-Update-workaround/m-p/2201116 Since the...

@jclehner the version i used is 0.9.16, if my router is not bricked, i can use this command to flash and it worked: nmrpflash.exe -i net6 -f firmware.chk As my...

@jclehner is there a way to flash .w firmware on the R8000P? I tried to flash this image with NMRPflash but it did not change anything, it is a fork...

I still have the issue. I search for this error "TypeError: Response body object should not be disturbed or locked" and found some people having the same prolem said that...

Got it, turned out that i missed a slash before api path in the server.ts file: ``` app.use( "api/trpc", ``` It has to be: ``` app.use( "/api/trpc", ```