Hi, I've uploaded my REST API movie list project onto GitHub Pages, but today I'm getting a 401 Error (Unauthorized or Unauthenticated). My website has been on GitHub Pages for the last month and I haven't been getting this error until today... I was trying to debug an error which was causing the website to re-render the page a lot, so I'm not sure if I've maxed out the number of API calls in a day or if it's an actual authentication problem. Could anyone shed some light on how I should solve this? Currently, I am using the default Application Authentication with my TMDB API Token to get the movie and poster data from my "Favourites" list. I know there are other more secure approaches such as User Authentication and Guest Sessions, but I might try those approaches in the future. Thanks for any tips. Michael
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
mbborromeo님의 댓글
5월 1, 2025 at 3:49 오후
I was able to fix my problem by regenerating the API Token/Key, so please disregard my previous message.