thumbor_aws icon indicating copy to clipboard operation
thumbor_aws copied to clipboard

socket.error: [Errno 98] Address already in use. When I set multiple buckets.

Open fluke opened this issue 10 years ago • 3 comments

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

fluke avatar Feb 22 '15 11:02 fluke

I've set buckets with S3_ALLOWED_BUCKETS. But I keep getting 500: Internal Server Error.

fluke avatar Feb 22 '15 12:02 fluke

Is this happening when using the botornado pull request?

willtrking avatar Feb 23 '15 17:02 willtrking

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 .

fluke avatar Feb 23 '15 23:02 fluke