thumbor_aws
thumbor_aws copied to clipboard
socket.error: [Errno 98] Address already in use. When I set multiple buckets.
socket.error: [Errno 98] Address already in use
Traceback (most recent call last):
File "/usr/bin/thumbor", line 9, in <module>
load_entry_point('thumbor==4.10.0', 'console_scripts', 'thumbor')()
File "/usr/lib64/python2.6/site-packages/thumbor/server.py", line 90, in main
server.bind(context.server.port, context.server.ip)
File "/usr/lib64/python2.6/site-packages/tornado/tcpserver.py", line 162, in bind
backlog=backlog)
File "/usr/lib64/python2.6/site-packages/tornado/netutil.py", line 104, in bind_sockets
sock.bind(sockaddr)
File "<string>", line 1, in bind
I've set buckets with S3_ALLOWED_BUCKETS. But I keep getting 500: Internal Server Error.
Is this happening when using the botornado pull request?
No I'm using the standard master.
On Mon 23 Feb, 2015 22:52 willtrking [email protected] wrote:
Is this happening when using the botornado pull request?
— Reply to this email directly or view it on GitHub https://github.com/willtrking/thumbor_aws/issues/19#issuecomment-75588210 .