-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get it to work with proxies #488
Comments
When adding this to a It's supposed to be I'm behind a pretty nasty firewall and cannot run this without this feature working. |
Hey mate, perhaps I wasn't that clear. |
OOOOOOOOH. I forgot that I had dropbox installed on my work machine previously. So I copied the file there and it worked! Brilliant! Thanks for the super quick reply! +1 for auto-detecting dropbox. |
@balupton Your last comment clears a lot. Now it works. Thanks! |
Awesome. Glad the workaround works :) 👍 I wonder what the proper fix for this is... In about 2 weeks would one of you be willing to let me remote in so I can debug? That would be amazing. Alternatively, if someone can submit a pull request on this, that would be grand. Cheers everyone. |
I've also added mention of this to the troubleshoot guide http://docpad.org/docs/troubleshoot and added mention of the global configuration file to the config guide http://docpad.org/docs/config#global-configuration-file :) |
That one works.......and is OK 👍 |
Just experienced this issue while behind a proxy and trying to run DocPad for the first time. Running I got lucky finding this thread, as I had no idea it was being triggered by a proxy issue. As an interim fix, perhaps DocPad should fire a message with the URL of this thread if the remote TOS query fails. The good news is, the workaround works flawlessly! |
I just required the same fix on Fedora 20. Is it because I had a ~/Dropbox before installing docpad, and it doesn't know to automatically put .docpad.cson there? Anywho, FYI. |
@brandon-arnold well if the Dropbox folder was already there then I don't see why it would be a problem. You need to accept the ToS once before with the Dropbox folder, or your home folder if there's no Dropbox, so that it is not repeated next time. |
just a note that this resolved for me on a Macbook when I added the .docpad.cson as mentioned above -- |
I restarted the helper service the other day. For all those reporting errors with the TOS, do you usually use "sudo" with either npm, node, or docpad? Perhaps it's a permissions issue. |
That could be the problem on my end. I initially re-installed npm/node on On Tue, Jul 8, 2014 at 8:54 PM, Benjamin Arthur Lupton <
|
Just had this happen with a new install under Vagrant and hashicorp/precise32. Global installs for node/npm. The ~/.docpad.cson work around worked. Not sure how it could be proxy given that things worked fine from inside VM to install Node, etc. Edit: also happened on Centos8 droplet on DigitalOcean. |
Had this happen on my chunkhost vps running debian. |
Just wondering if I have a deeper install issue....For me, the .docpad.cson file was never created anywhere. Is this the case for others? I will create one at my user root folder ~ to see if that solves the issue and report back. I'm running OSX 10.9.4 and had to use sudo for updating/installing npm. |
Well, apparently, my installations of node.js or something else is fubar. Adding the missing .docpad.cson file did not work. I think I'll just uninstall node.js completely and try from scratch again. |
Suggest installing it using NVM. :) https://github.com/creationix/nvm |
I am NOT behind a proxy. Still this issue helped me get further. I suggest giving DocPad a |
No sudo, this was the only thing that worked. |
@guaka would |
@marcusstenbeck interesting... what was the precise issue you were facing? |
@balupton I was getting the perpetual TOS statement. |
Closing due to age. Ecosystem has likely fixed this. Try again with v6.80 or later. |
http://stackoverflow.com/q/15942403/130638
Current workaround, agree to the TOS manually by filling in your
~/.docpad.cson
or~/Dropbox/.docpad.cson
file yourself:HOWEVER
Please post a comment below on whether or not you use
sudo
with node. If you do, it means node is installed globally and probably shouldn't be, you can use the install intructions here http://learn.bevry.me/node/install to avoid permission issues. If these better install instructions fix it, let us know.Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: