Coder Social home page Coder Social logo

Comments (13)

mrehler avatar mrehler commented on June 18, 2024 2

Fixed! Y'all give it a shot by grabbing the workflow here.

Working properly now! Thanks a ton!

from alfred-bear.

dsumin avatar dsumin commented on June 18, 2024 2

Thank you for getting this fixed quick! That resolves the issue!

from alfred-bear.

chrisbro avatar chrisbro commented on June 18, 2024 1

Fixed! Y'all give it a shot by grabbing the workflow here.

from alfred-bear.

playfulThinking avatar playfulThinking commented on June 18, 2024

just update Bear, and I'm getting it too

from alfred-bear.

chrisbro avatar chrisbro commented on June 18, 2024

Crap, can't reproduce on 1.6.1 (6731) and Alfred 3.7.

Do you see anything at either of these locations? Let's see if they moved the database file again.

ls ~/Library/Containers/net.shinyfrog.bear/Data/Library/Application\ Support/net.shinyfrog.bear/database.sqlite

ls ~/Library/Containers/net.shinyfrog.bear/Data/Documents/Application\ Data/database.sqlite

from alfred-bear.

tjurczyk avatar tjurczyk commented on June 18, 2024

@chrisbro just came here with the same problem and to answer your questions, sqlites are not there:

(python3) george@Tomaszs-MacBook-Pro:~ $ ls ~/Library/Containers/net.shinyfrog.bear/Data/Documents/
iChats
(python3) george@Tomaszs-MacBook-Pro:~ $ ls ~/Library/Containers/net.shinyfrog.bear/Data/Library/Application\ Support/net.shinyfrog.bear/
Thumbs

from alfred-bear.

inmoonlight avatar inmoonlight commented on June 18, 2024

Me too. Workflow doesn't work after I updated Bear App.

from alfred-bear.

dsumin avatar dsumin commented on June 18, 2024

Database was moved to:
~/Library/Group\ Containers/9K33E3U3T4.net.shinyfrog.bear/Application\ Data/database.sqlite

https://github.com/chrisbro/alfred-bear/blob/master/queries.py#L14 should be changed to:

DB_LOCATION = (
    "/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data/"
    "database.sqlite")

from alfred-bear.

chrisbro avatar chrisbro commented on June 18, 2024

I was able to repro on my work Macbook (no clue why the personal one still seems fine). And the location matches what @dsumin found.

I'll try to get a patch out tonight!

In the meantime, I don't know what this new location is (specifically the "9K33E3U3T4" portion) and how stable it's going to be. Anyone know if that's going to be changing with every update? Doesn't seem that way, glancing at created at dates on some other apps in .../Group Containers/ .

from alfred-bear.

dsumin avatar dsumin commented on June 18, 2024

I don't know what this new location is (specifically the "9K33E3U3T4" portion) and how stable it's going to be.

This is an application-specific UID, so I hope this won't change for some time.

from alfred-bear.

chrisbro avatar chrisbro commented on June 18, 2024

Ah, I see why it works on my personal machine - for some reason the old sqlite database in the old location is there. It's not getting synced to, though. I'll have the patch look for the new location before the old one.

from alfred-bear.

chrisbro avatar chrisbro commented on June 18, 2024

Closing issue out.

from alfred-bear.

brandonpittman avatar brandonpittman commented on June 18, 2024

Funny, I'm getting the same damn error on 0.3.3

from alfred-bear.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.