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

[APP SUBMITTED]: AttributeError: 'NoneType' object has no attribute 'text' #7599

Closed
duramato opened this issue Jan 19, 2020 · 2 comments
Closed
Assignees
Labels

Comments

@duramato
Copy link
Contributor

INFO

Python Version: 3.7.5 (default, Oct 27 2019, 15:43:29) [GCC 9.2.1 20190909]
Operating System: Linux-4.9.35-v7+-armv7l-with-debian-bullseye-sid
Locale: UTF-8
Branch: develop
Database: 44.14
Commit: 68f8328
Link to Log: https://gist.github.com/03e960c44cc68860722af30c5574e161

ERROR

2020-01-19 18:57:06 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [PrivateHD] :: [68f8328] DailySearchQueueItem Exception, error: AttributeError("'NoneType' object has no attribute 'text'")
Traceback (most recent call last):
  File "/home/pi/Medusa/medusa/search/queue.py", line 266, in run
    found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
  File "/home/pi/Medusa/medusa/search/core.py", line 526, in search_for_needed_episodes
    cur_provider.cache.update_cache(scheduler_start_time)
  File "/home/pi/Medusa/medusa/tv/cache.py", line 225, in update_cache
    data = self._get_rss_data()
  File "/home/pi/Medusa/medusa/tv/cache.py", line 200, in _get_rss_data
    return {'entries': self.provider.search(self.search_params)}
  File "/home/pi/Medusa/medusa/providers/torrent/html/privatehd.py", line 62, in search
    if not self.login():
  File "/home/pi/Medusa/medusa/providers/torrent/html/privatehd.py", line 151, in login
    with BS4Parser(login_html.text, 'html5lib') as html:
AttributeError: 'NoneType' object has no attribute 'text'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Jan 19, 2020
@duramato
Copy link
Contributor Author

INFO

Python Version: 3.8.2 (default, Feb 25 2020, 13:04:52) [GCC 9.2.1 20200123]
Operating System: Linux-4.9.35-v7+-armv7l-with-glibc2.29
Locale: UTF-8
Branch: develop
Database: 44.15
Commit: 942312b
Link to Log: https://gist.github.com/f39358ceebe29df5efcbec331ce3222f

ERROR

2020-04-20 15:05:48 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [PrivateHD] :: [942312b] DailySearchQueueItem Exception, error: AttributeError("'NoneType' object has no attribute 'text'")
Traceback (most recent call last):
AttributeError: 'NoneType' object has no attribute 'text'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@duramato duramato self-assigned this Apr 20, 2020
@duramato duramato added Bug and removed triage Untriaged issue labels Apr 20, 2020
@medariox
Copy link
Contributor

Fixed with #7991

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