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

null dashboard error #110

Open
michaelvp411 opened this issue Feb 24, 2019 · 2 comments
Open

null dashboard error #110

michaelvp411 opened this issue Feb 24, 2019 · 2 comments

Comments

@michaelvp411
Copy link

Any idea what's going on? Get this error once trying to log in with token

@7b2kp66bp - Internal server error, for (GET) [/t/null/dashboard] ->

play.api.Application$$anon$1: Execution exception[[NullPointerException: null]]
at play.api.Application$class.handleError(Application.scala:293) ~[com.typesafe.play.play_2.10-2.2.2.jar:2.2.2]
at play.api.DefaultApplication.handleError(Application.scala:399) [com.typesafe.play.play_2.10-2.2.2.jar:2.2.2]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$12$$anonfun$apply$1.applyOrElse(PlayDefaultUpstreamHandler.scala:165) [com.typesafe.play.play_2.10-2.2.2.jar:2.2.2]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$12$$anonfun$apply$1.applyOrElse(PlayDefaultUpstreamHandler.scala:162) [com.typesafe.play.play_2.10-2.2.2.jar:2.2.2]
at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33) [org.scala-lang.scala-library-2.10.4.jar:na]
at scala.util.Failure$$anonfun$recover$1.apply(Try.scala:185) [org.scala-lang.scala-library-2.10.4.jar:na]
Caused by: java.lang.NullPointerException: null
at views.html.main$.apply(main.template.scala:53) ~[default.tinderbox-1.1-SNAPSHOT.jar:1.1-SNAPSHOT]
at views.html.Application.dashboard$.apply(dashboard.template.scala:28) ~[default.tinderbox-1.1-SNAPSHOT.jar:1.1-SNAPSHOT]
at controllers.Application$$anonfun$dashboard$1$$anonfun$apply$2.apply(Application.scala:32) ~[default.tinderbox-1.1-SNAPSHOT.jar:1.1-SNAPSHOT]
at controllers.Application$$anonfun$dashboard$1$$anonfun$apply$2.apply(Application.scala:30) ~[default.tinderbox-1.1-SNAPSHOT.jar:1.1-SNAPSHOT]
at scala.util.Success$$anonfun$map$1.apply(Try.scala:206) ~[org.scala-lang.scala-library-2.10.4.jar:na]
at scala.util.Try$.apply(Try.scala:161) [org.scala-lang.scala-library-2.10.4.jar:na]
[error] application -

@bahneclaussen
Copy link

same here.

@swiftraccoon
Copy link

swiftraccoon commented Feb 28, 2019

You can bypass the login by providing the token directly.

localhost:9000/t/TINDER_TOKEN_HERE/dashboard

There are still other things that have to be fixed as well, however.

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

3 participants