rickeylohia / plugin.video.stalkervod

Stalker VOD Kodi add-on
GNU General Public License v3.0
10 stars 2 forks source link

Still getting error of "error getting token" after update to .05 #15

Closed Steha78 closed 2 months ago

Steha78 commented 6 months ago

Error Token

I manage to connect with the server address and mac address in other apps.

KODi Log:

2024-04-05 18:40:58.324 T:25827 warning : plugin.video.stalkervod: We could not use the cache since it is invalid or non-existent. 2024-04-05 18:40:58.400 T:25827 error : plugin.video.stalkervod: Error getting token, statusCode=403 2024-04-05 18:41:00.264 T:25827 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2024-04-05 18:41:00.461 T:25825 error : GetDirectory - Error getting plugin://plugin.video.stalkervod/ 2024-04-05 18:41:00.480 T:23578 error : CGUIMediaWindow::GetDirectory(plugin://plugin.video.stalkervod/) failed

rickeylohia commented 6 months ago

can you enable debug logs in kodi and then provide logs?

Steha78 commented 6 months ago

Of sure :)

Error getting token" after update to 0.0.6

KODi Debug Log:

kodi.log

rickeylohia commented 6 months ago

@Steha78 sorry but I don't see any debug logs in above log file can you confirm if debug logs were enabled, you should see entries like below in the logger

debug <general>: plugin.video.stalkervod
Steha78 commented 6 months ago

Hello, please check the log file again. Should be debug log.

: Debug-Protokollierung aufgrund der GUI-Einstellung aktiviert (2) 2024-04-06 19:06:07.334 T:7734 info I don't understand why it doesn't say debug anywhere in the log. I activated it.
rickeylohia commented 6 months ago

how did you enable DEBUG log?

Steha78 commented 5 months ago

how did you enable DEBUG log?

System - Logging - Enable debug logging

rickeylohia commented 5 months ago

yeah that seems right but the log file does not have any debug logs :( , can you try again?

Steha78 commented 5 months ago

I've already tried that. Unfortunately with the same result. Maybe the server address I use would help. http://ip.sltv.be:8080/c/

rickeylohia commented 5 months ago

unfortunately just the server address does not tell much not sure if you are a technical person or not, but if you can provide output of below curl command, replacing mac_address in it, might help debug the issue

curl --location 'http://ip.sltv.be:8080/server/load.php?type=stb&action=handshake' --header 'Cookie: mac=<mac_address>' -v
rickeylohia commented 5 months ago

@Steha78 thanks that helps, am able to connect using other apps using your details. will check whats the issue and try and fix it ps: have deleted your comment in case you don't want it to be used by anyone else

rickeylohia commented 3 months ago

@Steha78 issue should be fixed with v1.0.0. But I haven't pushed it to the official repo yet. Can you use below zip to install the latest version and test it out before I push it to the official repo. If you guys can let me know the result either way if everything looks good / there are still any issues you guys see.

plugin.video.stalkervod-1.0.0.zip

Steha78 commented 3 months ago

Thank you for your hard work! I'm still testing, but so far it's going well. Great work!!! 🙂

Steha78 commented 3 months ago

Hello. I have now tested again with two new IPTV providers. I can open everything and get movies and series displayed with description, very nice. Unfortunately I can't play anything with one line and with the other IPTV provider only the series are running. The error log is the same for both IPTV providers. See Kodi Log. I hope that helps :) kodi.log

rickeylohia commented 2 months ago

@Steha78 log is not providing much info on the cause of the error. try again with below latest build, if still does not work would have to get the portal details to replicate the issue at my end plugin.video.stalkervod-1.0.0.zip

Steha78 commented 2 months ago

I tested running. That must have all been a lot of work. I really appreciate that. Do you have a PayPal account? I don't have much myself, but I would donate $5 :)

rickeylohia commented 2 months ago

you are welcome! thanks for the offer but unfortunately I don't have paypal. may be donate it to some needy person on my behalf :) let me know if you see any more issues.