Beaker: Starting a profile fails with File Not Fonud Error

Created on 14 May 2020  路  4Comments  路  Source: beakerbrowser/beaker

Describe the bug
Onboarding wizard seems to fail File Not Found Error

To Reproduce
Steps to reproduce the behavior:

  1. Install prerelease
  2. Launch it
  3. Fill out the profile
  4. Click Next

image

bug

All 4 comments

Tried to look at the debugger to see what's going on, but don't seem to get much here's the actual stack

Error
    at Function.<anonymous> (<anonymous>:1790:27)

And here is a bit more useful one

Error
    at eval (eval at <anonymous> (beaker://setup/unknown source), <anonymous>:1:1)
    at <anonymous>
    at <anonymous>:1794:22
    at onCbReply (<anonymous>:1947:5)
    at EventEmitter.onIPCMessage (<anonymous>:1884:14)
    at EventEmitter.emit (events.js:146)
    at Object.onMessage (init.js:59)

We just ran into this with @paul90 in https://github.com/beakerbrowser/beaker/issues/1567. For him, it was because he ran an earlier version of this new release that appears to have stored a problematic address.

I could probably find a way to surgically fix this if you want. The other option is to nuke your beaker user-data dir. (The issue is the profiles table in the Profiles sqlite DB -- if I'm right, it'll have a dat:// URL in it. The solution is to clear that table.)

@pfrazee I think you meant to refer to a different issue as you linked back to this one.

I did delete profiles, there was indeed one records with dat url. However now beaker seem to get stuck on

image

I don't see any errors anywhere so not sure what's going on. I'll try with new profile os well

With new profile things seem to work 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pmario picture pmario  路  3Comments

NicholasGWK picture NicholasGWK  路  4Comments

msfeldstein picture msfeldstein  路  3Comments

LWFlouisa picture LWFlouisa  路  4Comments

pmario picture pmario  路  4Comments