Jump to content

pendragon

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by pendragon

  1. Anyone managed to get email checking to work with this? Running in a single container with the bash script and passing the relevant email variables, but it's not working. Seeing this in the log:

     

    Starting document consumer at /consume with inotify
    Traceback (most recent call last):
    File "/usr/src/paperless/src/manage.py", line 11, in <module>
    execute_from_command_line(sys.argv)
    File "/usr/lib/python3.8/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
    utility.execute()
    File "/usr/lib/python3.8/site-packages/django/core/management/__init__.py", line 365, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
    File "/usr/lib/python3.8/site-packages/django/core/management/base.py", line 288, in run_from_argv
    self.execute(*args, **cmd_options)
    File "/usr/lib/python3.8/site-packages/django/core/management/base.py", line 335, in execute
    output = self.handle(*args, **options)
    File "/usr/src/paperless/src/documents/management/commands/document_consumer.py", line 97, in handle
    self.loop_inotify(mail_delta)
    File "/usr/src/paperless/src/documents/management/commands/document_consumer.py", line 130, in loop_inotify
    self.loop_step(mail_delta)
    File "/usr/src/paperless/src/documents/management/commands/document_consumer.py", line 120, in loop_step
    self.mail_fetcher.pull()
    File "/usr/src/paperless/src/documents/mail.py", line 185, in pull
    for message in self._get_messages():
    File "/usr/src/paperless/src/documents/mail.py", line 203, in _get_messages
    self._login()
    File "/usr/src/paperless/src/documents/mail.py", line 227, in _login
    login = self._connection.login(self._username, self._password)
    File "/usr/lib/python3.8/imaplib.py", line 601, in login
    typ, dat = self._simple_command('LOGIN', user, self._quote(password))
    File "/usr/lib/python3.8/imaplib.py", line 1197, in _quote
    arg = arg.replace('\\', '\\\\')
    AttributeError: 'NoneType' object has no attribute 'replace'

     

    Anyone have any idea what I'm doing wrong?

     

    Thanks

  2. I have a NVME drive I salvaged from an old Macbook in a PCI-E adapter card. It keeps throwing UDMA CRC error count errors. This is just scratch disk that is mounted via unassigned devices, so I'm not really concerned about it. I do however want to stop getting notified every few minutes about the crc errors. Can I disable the smart check for a single drive somehow?

     

    Thanks

×
×
  • Create New...