Comics-Games-and-Things-LLC / openCGaT

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Valhalla Hobby Separation Issues #3

Closed Siouxxanne closed 1 year ago

Siouxxanne commented 1 year ago

500 error when attempting to create new product.

Exception Type: ValueError at /shop/manage/valhalla-hobby-cgt-verona/product/vallejo-28531-acrylic-matt-varnish-spray-400ml-copy-1/edit/ Exception Value: The file 'wagtailadmin/css/normalize.css' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7f467f3b9810>. Raised during: shop.views.add_edit_product

Siouxxanne commented 1 year ago

Recurring cart error in django errors folder. Not sure if important:

Exception Type: ValueError at /cart/cart/ Exception Value: 'Cart' instance needs to have a primary key value before this relationship can be used. Raised during: checkout.views.json_cart

Siouxxanne commented 1 year ago

Unable to intake:

Exception Type: IntegrityError at /partner/valhalla-hobby-cgt-verona/intake/intake/8437013061483 Exception Value: duplicate key value violates unique constraint "shop_inventorylog_pkey" DETAIL: Key (id)=(2) already exists.

nstephenh commented 1 year ago

Fixed with updating wagtail rich text field and fixing all our key sequence issues with: ` python manage.py sqlsequencereset shop checkout discount_codes | python manage.py dbshell python manage.py sqlsequencereset partner payments posts realaddress shop user_list userinfo | python manage.py dbshell python manage.py sqlsequencereset game_info giveaway images intake inventory_report | python manage.py dbshell python manage.py sqlsequencereset billing checkout credit digitalitems discount_codes events financial | python manage.py dbshell

`