Skip to content

Upload: More detailed errors logs #1486

@titivermeesch

Description

@titivermeesch

When trying to upload images in RAW format (ARW) I'm get 400 "Invalid request" back:

Screenshot 2021-08-19 at 10 36 13

Screenshot 2021-08-19 at 10 36 23

This did not happen a few days back.

My setup is as following:

  • I have a raspberry PI connected to my local network
  • Photoprism volumes redirect to an external hard drive

docker-compose:

    volumes:
      # Your photo and video files ([local path]:[container path]):
      - "/mnt/backup/fotos:/photoprism/originals/hdd"
      # Multiple folders can be indexed by mounting them as sub-folders of /photoprism/originals:
      # - "/mnt/Family:/photoprism/originals/Family"    # [folder_1]:/photoprism/originals/[folder_1]
      # - "/mnt/Friends:/photoprism/originals/Friends"  # [folder_2]:/photoprism/originals/[folder_2]
      # Mounting an import folder is optional (see docs):
      # - "~/Import:/photoprism/import"
      # Permanent storage for settings, index & sidecar files (DON'T REMOVE):
      - "/mnt/photoprism-storage/storage:/photoprism/storage"

The DB driver is SQLite, the rest is all default setup

Metadata

Metadata

Assignees

Labels

enhancementEnhancement or improvement of an existing featurereleasedAvailable in the stable release

Type

No type

Projects

Status

Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions