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
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
Hello,
I have just installed the python script ads_bibdesk and it works very well to import new papers and to preview them.
Unfortunately it gives me troubles when I want to update a previously added paper.
~>adsbibdesk --update_arxiv 1203.4821 Starting ADS to BibDesk Traceback (most recent call last): File "/usr/local/bin/adsbibdesk", line 9, in <module> load_entry_point('adsbibdesk==3.2.0', 'console_scripts', 'adsbibdesk')() File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 187, in main File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 494, in update_arxiv File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 458, in b2d AttributeError: 'NoneType' object has no attribute 'group'
what could it be?
I am using Python 2.7.10, in case it matters.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have just installed the python script ads_bibdesk and it works very well to import new papers and to preview them.
Unfortunately it gives me troubles when I want to update a previously added paper.
~>adsbibdesk --update_arxiv 1203.4821
Starting ADS to BibDesk
Traceback (most recent call last):
File "/usr/local/bin/adsbibdesk", line 9, in <module>
load_entry_point('adsbibdesk==3.2.0', 'console_scripts', 'adsbibdesk')()
File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 187, in main
File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 494, in update_arxiv
File "build/bdist.macosx-10.11-intel/egg/adsbibdesk.py", line 458, in b2d
AttributeError: 'NoneType' object has no attribute 'group'
what could it be?
I am using Python 2.7.10, in case it matters.
The text was updated successfully, but these errors were encountered: