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
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.
&login=
The text was updated successfully, but these errors were encountered:
What version of kodi and the addon are you using?
Sorry, something went wrong.
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.
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.
No branches or pull requests
for some reason the plugin does not accept email address as username:
my logs
I checked the configuration and my email address is there so
&login=
should have a value.The text was updated successfully, but these errors were encountered: