ustayready / fireprox

AWS API Gateway management tool for creating on the fly HTTP pass-through proxies for unique IP rotation
GNU General Public License v3.0
1.93k stars 270 forks source link

Cant' view video #33

Closed mittster closed 2 years ago

mittster commented 2 years ago

If you try to view a video, the response has status code 500 with message `{"message": "Internal server error"}`` Example:

python3.9 fire.py --access-key KEY --secret_access_key SECRETKEY --region eu-west-1 --command create --url "https://video.xx.fbcdn.net/"

and you visit https://newlygeneratedurl-execute-api.eu-west-1.amazonaws.com/fireprox/v/t66.36240-2/10000000_5162062970516874_3952172667405771162_n.mp4?_nc_cat=110&_nc_ht=video.fmnl8-2.fna&_nc_ohc=RuGOgev5TvEAX8FI4Hk&_nc_sid=985c63&ccb=1-7&efg=eyJybHIiOjIzNzQsInJsYSI6MTc5MSwidmVuY29kZV90YWciOiJvZXBfaGQifQ%3D%3D&oe=628E6A4A&oh=00_AT__3AG9wy4Vz9QqimNjwzLTspBsfs0E5-VyVRaLCqGAUw&rl=2374&vabr=1583

Also tried with:

This appears to be a configuration issue at aws API Gateway. Any idea what is the problem?