Skip to content
New issue

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

ERR_BAD_REQUEST on getting timetable #55

Open
jozef-kasprzycki opened this issue Sep 6, 2023 · 1 comment
Open

ERR_BAD_REQUEST on getting timetable #55

jozef-kasprzycki opened this issue Sep 6, 2023 · 1 comment

Comments

@jozef-kasprzycki
Copy link

Hello,

I tried to use client.calendar.getTimetable() and got a 404 AxiosError.

Code:

"use strict";

const Librus = require('librus-api');
const client = new Librus();

client.authorize('<login>', '<password>').then(function () 
{
    client.calendar.getTimetable().then((data) => {console.log(data)});
});

Error:

C:\Users\jozek\Developer\librus\node_modules\axios\dist\node\axios.cjs:1913
    reject(new AxiosError(
           ^
AxiosError: Request failed with status code 404
...

The response also has this html content (part of it):

'  <h3>Błąd HTTP 404.0 — Not Found</h3> \n' +
'  <h4>Zasób, do którego chcesz uzyskać dostęp, został usunięty, jego nazwa uległa zmianie lub jest okresowo niedostępny.</h4> \n' +

I don't know if this is a Librus configuration issue by my school administrator or a librus-api bug...? Please let me know!

@Mati365
Copy link
Owner

Mati365 commented Sep 6, 2023

Wygląda jakby zmienili nazwę linku, z którego odczytywane były wartości. Byłbym wdzięczny, w imieniu społeczności, za naprawę w formie PRki. Od dawna już nie mam dostępu do librusa :/ Jesteś w stanie zerknąć?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants