Active
Project:
Static Generator
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2014 at 22:14 UTC
Updated:
17 Oct 2014 at 11:33 UTC
Jump to comment: Most recent
Comments
Comment #1
darol100 commentedComment #2
ThomasRedstone commentedI have just come across this bug myself, in my case it was in a local test setup, using VDD (Vagrant Drupal Development).
In the end it was because the module is making requests to the domain it serves as, but as the domain I was using only existed in my local /etc/hosts file, and not the servers, it wasn't working, but the error was not being handled.
In my case the fix was to add the domain to the Vagrant server's /etc/hosts file, and everything worked!