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

AttributeError: 'Client' object has no attribute '_results_per_page' #61

Open
vmalloc opened this issue Dec 28, 2015 · 2 comments
Open
Labels

Comments

@vmalloc
Copy link

vmalloc commented Dec 28, 2015

Traceback (most recent call last):
  File "/Users/rotemy/.virtualenv/bin/orochi", line 11, in <module>
    sys.exit(main())
  File "/Users/rotemy/.virtualenv/lib/python2.7/site-packages/orochi/client.py", line 732, in main
    client.cmdloop()
  File "/Users/rotemy/.virtualenv/lib/python2.7/site-packages/orochi/client.py", line 169, in cmdloop
    super(Client, self).cmdloop()
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py", line 142, in cmdloop
    stop = self.onecmd(line)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py", line 221, in onecmd
    return func(arg)
  File "/Users/rotemy/.virtualenv/lib/python2.7/site-packages/orochi/client.py", line 406, in do_liked_mixes
    self.do_search_user_liked(self._user_name)
  File "/Users/rotemy/.virtualenv/lib/python2.7/site-packages/orochi/client.py", line 250, in do_search_user_liked
    mixes = self.search_request(s, 'user_liked')
  File "/Users/rotemy/.virtualenv/lib/python2.7/site-packages/orochi/client.py", line 423, in search_request
    self.config['results_sorting'], self._search_results_page, self._results_per_page)
AttributeError: 'Client' object has no attribute '_results_per_page'
@dbrgn
Copy link
Owner

dbrgn commented Dec 29, 2015

Thanks for the report. What action did you take that caused the crash? Could you reproduce it?

@vmalloc
Copy link
Author

vmalloc commented Dec 29, 2015

It doesn't reproduce - but it happened when I logged in and then ran liked_mixes

@dbrgn dbrgn added the bug label Dec 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants