We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I'm using your api. All was good, but 08.12.2020 your api stopped working. Your code for example:
KinopoiskApiService kinopoiskExtApiService = new KinopoiskApiService(); FilmExt filmInfo = kinopoiskExtApiService.getFilmInfo(1234);
Result: FilmExt(resultCode=404, message=HTTP Exception 404 Not Found, data=null)
But before 08.12.2020 all was good.
Help please. I'm very need your API. Thanks you.
The text was updated successfully, but these errors were encountered:
Hi. I also faced this problem. I will fix it asap. But probably It will happen at the weekends
Sorry, something went wrong.
Thanks you for your answer. I would like to you fix this proplem asap, because I'm using your api for study (and soon examen))
The API has been fixed. I had to rewrite it, so it has a new interface
No branches or pull requests
Hello. I'm using your api. All was good, but 08.12.2020 your api stopped working.
Your code for example:
KinopoiskApiService kinopoiskExtApiService = new KinopoiskApiService();
FilmExt filmInfo = kinopoiskExtApiService.getFilmInfo(1234);
Result:
FilmExt(resultCode=404, message=HTTP Exception 404 Not Found, data=null)
But before 08.12.2020 all was good.
Help please. I'm very need your API. Thanks you.
The text was updated successfully, but these errors were encountered: