crybapp / aperture

Microservice that handles video and audio forwarding to clients
MIT License
19 stars 5 forks source link

Crash when no token is passed to streaming server #2

Closed JeDaYoshi closed 5 years ago

JeDaYoshi commented 5 years ago

For example, if you connect to http://:9000, it tries to parse the token, and if it's not given to it, it will completely crash, without even finishing the request. Simply browsing it causes this.

lnneth commented 5 years ago

Thats because there is no error handling in the event of that situation, you can submit a PR request adding that simple feature

darnfish commented 5 years ago

Fixed, see https://github.com/crybapp/aperture/commit/2ba2cb081d4494d0e205fbf0a852b23654b3e6ba. If you have any other issues then lmk! Closing for now.