Skip to content

on a POST sync api call, the serverside command used to generate the map fails due to the "-f" flag #30

@mikeysaurus

Description

@mikeysaurus

From an API call like this following the API documentation:

curl --location 'https:///api/map/sync?syncAll=false&forceTiled=true'
--header 'Content-Type: application/json'
--header 'X-API-Key: '
--data '["packed.yml"]'

I get the following error: https://pastebin.com/KS8KkxW9

Manually going on the server and running
bin/Content.MapRenderer/Content.MapRenderer --format webp --viewer Elkridge
from the build directory successfully renders the map.

It appears that the -f flag does not work as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions