You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from_uri removes any leading / in the path given, so /home/foo/blah.db becomes home/foo/blah.db which cant be opened because it is a relative path and the directories are missing.