Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

issue with sxcu #67

@laniku

Description

@laniku

I've tried to upload images using an sxcu with the command: sharenix -upload Screenshot\ 2021-05-14\ 10.47.32.png, and I keep getting this error:

Uploading file to sxcu.net - lucasp.reeee.ee
URL: (jsonpath not found)
Thumbnail URL: (jsonpath not found)
Deletion URL: (jsonpath not found)
Request failed: (jsonpath not found)

This is my config:

{
  "DefaultFileUploader": "uguu.se",
  "DefaultImageUploader": "sxcu.net - lucasp.reeee.ee",
  "XineramaHead": 0,
  "NotificationTime": 30,
  "NotifyUploading": true,
  "NotifyCommand": "",
  "ClipboardTime": 5,
  "SaveFolder": ".local/share/sharenix",
  "OrganizedFolders": false,

  "Services": [
    {
      "Name": "uguu.se",
      "RequestType": "POST",
      "RequestURL": "https://uguu.se/api.php?d=upload-tool",
      "FileFormName": "file"
    },
    {
      "Name": "sxcu.net - lucasp.reeee.ee",
      "DestinationType": "ImageUploader",
      "RequestURL": "https://lucasp.reeee.ee/upload",
      "FileFormName": "image",
      "URL": "$json:url$",
      "ThumbnailURL": "$json:thumb$",
      "DeletionURL": "$json:del_url$"
    }
  ]
}

The service does not have an outage at the moment.

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