Skip to content

[blocker] Missing filename extension #39

@vitaly-zdanevich

Description

@vitaly-zdanevich

This is a serious problem, and maybe because of that - after uploading - Darktable crashes for me.

On the first line of register_storage_store I added print(tmp_exp_path) and got /tmp/1452 Бобруйск, ул Чонгарская 55.()

local function register_storage_store(_, image, _, tmp_exp_path, _, _, _, extra_data)

I "fixed" it locally by hardcoding

local extension = fn:match("[^.]+$"):lower()

to local extension = "jpg"

We already had a discussion about the issue. It looks like it works on your machine, but not on mine?

I created the issue on Darktable darktable-org/darktable#18817

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions