Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fluke opened this issue Feb 22, 2015 · 3 comments

Comments

@fluke
Copy link

fluke commented Feb 22, 2015

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
Copy link
Author

fluke commented Feb 22, 2015

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

@willtrking
Copy link
Owner

Is this happening when using the botornado pull request?

@fluke
Copy link
Author

fluke commented Feb 23, 2015

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
#19 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants