I keep on getting 'cannot decode raw data (CFURLErrorDomain:-1015)' in safari with authcache turned on.

According to google other people have similar problems with caching. Maybe something to do with gzip. Not sure, also get a similar error on Chrome as well.

Comments

ManyNancy’s picture

Sorry, I should clarify that 'I keep on getting' means when I first go to an address, I get the error. But the page is fine if I refresh.

Jonah Ellison’s picture

Title: cannot decode raw data » "cannot decode raw data" error with Safari

Hmm, yeah, Google search isn't turning up anything useful. It's definitely seems to be some type of gzip related issue. I've been using Chrome and haven't encountered it yet though. A few questions:

1. Is debug mode enabled for these requests?
2. Does it happen if the page is already cached by Drupal, or every page request? (e.g. if you click and back and forth between pages already cached, does it happen?)
3. What version of Safari are you using?
4. Is gzip enabled by your web server/Apache (if it is, what happens if you disable it?)

ManyNancy’s picture

On Chrome the error I get is:

This webpage is not available.

The webpage at http://site.com/ might be temporarily down or it may have moved permanently to a new web address.

More information on this error

Same thing, refresh and becomes fine.

I can only get authcache working for anonymous users, so I only see this error when not logged in. I'm on pressflow. I don't know if these issues are related.

1. I have 2 sites running authcache, debug is enabled for one and disabled for the other, both have the same problem.
2. Clicking back and forth is fine is ok. I just need to refresh once to get a page to work and I can navigate back and forth. It's only on new pages.
3. Safari 5.03
4. I think to disable it I remove all config from the mod_deflate.conf? I had it on, I disabled it. Doesn't seem to help.

Thanks for the support!

ManyNancy’s picture

Status: Active » Closed (fixed)

OK looks like all I have to do is turn off page compression and it's fine again.