You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
I am seeing 403 errors when starting up Django. I tried changing my user/password in probr/settings.py, but that resulted in a "password authentication failed for user" error so postgres for all the settings appears to be correct.
(.env_probr) pi@raspberrypi:~/probr-core $ python manage.py runserver 0:8000
Performing system checks...
System check identified no issues (0 silenced).
June 17, 2018 - 22:09:03
Django version 1.8.17, using settings 'probr.settings'
Starting development server at http://0:8000/
Quit the server with CONTROL-C.
[17/Jun/2018 22:09:06] "POST /api-device/statuses/ HTTP/1.1" 403 69
[17/Jun/2018 22:09:07] "GET /api-device/commands/?status=0 HTTP/1.1" 500 74527
Authentication: Apikey=---
Authentication: User=probr
[17/Jun/2018 22:09:07] "POST /api-device/statuses/ HTTP/1.1" 403 69
[17/Jun/2018 22:09:08] "GET /api-device/commands/?status=0 HTTP/1.1" 500 74527
- Broken pipe from ('192.168.1.14', 34866)
If I ignore these, I can get to the core web page, I can start capturing and have seen my pcap files come in so maybe its not my main issue? Ultimately I am unable to get Analysis to see any pcaps.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am seeing 403 errors when starting up Django. I tried changing my user/password in probr/settings.py, but that resulted in a "password authentication failed for user" error so postgres for all the settings appears to be correct.
If I ignore these, I can get to the core web page, I can start capturing and have seen my pcap files come in so maybe its not my main issue? Ultimately I am unable to get Analysis to see any pcaps.
The text was updated successfully, but these errors were encountered: