dvcol / synology-download

Synology Download Station browser extension built with React.
https://dvcol.github.io/synology-download/
MIT License
48 stars 6 forks source link

[Support]: Failed to load folder. The requested API does not exist. #212

Closed zitzman closed 1 year ago

zitzman commented 1 year ago

Affected part

General Options/Settings, Connection (login/fetching)

Extension version

3.6.0

DSM version

SRM 1.3.1-9346 Update 5

Browser version

Chrome 115.0.5790.110 (Official Build) (64-bit)

Description

I get an error whenever I try to create a task. Does this extension work on the Synology RT6600ax? Test Login Works.

Steps to Reproduce the Issue

  1. Click on extension icon
  2. Create Task

Screenshots or Mock up

image image

Failure Logs

popup.entry.js:242 [2023-07-27T22:25:55.109Z - popup] Failed load folders. Error: The requested API does not exist
    at popup.entry.js:242:65393
    at popup.entry.js:234:28183
    at l._next (popup.entry.js:234:24748)
    at t.next (popup.entry.js:234:14600)
    at popup.entry.js:242:129211

Store snapshots

No response

dvcol commented 1 year ago

Hello, I'm not familiar wih this particular synology nas (seems to be a router too right ?).

For this extension to work you need to have both file station and download station installed.

The error message seems to indicate that the APIs for disk station are not present, to verify this, you can look at the api list in your extension settings (under Advanced > Storage > Store)

image

If you don't find both endpoints SYNO. DownloadStation2and SYNO.FileStation, then either your device doesn't support file and download station or you need to install it.

Hope it helps :)