Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
P

Purple8

@Purple8
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Signature issue in accepted EULA PDF
    P Purple8

    Hello !
    I tried using asset acceptance, everyting works fine (even the signature) but at the end when downloading the PDF, the signature does not appear. I did it with different assets and different users but same issue.

    Here what I see :
    c1b0a09b-93cc-4e62-9f54-3f4b071b0cc3-Capture d'écran 2024-12-27 093129.jpg

    Thanks for your help 🙂

    Snipe-IT

  • compress-pdf is disabled
    P Purple8

    @jdaviescoates i don’t think so, i tried to install the app locally with the official docker image and it works well

    Stirling-PDF

  • compress-pdf is disabled
    P Purple8

    Hello, I don't know if the topic has already been covered, but the compress-pdf tool is disabled. I have an instance in version 0.33.1 where it is active, but in the latest version, I don't have access to it.

    3c4bd928-4be7-40e0-b700-6a6db17dabeb-image.png

    Can someone help me? (or at least explain it to me)

    Thank you

    Stirling-PDF

  • High cpu utilization since update 1.25.1
    P Purple8

    @humptydumpty Hi, no i did not beacause i couldn't reproduce the error after a reinstall.

    Paperless-ngx

  • High cpu utilization since update 1.25.1
    P Purple8

    @joseph thank you, i try to do this 🙂

    Paperless-ngx

  • High cpu utilization since update 1.25.1
    P Purple8

    Hello,
    First time publishing here 🙂

    The app is waiting for production, for now there is 0 user.

    Since update 1.25.1 the CPU utilization is constantly at 62% (caused by the errors i got every 2 seconds i guess).
    Capture d'écran 2024-07-31 122119.png

    Here's the logs i have :

    2024-07-31T07:12:30.000Z Traceback (most recent call last):
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,565] [INFO] [celery.beat] beat: Starting...
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,574] [CRITICAL] [celery.beat] beat raised exception <class '_dbm.error'>: error('cannot add item to database')
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,576] [WARNING] [celery.redirected]
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,576] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 111, in __getitem__
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,576] [WARNING] [celery.redirected] KeyError
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,576] [WARNING] [celery.redirected] Traceback (most recent call last):
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,576] [WARNING] [celery.redirected] value = self.cache[key]
    ----
    ...
    ----
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,686] [WARNING] [celery.redirected] self[key] = entry
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] .
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] :
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] _dbm
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] cannot add item to database
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] error
    2024-07-31T07:12:30.000Z [2024-07-31 07:12:30,687] [WARNING] [celery.redirected] self.dict[key.encode(self.keyencoding)] = f.getvalue()
    2024-07-31T07:12:30.000Z __    -    ... __   -        _
    2024-07-31T07:12:30.000Z _dbm.error: cannot add item to database
    2024-07-31T07:12:30.000Z celery beat v5.4.0 (opalescent) is starting.
    2024-07-31T07:12:30.000Z f = BytesIO(self.dict[key.encode(self.keyencoding)])
    2024-07-31T07:12:30.000Z humanize_seconds(self.scheduler.max_interval))
    2024-07-31T07:12:30.000Z return self.get_scheduler()
    2024-07-31T07:12:30.000Z return super().__get__(instance, owner)
    2024-07-31T07:12:30.000Z return symbol_by_name(self.scheduler_cls, aliases=aliases)(
    2024-07-31T07:12:30.000Z self._create_schedule()
    2024-07-31T07:12:30.000Z self._store['entries']
    2024-07-31T07:12:30.000Z self._store['entries'] = {}
    2024-07-31T07:12:30.000Z self.dict[key.encode(self.keyencoding)] = f.getvalue()
    2024-07-31T07:12:30.000Z self.setup_schedule()
    2024-07-31T07:12:30.000Z service.start()
    2024-07-31T07:12:30.000Z super().__init__(*args, **kwargs)
    2024-07-31T07:12:30.000Z val = self.func(instance)
    2024-07-31T07:12:30.000Z value = self.cache[key]
    

    Tell me if the whole log file is necessary.

    I tried to restart the app, but didn't resolved my problem 😞
    If someone experienced the same problem can help me !

    Thanks

    Paperless-ngx
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search