Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2023-11-09, 22:27)jeffski10 Wrote:
(2023-11-09, 03:22)jurialmunkey Wrote:
(2023-11-08, 22:08)jeffski10 Wrote: Any idea what is causing this error in my log/how to debug: 

2023-11-08 19:50:10.594 T:5132     info <general>: [plugin.video.themoviedb.helper]
                                                   HTTP Error Code: 405
                                                   Request: https://api.trakt.tv//users//lists//items

Should say I checked the authorisation but this looks to be request related with the 405 error

405 error is method not allowed. That path is invalid for the API endpoint.

As to why a valid path is not being constructed, it is impossible to tell without a full debug log.
I don't see anything in the log with the request path/payload. Enabled debug and curl logging and only see the above still. Is there a line in the code I can add a debug line to write out the payload to work this out?

The request path is literally in the error message
Request: https://api.trakt.tv//users//lists//items

This is not a valid url because username and listslug are missing. Again, I need a log to know why those are missing but you seem unwilling to provide one.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by jurialmunkey - 2023-11-10, 07:17
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2