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]: substring not found #805

Closed
duramato opened this issue Jul 22, 2016 · 5 comments
Closed

[APP SUBMITTED]: substring not found #805

duramato opened this issue Jul 22, 2016 · 5 comments

Comments

@duramato
Copy link
Contributor

INFO

Python Version: 2.7.6 (default, Jun 22 2015, 18:00:18) [GCC 4.8.2]
Operating System: Linux-4.2.0-42-generic-i686-with-Ubuntu-14.04-trusty
Locale: None
Branch: split-parsing
Commit: 05d5356
Link to Log: https://gist.github.com/e90e8494f3d32574b4743fc35ae5365d

ERROR

SEARCHQUEUE-MANUAL-76703 :: [HDSpace] :: [05d5356] Could not find main torrent table
Traceback (most recent call last):
  File "/home/home/SickRage/sickbeard/providers/torrent/html/hdspace.py", line 106, in search
    index = response.text.index('<div id="information"')
ValueError: substring not found

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@duramato
Copy link
Contributor Author

INFO

Python Version: 2.7.6 (default, Jun 22 2015, 18:00:18) [GCC 4.8.2]
Operating System: Linux-4.2.0-42-generic-i686-with-Ubuntu-14.04-trusty
Locale: None
Branch: split-parsing
Commit: 05d5356
Link to Log: https://gist.github.com/455e184dfb324db3e698372d1267fc8f

ERROR

SEARCHQUEUE-MANUAL-304262 :: [HDSpace] :: [05d5356] Could not find main torrent table
Traceback (most recent call last):
  File "/home/home/SickRage/sickbeard/providers/torrent/html/hdspace.py", line 106, in search
    index = response.text.index('<div id="information"')
ValueError: substring not found

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@medariox
Copy link
Contributor

@duramato
Copy link
Contributor Author

And where does the traceback come from?

@labrys
Copy link
Contributor

labrys commented Jul 23, 2016

@ratoaq2 I think this traceback is due to your changes to the logger that modified the log-level for subliminal logging. Do you think you could look into this?

labrys added a commit that referenced this issue Jul 24, 2016
@labrys
Copy link
Contributor

labrys commented Jul 24, 2016

Fixed in split-parsing

@labrys labrys closed this as completed Jul 24, 2016
medariox pushed a commit that referenced this issue Aug 3, 2016
medariox pushed a commit that referenced this issue Aug 3, 2016
* Split parsing

* Clean up getURL

* Fix #801: 'dict' object has no attribute 'content'

* Fix #803: 'NoneType' object is not iterable

* Fix #728: 'int' object has no attribute 'get'

* Fix #805: substring not found

* Adds back SocketTimeout catch. Its not unknown error and should not be reported as ERROR

and change other logs formats

* fixup

* fixup2

* Allow user to submit error when response is not what we are expecting

TD is a special provider that we are still testing their blocks to scripts

* fixup3

* Add rewritten extratorrent to html providers

* Add torrentday fix

* Fixup extratorrent

* Fixup tests

* one more try

* one more

* one more

* Fix newpct

* Removed SocketTimeout (handled by requests.exceptions.Timeout)

* Fix custom url with ending slash (extratorrent)

* Remove unused import

* Remove unused import

* Remove unused import

* Fix: String statement has no effect

* Fix rarbg, reorder imports

* Small ExtraTorrent improvement

* Invert log to display message first. Not all code are errors

[Rarbg] :: [42fd472] Error 20: No results found

to

[Rarbg] :: [42fd472] No results found. Code: 20

* fixup

* Fix manual search

* Don't add point to rarbg message, as most errors end with !

* Bring sense to getProviderClass, reorder imports

* Updating flake8 whitelist with new paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants