SpringerLink translator not working?
Just updated translator, refreshed SpringerLink page and still gives me an error...?
Report ID: 1756961085
http://www.springerlink.com/content/w1ctdaw7p1af21xf/
Thanks for any help you can provide!
Report ID: 1756961085
http://www.springerlink.com/content/w1ctdaw7p1af21xf/
Thanks for any help you can provide!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://www.zotero.org/support/known_translator_issues
there is currently no way to fix the SpringerLink translator. You're encourage to contact SpringerLink to push for better Zotero integration.
Thanks for your help!
It will automatically update in your version of Zotero within 24hs or you can update immediately from the general tab of the Zotero preferences.
http://www.springerlink.com.eaccess.ub.tum.de/content/v4l3p3562l681u06/
Other translators like EBSCO work fine, translators are up do date. Unfortunately there is still something not working, as I would love to.
Thanks for your commitment to fix these problems!
http://www.springerlink.com.eaccess.ub.tum.de/content/a1818830r8202879/
I hope you can make sense out of it...
http://www.springerlink.com.login.ezproxy.library.ualberta.ca/content/w3471q26l6611466/
I have everything up to date, and other sites (IEEE, science direct, SPIE) are working.
Do you have access to the full text of the articles that aren't working?
I have restarted FF, and re-done the updates with no change. I still get the error.
download the file from here
https://gist.github.com/raw/2138731/430825699b26bca87607420e09513e774adedaf4/SpringerLink.js
(right-click --> save as) and save it to the "Translators" folder in your Zotero data directory:
http://www.zotero.org/support/zotero_data#locating_your_zotero_library
replacing the old file with the same name.
Reload the page in question (no need to restart FF, but reloading is important).
Follow the instructions to create debug output here:
http://www.zotero.org/support/debug_output
and try translating again - this will presumably fail again (the new translator only has more debug output, no fixes).
However, instead of submitting the debug output to the server, click "view output" copy the entire content and upload it somewhere I can get to it (pasting it to gist.github.com or pastebin.com should work, e.g., or pasting it to a text editor, saving the file and uploading it through dropbox or the like).
I'm sorry to put you through this and we might have to do this a couple of times - I have no idea what's not working for you (but you're very much not the only person) so I'm kind of fishing in the dark.
http://dl.dropbox.com/u/13157/Zotero-Error_report-2012-03-20
Try again with this translator version:
https://gist.github.com/raw/2138731/5f91741d8132375610210a6f1c8bfdfd589f6035/SpringerLink.js
small chance that it will work, else I'll need debug output again, hopefully for the last time.
Here is the output:
http://dl.dropbox.com/u/13157/Zotero-Error_report-2012-03-20-b
When in the abstract or fulltext view, click Export Citation. On the page that opens, could you get the page source code (right-click on the page and click View Page Source) and post the contents.
Thank you!
@aurimas - I tried to get that in the debgu. It's at the beginning of the debug output preceded by "Page Dump: "
https://raw.github.com/aurimasv/translators/springer/SpringerLink.js
@adamsmith For some odd reason there might be a difference between the doGet and processDocuments, so I just want to take a look at the current doc.
EDIT: and post the debug output as before please.
http://dl.dropbox.com/u/13157/Zotero-Error_report-2012-03-20-c
The code at https://raw.github.com/aurimasv/translators/springer/SpringerLink.js has been updated, please try it again.
BTW, this is not a fix, it is just more code to debug with.
@adamsmith BTW, encodeURIComponent returns 'null' (string) for null input. :-/
EDIT: not that it's a bug, I just wasn't expecting it.
Here is new output:
http://dl.dropbox.com/u/13157/Zotero-Error_report-2012-03-20-d
https://raw.github.com/aurimasv/translators/springer/SpringerLink.js
I swear, this time we'll get useful data (i tested it).
EDIT: @brodytodd I had a dumb mistake in my code the last two times. So the outputs were not very useful. I'm really really sorry to waste your time.
http://dl.dropbox.com/u/13157/Zotero-Error_report-2012-03-20-e
Good call aurimas - that's the issue, the eventvalidate isn't on that page. Now about how to get it... any thoughts?
This is very puzzling. I wonder if you navigate to Export Citations page on the browser and look at the source, if the eventvalidate is there.
@brodytodd could you go to the abstract, then click Export Citation and post the source code for that page.
Otherwise, this will be very difficult to implement, since neither of us can do any testing.
http://dl.dropbox.com/u/13157/Photonic Network Communications, Volume 10, Number 2 - SpringerLink.htm
Anyone know why that would/could happen?
(btw. And when I run the translator on the saved page (setting citationurl=url; ) it does get the eventvalidate).
I suspect other proxies will yield the same result.
An even better news is that I cannot reproduce this using Zotero as a firefox plugin from github 3.0 branch (checked out a few days ago). So it seems like this has been fixed, just not rolled out to users yet.
EDIT: if someone else can confirm this, we can then possibly roll out a temporary workaround for the translator (using doGet to fetch the EVENTVALIDATION value) until 3.0.4 is released.
The version I have (after installing the dev build) is 3.0.3 r10900, and it was able to save the article.
Thanks!
https://raw.github.com/aurimasv/translators/springer/SpringerLink.js
While this works for me, it would be nice if someone else could confirm that this workaround works, then we could merge it into the master github repository and distribute it to all users.