-
-
Notifications
You must be signed in to change notification settings - Fork 956
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
[BUG] Firefox: WARNING:app:404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. #910
Comments
I managed to reproduce it with the last commit ( 7041b43 )
It seems it breaks when there are no images to display. In the meantime. Either disable Full Size image Search or increase the Time Period. I don't think this is related to the browser at all. |
Thanks for the reply, I checked in FF and in Brave, whereas Brave seems to be more “stable”, seems I couldn't reproduce the error within Brave - that's why my best guess was to be browser related ... Will double-check with hint you gave in terms of the full size image and come back ... Also, when you search, klick on the result then use browser arrow left to step back - log entry showing up: WARNING:app:404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. ... normal? some more, not sure if related to same topic (image size already changed) ERROR:app:Exception on /search [GET] |
Hi,
while using FF getting often error below (brave seems to be ok), I am switching back and fwd using options pics, video - time and quality filters - and so on, in between getting
ERROR:app:Exception on /search [GET]
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.9/site-packages/flask/app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/.local/lib/python3.9/site-packages/flask/app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/.local/lib/python3.9/site-packages/flask/app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/.local/lib/python3.9/site-packages/flask/app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/home/pi/.local/lib/python3.9/site-packages/app/routes.py", line 112, in decorated
return f(*args, **kwargs)
File "/home/pi/.local/lib/python3.9/site-packages/app/routes.py", line 59, in decorated
return f(*args, **kwargs)
File "/home/pi/.local/lib/python3.9/site-packages/app/routes.py", line 304, in search
response = search_util.generate_response()
File "/home/pi/.local/lib/python3.9/site-packages/app/utils/search.py", line 149, in generate_response
html_soup = content_filter.view_image(html_soup)
File "/home/pi/.local/lib/python3.9/site-packages/app/filter.py", line 617, in view_image
results_div = soup.find_all('div', attrs={'class': "nQvrDb"})[0]
IndexError: list index out of range
WARNING:app:404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
WARNING:app:404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Regards,
Mike
The text was updated successfully, but these errors were encountered: