remote-redux-devtools
remote-redux-devtools copied to clipboard
Having trouble getting any of the monitoring solutions to work
I tried:
redux-devtools-extension - Click "Remote" button (or press Cmd+Ctrl+Arrow up) to open remote monitoring. ^ Got the actions to show up but for some reason it completely freezes after a few actions, shortly after starting the app.
remote-redux-devtools-on-debugger - Used in React Native debugger as a dock monitor. ^ Can't get this one to show up.
atom-redux-devtools - Used in Atom editor. ^ Doesn't freeze on me, however the "Dispatcher" won't let me properly edit and keeps giving hasOwnProperty error.
Thanks for the investigation. On atom-redux-devtools
there's an older version of remotedev-app
, we'll update it when get https://github.com/zalmoxisus/remotedev-app/pull/30 released.
Could you please share a repro which makes the extension to freeze?
For me it is quite similar. After a few actions, the devtools just loose all state and actions while the app itself keeps working. The React Dev Tools show this error message:
"SocketProtocolError: Socket hung up
at SCSocket._onSCClose (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:105157:17)
at SCTransport.<anonymous> (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:104856:14)
at SCTransport.Emitter.emit (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:105623:22)
at SCTransport.SCEmitter.emit (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:105545:28)
at SCTransport._onClose (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:106491:32)
at WebSocket.wsSocket.onerror (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:106420:14)
at WebSocket.dispatchEvent (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:15747:39)
at blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:16997:18
at RCTDeviceEventEmitter.emit (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:16305:37)
at MessageQueue.__callFunction (blob:http://localhost:8081/4ebec9ac-ef64-4924-bda4-61ee9f1f3c8b:2361:44)"
same issue