kodi-pvr / pvr.filmon

Kodi's Filmon client addon
GNU General Public License v2.0
4 stars 32 forks source link

Login Fails #131

Open danwalmsley opened 3 years ago

danwalmsley commented 3 years ago

for some reason the plugin does not accept email address as username:

my logs

2021-09-09 23:10:01.496 T:2933    ERROR <general>: CCurlFile::FillBuffer - Failed: HTTP returned error 403
2021-09-09 23:10:01.496 T:2933    ERROR <general>: CCurlFile::Open failed with code 403 for http://www.filmon.com/tv/api/login?session_key=c06e61f92ae4f08d9d386c3dc3ffeff6&login=&password=d41d8cd98f00b204e9800998ecf8427e:

I checked the configuration and my email address is there so &login= should have a value.

phunkyfish commented 3 years ago

What version of kodi and the addon are you using?

danwalmsley commented 3 years ago

Kodi matrix, and 6.1.2 I actually found if I type %40 instead of the @ then it works.

This will be a problem because all new users to filmon have email as usernames.

phunkyfish commented 3 years ago

Kodi matrix, and 6.1.2 I actually found if I type %40 instead of the @ then it works.

This will be a problem because all new users to filmon have email as usernames.

Should not be a difficult fix. I will try to do it when I have some time.