Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

Getting 500 Internal Server Error after copy my odoo 17 proyect

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
errorbugcrash500v17
1 Svar
4450 Visninger
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
Kassér
Avatar
Jorge Cásarez
Forfatter Bedste svar

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

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Internal Server Error after theme installation
community error 500 v17
Avatar
Avatar
Avatar
2
jun. 24
4743
Odoo Startup Error Part 2
error crash 500 loading loading.error
Avatar
Avatar
Avatar
2
apr. 16
8904
TypeError: odoo.tools.misc.frozendict() got multiple values for keyword argument 'deferred_start_date'
error v17
Avatar
0
jan. 25
1782
UnknownTimeZoneError: 'Europe/Kyiv' in Odoo.sh
error v17
Avatar
Avatar
1
apr. 24
2508
Odoo Server Error , why ? I need help, I can't find where the error is.
error bug
Avatar
Avatar
1
jun. 23
6583
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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