> On Jan 10, 2015, at 12:50 PM, Sebastien ARBOGAST 
> <[email protected]> wrote:
> 
> 2015-01-10 21:46:51.729 Pixync[17016:4109158] 
> CBLWebSocketChangeTracker[0x17018b870 mydb]: Connection error #1, retrying in 
> 2.0 sec: The operation couldn’t be completed. HTTP/1.1 502 BAD_GATEWAY

IIRC, you said you're running the server on AWS? Something about that might be 
blocking the WebSocket.

Try this in setting up your CBLReplication:
        repl.customProperties = @{@"websocket": @NO};
This will disable the WebSocket optimization and use a regular HTTP request 
instead.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/82A1745B-96DA-41BE-A0A0-7A210C725AC7%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to