We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I just upgraded using git pull (using Python .env method) and now everytime I click on a video, it opens in a new tab and logs me out.
See below if it makes sense
[12/Mar/2019 01:33:43] "GET /login?next=/video/35499/ HTTP/1.1" 301 0 [12/Mar/2019 01:33:43] "GET /login/?next=/ajax/get_notifications/0 HTTP/1.1" 200 10081 [12/Mar/2019 01:33:43] "GET /login/?next=/video/35499/ HTTP/1.1" 200 10069 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:44,454 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:44] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:45,461 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:45] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:46,458 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:46] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:47,456 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:47] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:48,461 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:48] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:49,473 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:49] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342 Not Found: /ajax/get_notifications/undefined WARNING:django.request:Not Found: /ajax/get_notifications/undefined 2019-03-12 01:33:50,462 | django.request | log.py:228 | WARNING | Not Found: /ajax/get_notifications/undefined [12/Mar/2019 01:33:50] "GET /ajax/get_notifications/undefined HTTP/1.1" 404 10342
The text was updated successfully, but these errors were encountered:
Do you have any logs before the first entry in the log? [12/Mar/2019 01:33:43] "GET /login?next=/video/35499/ HTTP/1.1" 301 0
[12/Mar/2019 01:33:43] "GET /login?next=/video/35499/ HTTP/1.1" 301 0
It's already not working here. Those ajax requests don't really affect anything.
Maybe there's a bad cookie or something, try clearing cookies from your browser and see if that fixes the issue.
Sorry, something went wrong.
No branches or pull requests
Hi
I just upgraded using git pull (using Python .env method) and now everytime I click on a video, it opens in a new tab and logs me out.
See below if it makes sense
The text was updated successfully, but these errors were encountered: