C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

occasional err 500 in search results pagination, should be 404 or first page #91

Open C14L opened 8 years ago

C14L commented 8 years ago
Internal Server Error: /results/
...
  File ".../dtr5/dtr5app/views.py", line 491, in me_results_view
    pg = int(request.GET.get('page', 1))
ValueError: invalid literal for int() with base 10: ''

and

GET:<QueryDict: {'page': ['']}>,
POST:<QueryDict: {}>,