Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Getting 500 Internal Server Error after copy my odoo 17 proyect

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
errorbugcrash500v17
1 Répondre
4436 Vues
Avatar
Jorge Cásarez

Hello everyone I'm new with odoo and I'm working with odoo 17, yesterday I tried several times to install Delivery Cost module with demo database then I realize that I couldn't do it with that database so I when to "database manager" and tried to make a new database but any button worked, I clicked every single button and none of them worked, so I decided to do a copy of my project and create a new database but after that both of my projects  started to give me 500 error


I dont exactaly where is the error, I reinstall Postgres and create a new Odoo project but I still getting the same error. Probably I'm missing something.

When I start the app everything runs fine but at the moment that I try to access to localhost:8069/web starts to give this 500 error.




I hope someone knows what do about it


Thank you so much for your time and help!!




Here is my log:


2024-03-14 15:04:39,871 5076 ERROR deliver odoo.http: Exception during request handling. 


Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 87, in __new__


    return cls.registries[db_name]


           ~~~~~~~~~~~~~~^^^^^^^^^


  File "", line 2, in __getitem__


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\lru.py", line 34, in __getitem__


    a = self.d[obj]


        ~~~~~~^^^^^


KeyError: 'deliver'




During handling of the above exception, another exception occurred:




Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 2189, in __call__


    response = request._serve_db()


               ^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 1744, in _serve_db


    self.registry = Registry(self.db).check_signaling()


                    ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 89, in __new__


    return cls.new(db_name)


           ^^^^^^^^^^^^^^^^


  File "", line 2, in new


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 101, in new


    registry.init(db_name)


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 182, in init


    with closing(self.cursor()) as cr:


                 ^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 950, in cursor


    return self._db.cursor()


           ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 752, in cursor


    return Cursor(self.__pool, self.__dbname, self.__dsn)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 267, in __init__


    self._cnx = pool.borrow(dsn)


                ^^^^^^^^^^^^^^^^


  File "", line 2, in borrow


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 681, in borrow


    result = psycopg2.connect(


             ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\venv\Lib\site-packages\psycopg2\__init__.py", line 122, in connect


    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 96: invalid start byte


2024-03-14 15:04:39,932 5076 INFO deliver werkzeug: 127.0.0.1 - - [14/Mar/2024 15:04:39] "GET /web HTTP/1.1" 500 - 0 0.000 0.115


2024-03-14 15:04:40,114 5076 ERROR deliver odoo.http: Exception during request handling. 


Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 87, in __new__


    return cls.registries[db_name]


           ~~~~~~~~~~~~~~^^^^^^^^^


  File "", line 2, in __getitem__


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\lru.py", line 34, in __getitem__


    a = self.d[obj]


        ~~~~~~^^^^^


KeyError: 'deliver'




During handling of the above exception, another exception occurred:




Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 2189, in __call__


    response = request._serve_db()


               ^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 1744, in _serve_db


    self.registry = Registry(self.db).check_signaling()


                    ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 89, in __new__


    return cls.new(db_name)


           ^^^^^^^^^^^^^^^^


  File "", line 2, in new


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 101, in new


    registry.init(db_name)


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 182, in init


    with closing(self.cursor()) as cr:


                 ^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 950, in cursor


    return self._db.cursor()


           ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 752, in cursor


    return Cursor(self.__pool, self.__dbname, self.__dsn)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 267, in __init__


    self._cnx = pool.borrow(dsn)


                ^^^^^^^^^^^^^^^^


  File "", line 2, in borrow


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 681, in borrow


    result = psycopg2.connect(


             ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\venv\Lib\site-packages\psycopg2\__init__.py", line 122, in connect


    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 96: invalid start byte


2024-03-14 15:04:40,116 5076 INFO deliver werkzeug: 127.0.0.1 - - [14/Mar/2024 15:04:40] "GET /favicon.ico HTTP/1.1" 500 - 0 0.000 0.063


2024-03-14 15:04:42,031 5076 ERROR deliver odoo.http: Exception during request handling. 


Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 87, in __new__


    return cls.registries[db_name]


           ~~~~~~~~~~~~~~^^^^^^^^^


  File "", line 2, in __getitem__


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\lru.py", line 34, in __getitem__


    a = self.d[obj]


        ~~~~~~^^^^^


KeyError: 'deliver'




During handling of the above exception, another exception occurred:




Traceback (most recent call last):


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 2189, in __call__


    response = request._serve_db()


               ^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\http.py", line 1744, in _serve_db


    self.registry = Registry(self.db).check_signaling()


                    ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 89, in __new__


    return cls.new(db_name)


           ^^^^^^^^^^^^^^^^


  File "", line 2, in new


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 101, in new


    registry.init(db_name)


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 182, in init


    with closing(self.cursor()) as cr:


                 ^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\modules\registry.py", line 950, in cursor


    return self._db.cursor()


           ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 752, in cursor


    return Cursor(self.__pool, self.__dbname, self.__dsn)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 267, in __init__


    self._cnx = pool.borrow(dsn)


                ^^^^^^^^^^^^^^^^


  File "", line 2, in borrow


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\odoo\sql_db.py", line 681, in borrow


    result = psycopg2.connect(


             ^^^^^^^^^^^^^^^^^


  File "C:\Users\jorge.casarez\Documents\odoo-17.0\venv\Lib\site-packages\psycopg2\__init__.py", line 122, in connect


    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)


           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 96: invalid start byte


2024-03-14 15:04:42,033 5076 INFO deliver werkzeug: 127.0.0.1 - - [14/Mar/2024 15:04:42] "GET /web/service-worker.js HTTP/1.1" 500 - 0 0.000 0.047



0
Avatar
Ignorer
Avatar
Jorge Cásarez
Auteur Meilleure réponse

If someone helps this, I solved it just cleaning cache from browser  

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Internal Server Error after theme installation
community error 500 v17
Avatar
Avatar
Avatar
2
juin 24
4721
Odoo Startup Error Part 2
error crash 500 loading loading.error
Avatar
Avatar
Avatar
2
avr. 16
8882
TypeError: odoo.tools.misc.frozendict() got multiple values for keyword argument 'deferred_start_date'
error v17
Avatar
0
janv. 25
1774
UnknownTimeZoneError: 'Europe/Kyiv' in Odoo.sh
error v17
Avatar
Avatar
1
avr. 24
2497
Odoo Server Error , why ? I need help, I can't find where the error is.
error bug
Avatar
Avatar
1
juin 23
6568
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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