Zotero not saving files
Hi. Zotero 5.0.60 standalone on Ubuntu 16.04 installed through flatpak (directory update problem solved) refuses to save pdfs as of today. There is no problem to import the pdfs via the Firefox Quantum browser. The problem comes when I try to save the pdfs into Zotero from the OS, be it drag-and-drop or through the contextual menu option. It won't import the file. I've been using Zotero for years, and such thing never happened before. Moreover: I just paid the annual fee for unlimited storage, but even if it does sync ALMOST fully, it reports some unspecified bug (report error 1648889840)
Workaround is to upload the pdfs directly into the webpage interfase, I guess this will eventually sync back (I read in a different, iOs device). It is, however, a nuissance.
Lots of debate in the forums about the correct way to install the stand-alone. Some orientation would be greatly appreciated.
Workaround is to upload the pdfs directly into the webpage interfase, I guess this will eventually sync back (I read in a different, iOs device). It is, however, a nuissance.
Lots of debate in the forums about the correct way to install the stand-alone. Some orientation would be greatly appreciated.
The official way of installing the app on linux is to unpack the tarball and run Zotero, so if anything doesn't work on linux and there aren't dozens of reports already, you'll always verify the error exists on that set up.
As for how to install on linux/Ubuntu - given his track record, I'd put a lot of faith in the .deb provided by @emilianoeheyns though it's still an unofficial, third-party build.
If not, you can try the debs from https://github.com/retorquere/zotero-deb/releases (which don't download but directly bundle Zotero, which isn't allowed on PPAs); if that works, I'll un-supersede them and keep them up to date.
(edit: I had threads mixed up, disregard what follows) I don't have a chromebook so I can't test these there (I test them on Ubuntu); I don't know what kind of barrier exists between deb-installed packages.
If the tarball doesn't work, something else is wrong, though. Opera isn't tested, so Firefox would be the browser to check this with. When you say "Connection was totally lost" -- what are you actually observing?
I've just started a fresh 16.04 in a VM, installed the PPA and the firefox connector, and it worked without issue for me. I didn't need to authorize anything.
Zotero is tested on Ubuntu (and has tons of users) and this certainly isn't a general problem, so in all likelihood it's something about either your set-up or your install that's breaking this.
$ sudo nano /etc/environment
check proxy configuration there. I added the following lines:
HTTP_PROXY=localhost:23119
FTP_PROXY=localhost:23119
https_proxy=localhost:23119
Works fine, either in Firefox or Opera. Thanks a lot.
Do you mean that you entered 'localhost' in NO_PROXY? Because if you're using a proxy server, localhost does need to be blacklisted from proxying (and should be by default in any sane configuration).