Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Blank screen after opening and selecting proto files #2

Closed
torandu opened this issue Dec 13, 2018 · 8 comments · Fixed by #3
Closed

Blank screen after opening and selecting proto files #2

torandu opened this issue Dec 13, 2018 · 8 comments · Fixed by #3
Labels
bug Something isn't working

Comments

@torandu
Copy link

torandu commented Dec 13, 2018

The screen goes blank (white screen that only displays the menu options) after opening proto files and randomly selecting the files in the left nav. The error is reproducible. The only way to "recover" seems to be to delete the config directory. Simply closing and re-running the app results in the while/ blank screen.

Reported for Debian (testing) using the v1.0.0 .deb package.

Steps to reproduce:

  1. Open bloomrpc
  2. Click the plus button to add proto files
  3. Select proto files (in my case, I selected 21 files)
  4. Click open

The files initially loaded and were displayed in the left nav, However, after randomly selecting files in left nav, the screen went blank/ white. There was no way to recover in the UI.

Results:

  1. Blank screen
  2. Only menu options are displayed: File, View, Help
  3. Closing and restarting results in blank screen (unrecoverable error)

The error/ problem is reproducible.

@fenos
Copy link
Contributor

fenos commented Dec 13, 2018

Thanks for reporting this.

Is it possible to send me all the profiles you uploaded, there might be some parsing issue on 1 or few of them.

@fenos
Copy link
Contributor

fenos commented Dec 13, 2018

I've reproduced the issue, thanks for the descriptive steps.

The issue happens when a protofile has a bytes type specified in the Request message.

I'll also put some guard on the parsing so the blank screen should never happen again.

I'll release the fix soon

@simonhdickson
Copy link
Contributor

I get this exact same issue using the same steps, I will send you the proto file.

@4nte
Copy link

4nte commented Mar 8, 2019

How to recover from the blank screen?

@fenos
Copy link
Contributor

fenos commented Mar 11, 2019

@AnteGulin You can recover by deleting the stored data by going to:

Edit > Clear Storage

@alexandrukis
Copy link

alexandrukis commented Mar 13, 2019

I only managed to fix this by doing:

cd ~/.config/bloom-rpc-client                                                                                              
rm editor.json

@tp
Copy link

tp commented Aug 27, 2019

on macOS:

rm ~/Library/Application\ Support/bloom-rpc-client/editor.json 

@sarveswaran-m
Copy link

In addition to the step by @tp , I had to do this on macOS to recover:

rm ~/Library/Application\ Support/bloom-rpc-client/importPaths.json

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants