hi,
I realize that there is two time the "{" symbol in the json data:
{"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{" .... },"id":1}
Don't know if it's the problem because with curl it's work.
Search found 4 matches
- 11 Nov 2017, 12:38
- Forum: Synology NAS & Embedded Linux
- Topic: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
- Replies: 4
- Views: 3937
- 10 Nov 2017, 22:35
- Forum: Synology NAS & Embedded Linux
- Topic: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
- Replies: 4
- Views: 3937
Re: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
i have try to make the curl request from the same filebot server: curl -X POST -d @/tmp/test_kodi.json -H "Content-Type: application/json" http://kodiuser:[email protected]:8080/jsonrpc where /tmp/test_kodi.json is the json content of the output of filebot and its working, however librairy ...
- 10 Nov 2017, 22:07
- Forum: Synology NAS & Embedded Linux
- Topic: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
- Replies: 4
- Views: 3937
Re: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
hi, I have test with the dev script but the issue is the same: Notify Kodi: [host:kodiuser:[email protected], port:8080] POST: http://kodiuser:[email protected]:8080/jsonrpc {"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"FileBot finished processing 5 files ...
- 09 Nov 2017, 13:58
- Forum: Synology NAS & Embedded Linux
- Topic: AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
- Replies: 4
- Views: 3937
AMC script Kodi notify: "error IOException: Server returned HTTP response code: 401"
Hi, Since the 6 nov 2017, i have error for notify and refresh kodi library, i have the error "error IOException: Server returned HTTP response code: 401". My configuration is : filebot on synology NAS: FileBot 4.7.9 (r4984) / Java(TM) SE Runtime Environment 1.8.0_91 / Linux 3.10.102 (amd64) Kodi 17 ...