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

Constantly logging me out #65

Open
gerroon opened this issue Mar 12, 2019 · 1 comment
Open

Constantly logging me out #65

gerroon opened this issue Mar 12, 2019 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@gerroon
Copy link

gerroon commented Mar 12, 2019

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

@chibicitiberiu
Copy link
Owner

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

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.

@chibicitiberiu chibicitiberiu added bug Something isn't working question Further information is requested labels Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants