Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

ERROR: for odoo-13-docker-compose_odoo13_1 a bytes-like object is required, not 'str' in docker-compose up

Subscribe

Get notified when there's activity on this post

This question has been flagged
odooDocker
5759 Views
Avatar
syafiqah

I have stumbled an error on my terminal regarding odoo installation via docker. 

$ docker - compose up 

odoo-13-docker-compose_db_1 is up-to-date

Starting odoo-13-docker-compose_odoo13_1 ... 


ERROR: for odoo-13-docker-compose_odoo13_1  a bytes-like object is required, not 'str'


ERROR: for odoo13  a bytes-like object is required, not 'str'

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 261, in _raise_for_status

    response.raise_for_status()

  File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status

    raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.22/containers/349ba7cac8d4be0b9ade1a3dc7a03c5dd4323552068dd0af2a5f4a04e010dd0e/start


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/compose/service.py", line 625, in start_container

    container.start()

  File "/usr/lib/python3/dist-packages/compose/container.py", line 241, in start

    return self.client.start(self.id, **options)

  File "/usr/lib/python3/dist-packages/docker/utils/decorators.py", line 19, in wrapped

    return f(self, resource_id, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/docker/api/container.py", line 1095, in start

    self._raise_for_status(res)

  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 263, in _raise_for_status

    raise create_api_error_from_http_exception(e)

  File "/usr/lib/python3/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception

    raise cls(e, response=response, explanation=explanation)

docker.errors.APIError: 500 Server Error: Internal Server Error ("b'driver failed programming external connectivity on endpoint odoo-13-docker-compose_odoo13_1 (b47b736966bdeb7583e8a4285bb118fb6c82e63d4c0de977e612d7a9686c88fd): Bind for 0.0.0.0:10013 failed: port is already allocated'")


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/usr/bin/docker-compose", line 11, in <module>

    load_entry_point('docker-compose==1.25.0', 'console_scripts', 'docker-compose')()

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 72, in main

    command()

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 128, in perform_command

    handler(command, command_options)

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1107, in up

    to_attach = up(False)

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1088, in up

    return self.project.up(

  File "/usr/lib/python3/dist-packages/compose/project.py", line 565, in up

    results, errors = parallel.parallel_execute(

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 112, in parallel_execute

    raise error_to_reraise

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 210, in producer

    result = func(obj)

  File "/usr/lib/python3/dist-packages/compose/project.py", line 548, in do

    return service.execute_convergence_plan(

  File "/usr/lib/python3/dist-packages/compose/service.py", line 567, in execute_convergence_plan

    return self._execute_convergence_start(

  File "/usr/lib/python3/dist-packages/compose/service.py", line 506, in _execute_convergence_start

    _, errors = parallel_execute(

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 112, in parallel_execute

    raise error_to_reraise

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 210, in producer

    result = func(obj)

  File "/usr/lib/python3/dist-packages/compose/service.py", line 508, in <lambda>

    lambda c: self.start_container_if_stopped(c, attach_logs=not detached, quiet=True),

  File "/usr/lib/python3/dist-packages/compose/service.py", line 620, in start_container_if_stopped

    return self.start_container(container)

  File "/usr/lib/python3/dist-packages/compose/service.py", line 627, in start_container

    if "driver failed programming external connectivity" in ex.explanation:

TypeError: a bytes-like object is required, not 'str'

Error in sys.excepthook:

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook

    with os.fdopen(os.open(pr_filename,

FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_bin_docker-compose.1000.crash'


Original exception was:

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 261, in _raise_for_status

    response.raise_for_status()

  File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status

    raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.22/containers/349ba7cac8d4be0b9ade1a3dc7a03c5dd4323552068dd0af2a5f4a04e010dd0e/start


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/compose/service.py", line 625, in start_container

    container.start()

  File "/usr/lib/python3/dist-packages/compose/container.py", line 241, in start

    return self.client.start(self.id, **options)

  File "/usr/lib/python3/dist-packages/docker/utils/decorators.py", line 19, in wrapped

    return f(self, resource_id, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/docker/api/container.py", line 1095, in start

    self._raise_for_status(res)

  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 263, in _raise_for_status

    raise create_api_error_from_http_exception(e)

  File "/usr/lib/python3/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception

    raise cls(e, response=response, explanation=explanation)

docker.errors.APIError: 500 Server Error: Internal Server Error ("b'driver failed programming external connectivity on endpoint odoo-13-docker-compose_odoo13_1 (b47b736966bdeb7583e8a4285bb118fb6c82e63d4c0de977e612d7a9686c88fd): Bind for 0.0.0.0:10013 failed: port is already allocated'")


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/usr/bin/docker-compose", line 11, in <module>

    load_entry_point('docker-compose==1.25.0', 'console_scripts', 'docker-compose')()

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 72, in main

    command()

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 128, in perform_command

    handler(command, command_options)

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1107, in up

    to_attach = up(False)

  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1088, in up

    return self.project.up(

  File "/usr/lib/python3/dist-packages/compose/project.py", line 565, in up

    results, errors = parallel.parallel_execute(

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 112, in parallel_execute

    raise error_to_reraise

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 210, in producer

    result = func(obj)

  File "/usr/lib/python3/dist-packages/compose/project.py", line 548, in do

    return service.execute_convergence_plan(

  File "/usr/lib/python3/dist-packages/compose/service.py", line 567, in execute_convergence_plan

    return self._execute_convergence_start(

  File "/usr/lib/python3/dist-packages/compose/service.py", line 506, in _execute_convergence_start

    _, errors = parallel_execute(

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 112, in parallel_execute

    raise error_to_reraise

  File "/usr/lib/python3/dist-packages/compose/parallel.py", line 210, in producer

    result = func(obj)

  File "/usr/lib/python3/dist-packages/compose/service.py", line 508, in <lambda>

    lambda c: self.start_container_if_stopped(c, attach_logs=not detached, quiet=True),

  File "/usr/lib/python3/dist-packages/compose/service.py", line 620, in start_container_if_stopped

    return self.start_container(container)

  File "/usr/lib/python3/dist-packages/compose/service.py", line 627, in start_container

    if "driver failed programming external connectivity" in ex.explanation:

TypeError: a bytes-like object is required, not 'str'


Has anyone had any solution to this?

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
How to make shop acessible on for registered users Solved
odoo Docker
Avatar
Avatar
2
Sep 23
2306
Odoo on Docker multiple proyects in one server
odoo Docker
Avatar
0
Sep 21
4661
Uncaught TypeError: Cannot read property 'detach' of undefined
odoo Docker
Avatar
0
Aug 19
5734
Odoo docker error creating log file. Solved
odoo docker Docker
Avatar
Avatar
Avatar
2
Oct 23
7439
Automate module install through command line in dockerized odoo
cli odoo Docker
Avatar
Avatar
2
Sep 20
7044
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now