should be login success
always login failed.
Rambox: v0.5.17
OS: MAC 10.13.6
Arch: x64 or ia32
I noticed it seems to hang, if you right click the tab and hit reload, it should enter into your slack.
sometimes, but i'm doing this since half and hour ago, and it doesn't work
Slack changes the way you login or logout and now they execute window.close() and that seems to crash/freeze the webview.
If you go to Rambox tab and enable-disable the service every time this happens, will work.
window.close() seems to be an Electron bug, because if you open the Developer Console on any website an execute this, will crash.
Rambox could overwrite window.close() with a no-op function or do something sensible instead.
Hacky but would work.
Refresh also works. Would be nice to see an automated solution.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Slack changes the way you login or logout and now they execute
window.close()and that seems to crash/freeze the webview.If you go to Rambox tab and enable-disable the service every time this happens, will work.
window.close()seems to be an Electron bug, because if you open the Developer Console on any website an execute this, will crash.