500: Internal Server Error

Traceback

Traceback (most recent call last):
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo14/odoo/odoo/http.py", line 808, in dispatch
    r = self._call_function(**self.params)
  File "/opt/odoo14/odoo/odoo/http.py", line 361, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 914, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 533, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo14/odoo-custom-addons/user_addons/shop_custumize/models/theme_rooteam.py", line 147, in shop
    target_url = "/shop/category/%s" % slug(category)
  File "/opt/odoo14/odoo-custom-addons/rooteam_apps/website_seo_url/ir_http.py", line 20, in slug
    return slug_super(value)
  File "/opt/odoo14/odoo-custom-addons/odoo/addons/http_routing/models/ir_http.py", line 97, in slug
    identifier, name = value
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo14/odoo/odoo/http.py", line 808, in dispatch
    r = self._call_function(**self.params)
  File "/opt/odoo14/odoo/odoo/http.py", line 361, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 914, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 533, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo14/odoo-custom-addons/user_addons/shop_custumize/models/theme_rooteam.py", line 147, in shop
    target_url = "/shop/category/%s" % slug(category)
  File "/opt/odoo14/odoo-custom-addons/rooteam_apps/website_seo_url/ir_http.py", line 20, in slug
    return slug_super(value)
  File "/opt/odoo14/odoo-custom-addons/odoo/addons/http_routing/models/ir_http.py", line 97, in slug
    identifier, name = value
ValueError: too many values to unpack (expected 2)