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

Improve error handling if no network available #161

Closed
flubshi opened this issue Nov 3, 2021 · 0 comments · Fixed by #168
Closed

Improve error handling if no network available #161

flubshi opened this issue Nov 3, 2021 · 0 comments · Fixed by #168
Labels
bug Something isn't working v19 Matrix

Comments

@flubshi
Copy link
Owner

flubshi commented Nov 3, 2021

See: https://forum.kodi.tv/showthread.php?tid=365135

Log:

2021-11-03 08:32:50.506 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [login check] WAIPU.TV LOGIN...
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [token] current time 1635924770
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [token] expire  time 1635917196
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [jwt isExpired] exp: 1635917196
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [jwt isExpired] curr: 1635924770
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [jwt isExpired] exp: 1646165692
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [jwt isExpired] curr: 1635924770
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [login check] Login-Request;
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: Http-Request: POST https://auth.waipu.tv/oauth/token.
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: Add cookies for host: auth.waipu.tv.
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: CurlFile::ParseAndCorrectUrl() adding custom header option 'Authorization: ***********'
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: CurlFile::ParseAndCorrectUrl() adding custom header option 'Content-Type: application/x-www-form-urlencoded'
2021-11-03 08:32:50.507 T:7472    DEBUG <general>: CurlFile::Open(0x25bdedb03c0) https://auth.waipu.tv/oauth/token
2021-11-03 08:32:50.517 T:7744    DEBUG <CSettingsManager>: requested setting (pvrmanager.enabled) was not found.
2021-11-03 08:32:50.517 T:7472    ERROR <general>: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7)
2021-11-03 08:32:50.517 T:7472    ERROR <general>: CCurlFile::Open failed with code 0 for https://auth.waipu.tv/oauth/token:
                                                   
2021-11-03 08:32:50.517 T:7472    DEBUG <general>: AddOnLog: pvr.waipu: [login check] Login-response: (HTTP -1) ;
2021-11-03 08:32:50.517 T:7472    ERROR <general>: AddOnLog: pvr.waipu: [Login] no network connection
2021-11-03 08:32:50.517 T:7472    ERROR <general>: GetEPGForChannel: Add-on 'waipu.tv PVR add-on:connected' returned an error: server error
2021-11-03 08:32:50.517 T:7472    ERROR <general>: PVR::CPVREpg::Update: Failed to update table 'SR'
2021-11-03 08:32:50.525 T:7472    ERROR <general>: AddOnLog: pvr.waipu: [API LOGIN] Locked due to invalid attempts
@flubshi flubshi added v19 Matrix bug Something isn't working labels Nov 3, 2021
flubshi added a commit that referenced this issue Dec 17, 2021
flubshi added a commit that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v19 Matrix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant