Open tautomer opened 2 years ago
Update:
I tried again at home (no firewall). With proxy set, jabref reports Caused by: java.net.UnknownHostException
. Disabling the proxy setting in jabref, I can fetch from DOI or Crossref.
So indeed my organization's firewall blocked the fetcher, but anyone knows why only jabref's fetcher is blocked? Even JabRef's check connection button works...
JabRef version
Latest development branch build (please note build date below)
Operating system
macOS
Details on version and operating system
macOS 11.6.2
Checked with the latest development build
Steps to reproduce the behaviour
I'm using JabRef behind my organization's proxy.
Running
./JabRef --debug --nogui --fetch=Crossref:"Representation independent algorithms for molecular response calculations in time-dependent self-consistent field theories"
from CLI, it returnsI understand that
Proxy returns "HTTP/1.1 403 Forbidden"
sounds like a problem of the proxy server itself. I can, however, get the json fromhttps://api.crossref.org/works?query=Representation+independent+algorithms+for+molecular+response+calculations+in+time-dependent+self-consistent+field+theories
in my browser or CLI (curl/wget). For example, with wgetSetting proxy maunally in the preference doesn't do anything. In fact, setting the proxy or not, the
Check connection
button returns success.Appendix
...
Log File
``` Paste an excerpt of your log file here ```