mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #134] txt2db not found (Server error 500) #105
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DaveNadeau on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/134
Originally assigned to: @ciur on GitHub.
Bug Description
Loading the linuxserver/papermerge image via Rancher results in Server Error (500). Reviewing the logs shows:
[2020-09-23 04:24:33,923: DEBUG/ForkPoolWorker-2] Celery beat: txt2db
[2020-09-23 04:24:33,977: ERROR/ForkPoolWorker-2] Task papermerge.core.management.commands.worker.txt2db[5be80d2c-9b87-4f97-a65d-dd8ecbfb17e9] raised unexpected: OperationalError('no such table: core_document')
Expected behavior
having matched the example docker image config on https://hub.docker.com/r/linuxserver/papermerge, I expected the server to boot properly and take me to the login page.
Do you Papermerge via Docker Image ?
yes
If yes, which docker image you use?
https://fleet.linuxserver.io/image?name=linuxserver/papermerge
Desktop (please complete the following information):
container.log
latest
@ciur commented on GitHub (Sep 23, 2020):
Hi @DaveNadeau, thank you for opening the ticket and especially for attached log file!
From log file i can see that linuxserverio docker image does not have migrations applied (means when building image, command ./manage.py migrate was not applied). So, I dare to say that this is docker image problem. I will try to handle this bug together with linuxserver guys.
@DaveNadeau commented on GitHub (Sep 23, 2020):
Thank you for the prompt reply!!! I look forward to using this software
once this is fixed!!!
On Tue, Sep 22, 2020 at 10:24 PM Eugen Ciur notifications@github.com
wrote:
@ciur commented on GitHub (Sep 24, 2020):
Hi @DaveNadeau
It is just now that I realize that it is not correct to open linuxserver.io/papermerge docker related issues here. The reason is that linuxserver.io image is not maintained by me!
I will correct "bug template" to mention that info.
Please open linuxserver.io docker image related issues at their issue tracker..
I will close this bug, as I don't have any control over docker images provided by 3rd parties.
@DaveNadeau commented on GitHub (Sep 24, 2020):
Will do. Sorry to have taken your time. Thanks for pointing me in the
correct direction!!!
Best,
Dave
On Thu, Sep 24, 2020 at 11:50 AM Eugen Ciur notifications@github.com
wrote: