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

Failed to login Filelist: unknown #3

Closed
hagitudose opened this issue Sep 19, 2014 · 9 comments
Closed

Failed to login Filelist: unknown #3

hagitudose opened this issue Sep 19, 2014 · 9 comments

Comments

@hagitudose
Copy link

Hi,

after your last update i get the error from the subject, any idea?
The user and password are double checked, and they are working fine.

09-19 23:20:03ERROR[edia._base.providers.base] Failed to login Filelist: unknown
09-19 23:20:03ERROR[edia._base.providers.base] Failed to login to: Filelist

Regards,
HagiT

@outkastm
Copy link
Owner

Hi,
Try this:
After you set the user and password in CP hit refresh and then type again or check if is correct. You can try also to set this info by editing CP config file. Let me know if it works. For me after i type the user name and hit refresh I found that the last letter is missing, don`t know why.

@hagitudose
Copy link
Author

I tried, but still the same error.
Let me know if I got it right. Enter user/pass hit refresh and enter pass again?
It has a div on it, and when I click it, it will clear the field. BTW, what browser are you using?
By, CP config file do you mean main.py? I tried also to enter it in plain text in the main.py but the same error.

I guess this is an issue for Clinton?

@outkastm
Copy link
Owner

Check in CP=>About=>Startup Args where you have setting.conf and edit that file. I have it in Namespace(config_file='/raid/data/MOD_CONFIG/COUCH/CONF/setting.conf

@clinton-hall
Copy link
Contributor

As per the above... confirm the user and pass are correct (do a restart of CouchPotato and go back to the settings... or verify in the settings.conf).

You can try setting "development" in CouchPotato, settings, general.
Then restart and try a search... more details will be shown in the logs, including some authentication details etc... this may help see what is going on.
Once troubleshooting is done you need to turn development off and restart.

@hagitudose
Copy link
Author

Ok done that but I have the same error. In the config the user and the password are ok. I have enabled the dev mode but I have the same logs, nothing new.

@clinton-hall
Copy link
Contributor

@outkastm not saying this should be merged... just to help capture the issues here...
@hagitudose can you use the main.py from my repository linked above, or otherwise add that new line to your current version and then try to search and check logs.

@outkastm
Copy link
Owner

@clinton-hall with the line you add, the module is not loading:
09-21 11:16:04ERROR[ couchpotato.core.loader] Can't import filelist: Traceback (most recent call last):
File "/raid0/data/module/CouchPotato/sys/CouchPotato/couchpotato/core/loader.py", line 58, in run
m = self.loadModule(module_name)
File "/raid0/data/module/CouchPotato/sys/CouchPotato/couchpotato/core/loader.py", line 164, in loadModule
return import_module(name)
File "/raid0/data/module/CouchPotato/sys/CouchPotato/libs/importhelper/init.py", line 37, in import_module
import(name)
File "/raid/data/MOD_CONFIG/COUCH/DATA/custom_plugins/filelist/init.py", line 2, in
from .main import Base
File "/raid/data/MOD_CONFIG/COUCH/DATA/custom_plugins/filelist/main.py", line 70
return {
^
IndentationError: unexpected indent

After restart it works and i get info about username and password:

[ie.providers.info.omdbapi] Found: 22 Jump Street (2014)
09-21 15:19:58INFO[core.media.movie.searcher] Search for 22 Jump Street in 720p ignoring ETA
09-21 15:19:58INFO[ filelist] Logging in to filelist.ro with user [test] and password [test]
09-21 15:19:58INFO[hpotato.core.plugins.base] Opening url: post http://filelist.ro/takelogin.php, data: ['username', 'ssl', 'password']
09-21 15:19:58ERROR[edia._base.providers.base] Failed to login Filelist: unknown
09-21 15:19:58ERROR[edia._base.providers.base] Failed to login to: Filelist

@outkastm
Copy link
Owner

otherweise for me the plugin is workin well:

09-21 12:21:00INFO[hpotato.core.plugins.base] Opening url: post http://filelist.ro/takelogin.php, data: ['username', 'ssl', 'password']
09-21 12:21:01INFO[hpotato.core.plugins.base] Opening url: get http://filelist.ro/browse.php?search=%22frank%22+2014&cat=19, data: []

@clinton-hall
Copy link
Contributor

I had copied the error logging from above. this had an error in the substitution,,,
This is only the original PR I submitted was only intended to be a temp thing to help track down what is being passed at log on.

outkastm added a commit that referenced this issue May 2, 2016
@outkastm outkastm closed this as completed May 9, 2016
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

3 participants