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

server replied: Internal Server Error #22

Open
KillerXtreme- opened this issue Apr 7, 2016 · 1 comment
Open

server replied: Internal Server Error #22

KillerXtreme- opened this issue Apr 7, 2016 · 1 comment

Comments

@KillerXtreme-
Copy link

I'm using Evernus and trying to import Market data through eve-central.com I'm getting this issue.
error

While getting this from the links.

An internal error occurred. Here is a debugging stacktrace. 
Please report issues to https://github.com/theatrus/eve-central.com

scala.collection.MapLike$class.default(MapLike.scala:228)
scala.collection.AbstractMap.default(Map.scala:58)
scala.collection.MapLike$class.apply(MapLike.scala:141)
scala.collection.AbstractMap.apply(Map.scala:58)
com.evecentral.api.QuickLookQuery$$anonfun$queryQuicklook$1.apply(APIv2Service.scala:152)
com.evecentral.api.QuickLookQuery$$anonfun$queryQuicklook$1.apply(APIv2Service.scala:146)
scala.util.Success$$anonfun$map$1.apply(Try.scala:206)
scala.util.Try$.apply(Try.scala:161)
scala.util.Success.map(Try.scala:206)
scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:235)
scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:235)
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:90)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:88)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:88)
scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)
akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:88)
akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41)
akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:401)
scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.pollAndExecAll(ForkJoinPool.java:1253)
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1346)
scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

It can be reproduced by trying to import all items through evernus in the forge region

@kangarax
Copy link

kangarax commented May 27, 2016

Issue is with all queries, not just 3rd party app.

Running in a browser / postman the following: https://api.eve-central.com/api/quicklook?typeid=2343

Returns the same stack error:

An internal error occurred. Here is a debugging stacktrace.
Please report issues to https://github.com/theatrus/eve-central.com

scala.collection.MapLike$class.default(MapLike.scala:228)
scala.collection.AbstractMap.default(Map.scala:58)
scala.collection.MapLike$class.apply(MapLike.scala:141)
scala.collection.AbstractMap.apply(Map.scala:58)
com.evecentral.api.QuickLookQuery$$anonfun$queryQuicklook$1.apply(APIv2Service.scala:152)
com.evecentral.api.QuickLookQuery$$anonfun$queryQuicklook$1.apply(APIv2Service.scala:146)
scala.util.Success$$anonfun$map$1.apply(Try.scala:206)
scala.util.Try$.apply(Try.scala:161)
scala.util.Success.map(Try.scala:206)
scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:235)
scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:235)
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:90)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:88)
akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:88)
scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)
akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:88)
akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41)
akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:401)
scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.pollAndExecAll(ForkJoinPool.java:1253)
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1346)
scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Weirdly enough, doing the query via postman fails.
Doing the same query via browser (https://api.eve-central.com/api/quicklook?typeid=2344) instead works..

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

No branches or pull requests

2 participants