GetStream / stream-php

PHP Client - Build Activity Feeds & Streams with GetStream.io

Home Page:https://getstream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR - The request could not be satisfied

MadTiago opened this issue · comments

Type: GetStream\Stream\StreamFeedException
Message: ERROR The request could not be satisfied (bad request)

Generated by cloudfront (CloudFront)

Filename: .../vendor/get-stream/stream/lib/GetStream/Stream/Feed.php
Line Number: 102

I'm getting this exception when fetching some activities on testing setup (ubuntu, apache 2.4.7, php 7.0.8)
The same code works fine on my local setup (windows, xampp -> php 7.0.6)

what version of the client are you using?

I forgot to change the bind address on test vps.
Changing it to listen on all interfaces rather than 127.0.0.1 fixed it.