Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Internal Server Error when exporting parts list #7650

Closed
1 of 6 tasks
mikeabiz opened this issue Jul 14, 2024 · 1 comment
Closed
1 of 6 tasks

Getting Internal Server Error when exporting parts list #7650

mikeabiz opened this issue Jul 14, 2024 · 1 comment
Labels
bug Identifies a bug which needs to be addressed import / export Data importing, exporting and processing question This is a question

Comments

@mikeabiz
Copy link

Please verify that this bug has NOT been raised before.

  • I checked and didn't find a similar issue

Describe the bug*

Trying to export a list of around 1550+ parts. Whereas before it was working fine, now I am getting an internal server error.
errors5
errors4
errors3
errors2
errors

Previously working, a couple of additions to the parts and now cannot export. Error logs on Inventree also posted.
Part-2024-07-14 (1).csv

This is my last successful part export

Steps to Reproduce

Go to admin
Go to Parts
Go to Export

Expected behaviour

CSV would be generated

Deployment Method

  • Docker
  • Package
  • Bare metal
  • Other - added info in Steps to Reproduce

Version Information

Version Information:

InvenTree-Version: 0.15.4
Django Version: 4.2.12

Database: sqlite3
Debug-Mode: False
Deployed using Docker: False
Platform: Linux-5.10.0-30-amd64-x86_64-with-glibc2.31
Installer: None

Active plugins: [{'name': 'InvenTreeBarcode', 'slug': 'inventreebarcode', 'version': '2.0.0'}, {'name': 'InvenTreeCoreNotificationsPlugin', 'slug': 'inventreecorenotificationsplugin', 'version': '1.0.0'}, {'name': 'InvenTreeCurrencyExchange', 'slug': 'inventreecurrencyexchange', 'version': '1.0.0'}, {'name': 'InvenTreeLabel', 'slug': 'inventreelabel', 'version': '1.0.0'}, {'name': 'InvenTreeLabelMachine', 'slug': 'inventreelabelmachine', 'version': '1.0.0'}, {'name': 'InvenTreeLabelSheet', 'slug': 'inventreelabelsheet', 'version': '1.0.0'}, {'name': 'DigiKeyPlugin', 'slug': 'digikeyplugin', 'version': '1.0.0'}, {'name': 'LCSCPlugin', 'slug': 'lcscplugin', 'version': '1.0.0'}, {'name': 'MouserPlugin', 'slug': 'mouserplugin', 'version': '1.0.0'}, {'name': 'TMEPlugin', 'slug': 'tmeplugin', 'version': '1.0.0'}]

Please verify if you can reproduce this bug on the demo site.

  • I can reproduce this bug on the demo site.

Relevant log output

No response

@mikeabiz mikeabiz added bug Identifies a bug which needs to be addressed question This is a question triage:not-checked Item was not checked by the core team labels Jul 14, 2024
@SchrodingersGat
Copy link
Member

@mikeabiz this is likely due to the larger dataset taking a while to encode and export. This is an issue that we have addressed in #6911 with a fully refactored import / export workflow. This will be available in the next minor release (0.16.0)

@SchrodingersGat SchrodingersGat added import / export Data importing, exporting and processing and removed triage:not-checked Item was not checked by the core team labels Jul 14, 2024
@SchrodingersGat SchrodingersGat closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies a bug which needs to be addressed import / export Data importing, exporting and processing question This is a question
Projects
None yet
Development

No branches or pull requests

2 participants