Jonathan Sick
Jonathan Sick
@keflavich Here's the full command that's being run in pre-commit: https://github.com/astropy/astropy-tutorials/blob/b51054da1c1ceec12de5a23a281a0cf93ae3f476/.pre-commit-config.yaml#L18 You might find it easier to run `make init` to set up pre-commit to run in your local workflow
Maybe we could set up a staging server? Deploy into this repo's GitHub Pages with a directory prefixed by the PR number? We could even have a GitHub Actions workflow...
I'm now able to ingest the article under the newest ADS to BibDesk. Can you try this? ``` git clone https://github.com/jonathansick/ads_bibdesk.git cd ads_bibdesk python setup.py install adsbibdesk --debug -u ```
Sorry to be late to this issue. Can you try it with `adsbibdesk --debug -p` to see exactly what paper it's stumbling on? One issue I can see here is...
First, I'll assure you that it _ought_ to work in 10.9. I'll check if something changed with the AppKit package, because that's ultimately were the problem is.
This now works for me with 3.2.dev. @moustakas, can you try this on your computer? ``` git clone https://github.com/jonathansick/ads_bibdesk.git cd ads_bibdesk python setup.py install adsbibdesk --debug 2013ApJ...763..129S ```
Sorry but I don't have the time to work on ADS to BibDesk in the near term.
@moustakas This article worked for me. I’m thinking that the 403 might have been a random server hiccup with IOP. Does the problem persist for you still?
Yep, I can do that.
Thanks @Mariatta, I like the idea of managing the JWT if `app_id` and `private_key` are provided. I'll try implementing it and should have a PR soon 😄