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

IPv6 issue #25

Closed
SBurwash opened this issue Oct 24, 2022 · 3 comments
Closed

IPv6 issue #25

SBurwash opened this issue Oct 24, 2022 · 3 comments

Comments

@SBurwash
Copy link

Good day,

When trying to run the server within docker, I'm getting the error

ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8581, 0, 0): cannot assign requested address

I'm guessing this is because the program was written on IPv6 instead of IPv4. I was wondering if it would be possible to support IPv4 as well.

Thanks!

@z3z1ma
Copy link
Owner

z3z1ma commented Oct 27, 2022

Thanks for the issue!

I will look into this. It sounds strange. Will try to reproduce.

@SBurwash
Copy link
Author

Thanks @z3z1ma ! If you need any help / additional information, please let me know

@SBurwash
Copy link
Author

SBurwash commented Nov 4, 2022

Solution -> Specifying the IPv4 address solve this problem:

server serve --host 127.0.0.1 --port 8581 --profiles-dir ${DBT_OSMOSIS_PROFILES_DIR}

@SBurwash SBurwash closed this as completed Nov 4, 2022
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