Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

403 errors when running core #32

Open
mohbandy opened this issue Jun 21, 2018 · 0 comments
Open

403 errors when running core #32

mohbandy opened this issue Jun 21, 2018 · 0 comments

Comments

@mohbandy
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant