Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some information on implementing on MacOS #2

Open
mediapathic opened this issue Dec 2, 2020 · 0 comments
Open

Some information on implementing on MacOS #2

mediapathic opened this issue Dec 2, 2020 · 0 comments

Comments

@mediapathic
Copy link

I got this working on MacOS, and I wanted to share how, for other people who might be looking.

First step, not a problem with this script: qutebrowser needs to be able to call spawn correctly, which it can't by default on MacOS. see this issue for details on the problem and how to get around it. I'm solving this by launching from a terminal window, the other solutions listed there should work just as well.

Second thing, which is possibly an issue with this script: when trying to save I got the error

 Pinboard - Bookmark saved ERROR: API_PATH must be an HTTP `/path` currently: https://api.pinboard.in/v1/posts/add

Clearly, the path is in fact an http path, and I don't understand why the check there is failing (I tried with both http and https variants and got the same error). I commented out the lines that do this check (lines 68 and 69 at present), and the script seems to work fine (in limited testing) with no errors. I'm certain there is a more sustainable way of solving this problem within the script that is beyond my current knowledge.

Hope this helps someone!

@dmix feel free to include this information in the README or anywhere else if you would like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant