Coder Social home page Coder Social logo

eveseat / seat Goto Github PK

View Code? Open in Web Editor NEW
423.0 40.0 137.0 511 KB

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager

Home Page: https://eveseat.github.io/docs/

License: GNU General Public License v2.0

PHP 97.47% JavaScript 2.53%
eve-online seat corporation api laravel

seat's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seat's Issues

Division by zero in POS section

I found a division by zero in the 'STARBASES' section. The application crashes showing

Whoops, looks like something went wrong.

to the user.

In storage/logs/laravel.log:

Next exception 'ErrorException' with message 'Division by zero (View: /var/www/seat/vendor/eveseat/web/src/resources/views/corporation/starbase/detail.blade.php) (View: /var/www/seat/vendor/eveseat/web/src/resources/views/corporation/starbase/detail.blade.php)' in /var/www/seat/storage/framework/views/d89ddc46cf0b535482924c0e015ec91a:323
Stack trace:
#0 /var/www/seat/bootstrap/cache/compiled.php(14631): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(ErrorException), 1)
#1 /var/www/seat/bootstrap/cache/compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/seat/s...', Array)
#2 /var/www/seat/bootstrap/cache/compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('/var/www/seat/v...', Array)
#3 /var/www/seat/bootstrap/cache/compiled.php(14486): Illuminate\View\View->getContents()
#4 /var/www/seat/bootstrap/cache/compiled.php(14477): Illuminate\View\View->renderContents()
#5 /var/www/seat/bootstrap/cache/compiled.php(15626): Illuminate\View\View->render()
#6 /var/www/seat/bootstrap/cache/compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#7 /var/www/seat/bootstrap/cache/compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#8 /var/www/seat/bootstrap/cache/compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#9 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#10 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#11 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#12 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#13 /var/www/seat/bootstrap/cache/compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#14 /var/www/seat/bootstrap/cache/compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(Seat\Web\Http\Controllers\Corporation\ViewController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getStarbases')
#15 /var/www/seat/bootstrap/cache/compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Seat\\Web\\Http\\C...', 'getStarbases')
#16 /var/www/seat/bootstrap/cache/compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#17 /var/www/seat/bootstrap/cache/compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#18 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#19 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#20 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/CorporationBouncer.php(69): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#21 [internal function]: Seat\Web\Http\Middleware\CorporationBouncer->handle(Object(Illuminate\Http\Request), Object(Closure), 'starbases')
#22 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#23 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/Mfa.php(51): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#24 [internal function]: Seat\Web\Http\Middleware\Mfa->handle(Object(Illuminate\Http\Request), Object(Closure))
#25 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#26 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/Locale.php(43): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#27 [internal function]: Seat\Web\Http\Middleware\Locale->handle(Object(Illuminate\Http\Request), Object(Closure))
#28 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#29 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/Authenticate.php(67): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#30 [internal function]: Seat\Web\Http\Middleware\Authenticate->handle(Object(Illuminate\Http\Request), Object(Closure))
#31 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#32 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#33 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#34 /var/www/seat/bootstrap/cache/compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#35 /var/www/seat/bootstrap/cache/compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#36 /var/www/seat/bootstrap/cache/compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#37 /var/www/seat/bootstrap/cache/compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#38 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
#39 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#40 /var/www/seat/bootstrap/cache/compiled.php(2925): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#41 [internal function]: Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(Object(Illuminate\Http\Request), Object(Closure))
#42 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#43 /var/www/seat/bootstrap/cache/compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#44 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#46 /var/www/seat/bootstrap/cache/compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#47 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#48 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#49 /var/www/seat/bootstrap/cache/compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#50 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#52 /var/www/seat/bootstrap/cache/compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#53 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#54 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#55 /var/www/seat/bootstrap/cache/compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#56 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#57 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#58 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#59 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#60 /var/www/seat/bootstrap/cache/compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#61 /var/www/seat/bootstrap/cache/compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#62 /var/www/seat/public/index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#63 {main}
$ sudo php artisan seat:version
[x] SeAT Package Versions
+---------------+---------+
| Package Name  | Version |
+---------------+---------+
| Api           | 1.0.5   |
| Console       | 1.0.7   |
| Eveapi        | 1.0.6   |
| Notifications | 1.0.3   |
| Web           | 1.0.13  |
| Services      | 1.0.10  |
+---------------+---------+

Api PI Error

While updating the Api Keys Seat stuck at a some of them with the following exeption:

Last Updater: Processing: PlanetaryColonies

Exception: Illuminate\Database\QueryException
Error Code: 42S22
Error Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'where clause' (SQL: update `character_planetary_colonies` set `lastUpdate` = 2015-12-19 19:11:22, `updated_at` = 2015-12-24 14:10:54 where `id` is null)
File: /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php - Line: 651

Traceback: #0 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php(611): Illuminate\Database\Connection->runQueryCallback('update `charact...', Array, Object(Closure))
#1 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php(416): Illuminate\Database\Connection->run('update `charact...', Array, Object(Closure))
#2 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php(359): Illuminate\Database\Connection->affectingStatement('update `charact...', Array)
#3 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(1816): Illuminate\Database\Connection->update('update `charact...', Array)
#4 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(316): Illuminate\Database\Query\Builder->update(Array)
#5 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1588): Illuminate\Database\Eloquent\Builder->update(Array)
#6 /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1507): Illuminate\Database\Eloquent\Model->performUpdate(Object(Illuminate\Database\Eloquent\Builder), Array)
#7 /var/www/seat/vendor/eveseat/eveapi/src/Api/Character/PlanetaryColonies.php(72): Illuminate\Database\Eloquent\Model->save()
#8 /var/www/seat/vendor/eveseat/eveapi/src/Jobs/UpdateAuthenticated.php(99): Seat\Eveapi\Api\Character\PlanetaryColonies->call()
#9 [internal function]: Seat\Eveapi\Jobs\UpdateAuthenticated->handle()
#10 /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(507): call_user_func_array(Array, Array)
#11 /var/www/seat/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(193): Illuminate\Container\Container->call(Array)
#12 [internal function]: Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}(Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#13 /var/www/seat/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#14 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#15 /var/www/seat/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#16 /var/www/seat/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(205): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#17 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(43): Illuminate\Bus\Dispatcher->dispatchNow(Object(Seat\Eveapi\Jobs\UpdateAuthenticated), Object(Closure))
#18 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(129): Illuminate\Queue\CallQueuedHandler->call(Object(Illuminate\Queue\Jobs\RedisJob), Array)
#19 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php(50): Illuminate\Queue\Jobs\Job->resolveAndFire(Array)
#20 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(208): Illuminate\Queue\Jobs\RedisJob->fire()
#21 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(159): Illuminate\Queue\Worker->process('redis', Object(Illuminate\Queue\Jobs\RedisJob), '10', '0')
#22 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(109): Illuminate\Queue\Worker->pop('', 'high,medium,low...', '0', '3', '10')
#23 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(71): Illuminate\Queue\Console\WorkCommand->runWorker('', 'high,medium,low...', '0', '128', false)
#24 [internal function]: Illuminate\Queue\Console\WorkCommand->fire()
#25 /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(507): call_user_func_array(Array, Array)
#26 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(150): Illuminate\Container\Container->call(Array)
#27 /var/www/seat/vendor/symfony/console/Command/Command.php(256): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#28 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#29 /var/www/seat/vendor/symfony/console/Application.php(838): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#30 /var/www/seat/vendor/symfony/console/Application.php(189): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Queue\Console\WorkCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#31 /var/www/seat/vendor/symfony/console/Application.php(120): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#32 /var/www/seat/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#33 /var/www/seat/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#34 {main}

POS Tracker, No Modules

None of our pos modules show up, says "No known assets". Everything else seems to work fine

MemberSecurity API Issue

Last Updater: Processing: MemberSecurity

Exception: ErrorException
Error Code: 0
Error Message: Undefined index: titles
File: /var/www/seat/vendor/3rdpartyeve/phealng/lib/Pheal/Core/RowSetRow.php - Line: 66

Traceback: #0 /var/www/seat/vendor/3rdpartyeve/phealng/lib/Pheal/Core/RowSetRow.php(66): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Undefined index...', '/var/www/seat/v...', 66, Array)
#1 /var/www/seat/vendor/eveseat/eveapi/src/Api/Corporation/MemberSecurity.php(79): Pheal\Core\RowSetRow->__get('titles')
#2 /var/www/seat/vendor/eveseat/eveapi/src/Jobs/UpdateAuthenticated.php(99): Seat\Eveapi\Api\Corporation\MemberSecurity->call()
#3 [internal function]: Seat\Eveapi\Jobs\UpdateAuthenticated->handle()
#4 /var/www/seat/bootstrap/cache/compiled.php(1187): call_user_func_array(Array, Array)
#5 /var/www/seat/bootstrap/cache/compiled.php(9441): Illuminate\Container\Container->call(Array)
#6 [internal function]: Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}(Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#7 /var/www/seat/bootstrap/cache/compiled.php(9593): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#8 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#9 /var/www/seat/bootstrap/cache/compiled.php(9575): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdateAuthenticated))
#10 /var/www/seat/bootstrap/cache/compiled.php(9448): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#11 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(43): Illuminate\Bus\Dispatcher->dispatchNow(Object(Seat\Eveapi\Jobs\UpdateAuthenticated), Object(Closure))
#12 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(129): Illuminate\Queue\CallQueuedHandler->call(Object(Illuminate\Queue\Jobs\RedisJob), Array)
#13 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php(50): Illuminate\Queue\Jobs\Job->resolveAndFire(Array)
#14 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(208): Illuminate\Queue\Jobs\RedisJob->fire()
#15 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(159): Illuminate\Queue\Worker->process('redis', Object(Illuminate\Queue\Jobs\RedisJob), '1', '0')
#16 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(109): Illuminate\Queue\Worker->pop(NULL, 'default', '0', '3', '1')
#17 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(71): Illuminate\Queue\Console\WorkCommand->runWorker(NULL, 'default', '0', '128', false)
#18 [internal function]: Illuminate\Queue\Console\WorkCommand->fire()
#19 /var/www/seat/bootstrap/cache/compiled.php(1187): call_user_func_array(Array, Array)
#20 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(150): Illuminate\Container\Container->call(Array)
#21 /var/www/seat/vendor/symfony/console/Command/Command.php(256): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#22 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#23 /var/www/seat/vendor/symfony/console/Application.php(837): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#24 /var/www/seat/vendor/symfony/console/Application.php(189): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Queue\Console\WorkCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#25 /var/www/seat/vendor/symfony/console/Application.php(120): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#26 /var/www/seat/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#27 /var/www/seat/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#28 {main}

I have no idea what this error means. Any help so I can fix it? Also the key has all areas of the api key enabled.

Jobs stuck with ReflectionException

I have few jobs which are not working and just stuck in query.

Created Owner ID Api Scope Status
41 minutes ago 0 Server Server Queued
32 minutes ago 4910363 Corporation Eve Queued

In the same time various ReflectionException appear in the logs.

[2015-12-23 18:30:10] local.ERROR: exception 'ReflectionException' with message 'Class \Seat\EveQueues\Partial\CorporationWallet does not exist' in /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php:741
Stack trace:
#0 /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(741): ReflectionClass->__construct('\\Seat\\EveQueues...')
#1 /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\Container\Container->build('\\Seat\\EveQueues...', Array)
#2 /var/www/seat/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('\\Seat\\EveQueues...', Array)
#3 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(153): Illuminate\Foundation\Application->make('\\Seat\\EveQueues...')
#4 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(127): Illuminate\Queue\Jobs\Job->resolve('\\Seat\\EveQueues...')
#5 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php(50): Illuminate\Queue\Jobs\Job->resolveAndFire(Array)
#6 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(208): Illuminate\Queue\Jobs\RedisJob->fire()
#7 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(159): Illuminate\Queue\Worker->process('redis', Object(Illuminate\Queue\Jobs\RedisJob), '10', '0')
#8 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(109): Illuminate\Queue\Worker->pop('', 'high,medium,low...', '0', '3', '10')
#9 /var/www/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(71): Illuminate\Queue\Console\WorkCommand->runWorker('', 'high,medium,low...', '0', '128', false)
#10 [internal function]: Illuminate\Queue\Console\WorkCommand->fire()
#11 /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(507): call_user_func_array(Array, Array)
#12 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(150): Illuminate\Container\Container->call(Array)
#13 /var/www/seat/vendor/symfony/console/Command/Command.php(256): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/seat/vendor/symfony/console/Application.php(838): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/seat/vendor/symfony/console/Application.php(189): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Queue\Console\WorkCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/seat/vendor/symfony/console/Application.php(120): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/seat/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/seat/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 {main}  
[2015-12-23 19:00:29] local.ERROR: exception 'ReflectionException' with message 'Class \Seat\EveQueues\Full\Character does not exist' in /var/www/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php:741

Corp Market Error

ErrorException in 34fbfd54224327aea8a6dd078eb697cb line 50:
Undefined variable: states (View: /var/www/seat/vendor/eveseat/web/src/resources/views/corporation/market.blade.php)

When you try to view corporation market orders

Error while php artisan key:generate

I used the CentOS Setup guide from the wiki.

I ran into an error while php artisan key:generate

PDO Error cannot find Table schedules.

i cretated the table manually and ran after that in an error while php artisan migrate

PDO Error Table schedules already exist.

I added following line to the database/migrations/2015_12_01_201414_create_schedules_table.php infront of Schema::create...

Schema::drop('schedules');

I got 1.0.3 running with this workaround.

Maybe i missed something in the instructions :P

Queue Jobs

When a user who does not have the permission queue manager, they can see the buttons for queued jobs, working jobs, and error jobs. If the user then pushes the buttons they get an unathorized error message. I think it would be more useful to hide these buttons if the user does not have the correct permission set to view what is contained in the page the buttons link to.

TokenMismatchException in VerifyCsrfToken.php when logging in

TokenMismatchException in VerifyCsrfToken.php line 53:
in VerifyCsrfToken.php line 53
at VerifyCsrfToken->handle(object(Request), object(Closure))
at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in StartSession.php line 62
at StartSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in EncryptCookies.php line 59
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in CheckForMaintenanceMode.php line 42
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Kernel.php line 122
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
at Kernel->handle(object(Request)) in index.php line 54

Error occurs when trying to login, but not on every try

Im also unable to login after changing the adminpassword through artisan seat:admin:reset
It promts that "These credentials do not match our records."

Can't access API key from character windows

Is was helpful to be able to access to key linked to the carrier straight from the character window in the old version.

Perhaps adding this option in the "account information" box would be easy to do.

(No clue how to tag things as wishlist)

Proposal: Bulk API Import

allow a user to upload a .csv of APIs. This will enable people who have APIs in other 3rd party apps such as jackknife to migrate their API data.

Starbase Offline Time is inaccurate.

I have a small POS that is set to offline in 1 month and 3 days, however SeAT currently states it is going to offline two weeks earlier. Updated API's before submitting bug report. Fuel amount has been in the POS since it was onlined and has not been added to or subtracted from outside the 8 blocks per hour.

POS Page - 504 Gateway Time-out

This may be the same like #26

Weve got ~30 Towers in Corp and i allways get an timeout.

Sysinfo:

  • VPS
  • Ubuntu
  • 4 Cores ("owned" on a 4x Xeon E5-2620 v2 @ 2.10GHz host)
  • 2GB RAM (50% in use atm)

The page loads, when i set the "fastcgi_read_timeout to 180" - but it takes it over a minute.

Installing Seat on Debian / composer error

On the step of this command line:
"composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev"
I have this error:
" [InvalidArgumentException]
Could not find package eveseat/seat with stability stable."

Do you have any idea how I can resolve this issu ?

Contacts Label

The Labels on the contacts seems bugged because it shows for all aviable labels for all positive standings and none for the rest. Also it shows all lables not only the ones which are actually assinged to the caracter or Corp.

Duplicate mail error

Job error when adding mail:

Last Updater: Processing: MailBodies

Exception: Illuminate\Database\QueryException
Error Code: 23000
Error Message: SQLSTATE[23000]: Integrity constraint violation: Duplicate entry '344688271' for key 'PRIMARY' (SQL: insert into `character_mail_message_bodies` (`messageID`, `body`, `updated_at`, `created_at`) values (344688271, REDACTED, 2015-12-15 05:31:39, 2015-12-15 05:31:39))
File: /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php - Line: 653

Proposal: Corporation/Alliance SRP & Fittings

It would be great to manage the pvp part of a corp/alliance. Some ideas:

  • List of fittings (with requirements in skills) (Maybe the creation of fits its too much work, this task could be done in for example https://o.smium.org/ and then export it to seat)
  • List of members that can fly each doctrine (also this information visible in each person's page) (like fleet-up)
  • SRP: Forms for asking reimbursements of ships
  • etc..

For this I suppose the 'eve static data export' would be required.

If you consider this functionalities out of the scope of the application close it. The thing is that one of the big concerns of my corp right now are recruits & how many people are pvp-ready. This task could be handled by seat perfectly!

Proposal: design change corp pages | Unicode problems

While showing the corporation information is useful, it might be worth mentioning that the space it takes on the other tabs (Assets, Contacts, etc) could be used more efficiently.

For example, the Industry tab used to have a progress indicator in the 0.X release that no longer exists, also, the due date is nowhere to be found, albeit being very useful information.

I would propose removing the Summary panels from all tabs except the Summary tab, and reuse that space for more detailed information.

Also, something worth mentioning, not sure if it's an API issue or just a display issue, but certain ascii characters are not properly displayed:
image

all those â- entries are unicode 2588 (full block) ingame, but are displayed as â�� , so it looks like an unicode issue.

POS Siphon Detection

Wishlist item

CCP removed all the api code that tried (and failed) to hide siphons. Perhaps this could be added?

Cannot view character sheet when char has both Account and Corp keys

1/2 ErrorException in de95d086622819a746cd981cdef65d17 line 75:
Cannot access property on non-object

2/2 ErrorException in de95d086622819a746cd981cdef65d17 line 75:
Cannot access property on non-object (View: /var/www/seat/vendor/eveseat/web/src/resources/views/character/sheet.blade.php)

Full pastebin pm'd to qu1ckkkk

Assume Control of API

Also when doing a bulk api, the users can no longer assume control of the api unless the person who imported gives them control of the api. Is there a way to make it to where when someone adds the api to their account, they assume control of the api as what was occurring previously in SeAT beta versions?

Errors on the index page in fresh install

This is a new install, and I'm getting a "Whoops" error when I login, with this error in the log:

* Checking Pheal EVE API Access
PHP Fatal error:  Class name must be a valid object or a string in /var/www/public.com/seat/vendor/eveseat/services/src/Settings/Settings.php on line 80


  [Symfony\Component\Debug\Exception\FatalErrorException]
  Class name must be a valid object or a string

Proposal: Roles and Affiliations

A short wiki article on what the roles and affiliations mean might help more users understand what is going on. I don't exactly know what affiliations mean in the Access Management page, and I may not be the only one who is scratching my head on what the affiliations actually do.

Corporation Tracking | Key Column

CEO is showing as having supplied a key on the Corporation Tracking Window, Key Column is checked off when only the corporation key has been supplied.

Bulk API Import Issue

The API import appears to have issue with windows line endings (CR LF) in the .csv file, in order to get it to accept and add the API's i had to convert the .csv file to use Linux line endings (LF). Additionally it fails if there is a blank line at the end of the file.

Api Import Error

I've tried to import an EvE Character API but all I've get is: Bang! Client error: GET https://api.eveonline.com/account/APIKeyInfo.xml.aspx resulted in a 400 Bad Request

Error Code: 0

I get this error some time whit different update (sometime apikey sometime whit server update) it look like the be a error when it creat the cach file, evrything work fine get in error get a update 10 sec after.

ID du processus: qgnCoRAbukkFxgiGF11mJbeCmvay2Z4v
Api: Server
Contexte: Server
Statut: Error 

Last Updater: Processing: ServerStatus

Exception: ErrorException
Error Code: 0
Error Message: file_put_contents(/var/www/vhostsa/seat/storage/framework/cache/b8/3e/b83eb0fd20aa8ef3d06302b33444d4b8): failed to open stream: No such file or directory
File: /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php - Line: 81

Traceback: #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/vhosts...', 81, Array)
#1 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(81): file_put_contents('/var/www/vhosts...', '9999999999s:25:...', 0)
#2 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(102): Illuminate\Filesystem\Filesystem->put('/var/www/vhosts...', '9999999999s:25:...')
#3 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(157): Illuminate\Cache\FileStore->put('70e1aed7b257430...', 'seatadmin@local...', 0)
#4 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(183): Illuminate\Cache\FileStore->forever('70e1aed7b257430...', 'seatadmin@local...')
#5 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(238): Illuminate\Cache\Repository->forever('70e1aed7b257430...', 'seatadmin@local...')
#6 [internal function]: Illuminate\Cache\Repository->rememberForever('70e1aed7b257430...', Object(Closure))
#7 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php(310): call_user_func_array(Array, Array)
#8 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(219): Illuminate\Cache\CacheManager->__call('rememberForever', Array)
#9 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(219): Illuminate\Cache\CacheManager->rememberForever('70e1aed7b257430...', Object(Closure))
#10 /var/www/vhostsa/seat/vendor/eveseat/services/src/Settings/Settings.php(101): Illuminate\Support\Facades\Facade::__callStatic('rememberForever', Array)
#11 /var/www/vhostsa/seat/vendor/eveseat/services/src/Settings/Settings.php(101): Illuminate\Support\Facades\Cache::rememberForever('70e1aed7b257430...', Object(Closure))
#12 /var/www/vhostsa/seat/vendor/eveseat/eveapi/src/Helpers/PhealSetup.php(81): Seat\Services\Settings\Settings::get('admin_contact')
#13 /var/www/vhostsa/seat/vendor/eveseat/eveapi/src/EveapiServiceProvider.php(67): Seat\Eveapi\Helpers\PhealSetup->__construct()
#14 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(738): Seat\Eveapi\EveapiServiceProvider->Seat\Eveapi\{closure}(Object(Illuminate\Foundation\Application), Array)
#15 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array)
#16 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('Seat\\Eveapi\\Hel...', Array)
#17 /var/www/vhostsa/seat/vendor/eveseat/eveapi/src/Api/Base.php(97): Illuminate\Foundation\Application->make('Seat\\Eveapi\\Hel...')
#18 /var/www/vhostsa/seat/vendor/eveseat/eveapi/src/Jobs/UpdatePublic.php(98): Seat\Eveapi\Api\Base->__construct()
#19 [internal function]: Seat\Eveapi\Jobs\UpdatePublic->handle()
#20 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(507): call_user_func_array(Array, Array)
#21 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(193): Illuminate\Container\Container->call(Array)
#22 [internal function]: Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}(Object(Seat\Eveapi\Jobs\UpdatePublic))
#23 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdatePublic))
#24 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Seat\Eveapi\Jobs\UpdatePublic))
#25 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): call_user_func(Object(Closure), Object(Seat\Eveapi\Jobs\UpdatePublic))
#26 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(205): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#27 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(43): Illuminate\Bus\Dispatcher->dispatchNow(Object(Seat\Eveapi\Jobs\UpdatePublic), Object(Closure))
#28 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(129): Illuminate\Queue\CallQueuedHandler->call(Object(Illuminate\Queue\Jobs\RedisJob), Array)
#29 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php(50): Illuminate\Queue\Jobs\Job->resolveAndFire(Array)
#30 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(208): Illuminate\Queue\Jobs\RedisJob->fire()
#31 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(159): Illuminate\Queue\Worker->process('redis', Object(Illuminate\Queue\Jobs\RedisJob), '10', '0')
#32 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(109): Illuminate\Queue\Worker->pop('', 'high,medium,low...', '0', '3', '10')
#33 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(71): Illuminate\Queue\Console\WorkCommand->runWorker('', 'high,medium,low...', '0', '128', false)
#34 [internal function]: Illuminate\Queue\Console\WorkCommand->fire()
#35 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Container/Container.php(507): call_user_func_array(Array, Array)
#36 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(150): Illuminate\Container\Container->call(Array)
#37 /var/www/vhostsa/seat/vendor/symfony/console/Command/Command.php(256): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#38 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#39 /var/www/vhostsa/seat/vendor/symfony/console/Application.php(837): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#40 /var/www/vhostsa/seat/vendor/symfony/console/Application.php(189): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Queue\Console\WorkCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#41 /var/www/vhostsa/seat/vendor/symfony/console/Application.php(120): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#42 /var/www/vhostsa/seat/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#43 /var/www/vhostsa/seat/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#44 {main}

Assets view error

I've got error page when trying to view any assets on fresh setup

Whoops, looks like something went wrong.

This is appeared in logs.

[2015-12-23 15:12:39] local.ERROR: exception 'Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException' with message 'The Symfony\Component\Intl\NumberFormatter\NumberFormatter::__construct() method's argument $style value 0 behavior is not implemented. The available styles are: CURRENCY, DECIMAL..  Please install the "intl" extension for full localization capabilities.' in /var/www/seat/vendor/symfony/intl/NumberFormatter/NumberFormatter.php:292
Stack trace:
#0 /var/www/seat/vendor/coduo/php-humanizer/src/Coduo/PHPHumanizer/String/MetricSuffix.php(49): Symfony\Component\Intl\NumberFormatter\NumberFormatter->__construct('en', 0)
#1 /var/www/seat/vendor/coduo/php-humanizer/src/Coduo/PHPHumanizer/Number.php(51): Coduo\PHPHumanizer\String\MetricSuffix->convert()
#2 /var/www/seat/vendor/eveseat/services/src/Helpers/helpers.php(139): Coduo\PHPHumanizer\Number::metricSuffix(28100)
#3 /var/www/seat/storage/framework/views/0886796b066f78700b09117c1697bdd9(32): number_metric(28100)
#4 /var/www/seat/bootstrap/cache/compiled.php(14629): include('/var/www/seat/s...')
#5 /var/www/seat/bootstrap/cache/compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/seat/s...', Array)
#6 /var/www/seat/bootstrap/cache/compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('/var/www/seat/v...', Array)
#7 /var/www/seat/bootstrap/cache/compiled.php(14486): Illuminate\View\View->getContents()
#8 /var/www/seat/bootstrap/cache/compiled.php(14477): Illuminate\View\View->renderContents()
#9 /var/www/seat/bootstrap/cache/compiled.php(15626): Illuminate\View\View->render()
#10 /var/www/seat/bootstrap/cache/compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#11 /var/www/seat/bootstrap/cache/compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#12 /var/www/seat/bootstrap/cache/compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#13 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#14 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#15 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#16 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#17 /var/www/seat/bootstrap/cache/compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#18 /var/www/seat/bootstrap/cache/compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(Seat\Web\Http\Controllers\Character\ViewController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getAssets')
#19 /var/www/seat/bootstrap/cache/compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Seat\\Web\\Http\\C...', 'getAssets')
#20 /var/www/seat/bootstrap/cache/compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#21 /var/www/seat/bootstrap/cache/compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#22 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#23 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#24 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/CharacterBouncer.php(69): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#25 [internal function]: Seat\Web\Http\Middleware\CharacterBouncer->handle(Object(Illuminate\Http\Request), Object(Closure), 'assets')
#26 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#27 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/Authenticate.php(67): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#28 [internal function]: Seat\Web\Http\Middleware\Authenticate->handle(Object(Illuminate\Http\Request), Object(Closure))
#29 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#30 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#31 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#32 /var/www/seat/bootstrap/cache/compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#33 /var/www/seat/bootstrap/cache/compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#34 /var/www/seat/bootstrap/cache/compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#35 /var/www/seat/bootstrap/cache/compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#36 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
#37 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#38 /var/www/seat/bootstrap/cache/compiled.php(2925): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#39 [internal function]: Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(Object(Illuminate\Http\Request), Object(Closure))
#40 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#41 /var/www/seat/bootstrap/cache/compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#42 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#43 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#44 /var/www/seat/bootstrap/cache/compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#45 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#46 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#47 /var/www/seat/bootstrap/cache/compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#48 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#49 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#50 /var/www/seat/bootstrap/cache/compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#51 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#52 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#53 /var/www/seat/bootstrap/cache/compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#54 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#55 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#56 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#57 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#58 /var/www/seat/bootstrap/cache/compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#59 /var/www/seat/bootstrap/cache/compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#60 /var/www/seat/public/index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#61 {main}

Next exception 'ErrorException' with message 'The Symfony\Component\Intl\NumberFormatter\NumberFormatter::__construct() method's argument $style value 0 behavior is not implemented. The available styles are: CURRENCY, DECIMAL..  Please install the "intl" extension for full localization capabilities. (View: /var/www/seat/vendor/eveseat/web/src/resources/views/character/assets.blade.php)' in /var/www/seat/vendor/symfony/intl/NumberFormatter/NumberFormatter.php:292
Stack trace:
#0 /var/www/seat/bootstrap/cache/compiled.php(14631): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException), 1)
#1 /var/www/seat/bootstrap/cache/compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/seat/s...', Array)
#2 /var/www/seat/bootstrap/cache/compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('/var/www/seat/v...', Array)
#3 /var/www/seat/bootstrap/cache/compiled.php(14486): Illuminate\View\View->getContents()
#4 /var/www/seat/bootstrap/cache/compiled.php(14477): Illuminate\View\View->renderContents()
#5 /var/www/seat/bootstrap/cache/compiled.php(15626): Illuminate\View\View->render()
#6 /var/www/seat/bootstrap/cache/compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#7 /var/www/seat/bootstrap/cache/compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#8 /var/www/seat/bootstrap/cache/compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#9 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#10 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#11 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#12 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#13 /var/www/seat/bootstrap/cache/compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#14 /var/www/seat/bootstrap/cache/compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(Seat\Web\Http\Controllers\Character\ViewController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getAssets')
#15 /var/www/seat/bootstrap/cache/compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Seat\\Web\\Http\\C...', 'getAssets')
#16 /var/www/seat/bootstrap/cache/compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#17 /var/www/seat/bootstrap/cache/compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#18 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#19 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#20 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/CharacterBouncer.php(69): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#21 [internal function]: Seat\Web\Http\Middleware\CharacterBouncer->handle(Object(Illuminate\Http\Request), Object(Closure), 'assets')
#22 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#23 /var/www/seat/vendor/eveseat/web/src/Http/Middleware/Authenticate.php(67): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#24 [internal function]: Seat\Web\Http\Middleware\Authenticate->handle(Object(Illuminate\Http\Request), Object(Closure))
#25 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#26 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#27 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#28 /var/www/seat/bootstrap/cache/compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#29 /var/www/seat/bootstrap/cache/compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#30 /var/www/seat/bootstrap/cache/compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#31 /var/www/seat/bootstrap/cache/compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#32 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
#33 /var/www/seat/bootstrap/cache/compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#34 /var/www/seat/bootstrap/cache/compiled.php(2925): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#35 [internal function]: Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(Object(Illuminate\Http\Request), Object(Closure))
#36 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#37 /var/www/seat/bootstrap/cache/compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#38 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#39 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#40 /var/www/seat/bootstrap/cache/compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#41 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#42 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#43 /var/www/seat/bootstrap/cache/compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#44 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#46 /var/www/seat/bootstrap/cache/compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#47 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#48 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#49 /var/www/seat/bootstrap/cache/compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#50 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 /var/www/seat/bootstrap/cache/compiled.php(9584): call_user_func_array(Array, Array)
#52 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#53 /var/www/seat/bootstrap/cache/compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#54 /var/www/seat/bootstrap/cache/compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#55 /var/www/seat/bootstrap/cache/compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#56 /var/www/seat/public/index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#57 {main}  

Cronjob / API's not Pulling at intervals

I followed the instructions for editing the cron job from the installation wiki for Ubuntu 14.04, but it seems with just the cron job alone as * * * * * /usr/bin/php /var/www/seat/artisan schedule:run 1>> /dev/null 2>&1 the scheduler doesn't seem to run the appropriate tasks as listed out in the Schedule when logged into the administration panel in SeAT. If I do not manually request a job to pull all of the api keys, then the queue sits there doing nothing.

Redis says its running fine, and there are no jobs in the queue. It's basically as if SeAT is not putting the api keys in the queue every hour as scheduled in the scheduler.

unknown item in mail timeline

Sent SS to qu1ckkkk as it contains mail details. There are multiple locations in the mail timeline that show "unknown item"

POST via API causing a redirect

I'm not sure this is a Bug, or due to my own incompetence. All Get requests I've tried works, but I can't get it to post information via the API.

I'm using FQDN/seat instead of a vhost for my site and it seems to work fine. (This is for version 1.x released today).

curl -X POST -H "X-Token:ghzwSKa5124nDWu7KAwJLPMy9iNN2LG1" -d "key_ID=4881318 v_Code=mfZDvD8vRUNbYiaoqQJPhOpktK1rtowT35jlX3k5pNrhGTMXTKPFhpFBpwXfVAcy" http://127.0.0.1/seat/api/v1/key

    <title>Redirecting to http://127.0.0.1/seat</title>
</head>
<body>
    Redirecting to <a href="http://127.0.0.1/seat">http://127.0.0.1/seat</a>.
</body>

Recruitment page

Wishlist, obviously;

I'd like to see the option to have a landing page where you select either "Recruitment" or "Management" when you first enter the site.
If you click Management it will just bring you to the login page as usual and then you can keep going as always.

The Recruitment page I'd like to see the possibility to create custom forms and such so that we can keep a track of new recruits directly, if they enter the api key there, it queues a job for it instantly, and then they can fill out the rest of the form whilst a recruiter looks at his stuff.
This way we'd already have the API-key for the account, and we can keep track of the recruitment in the same tool.
It would also be nice to setup another tab when you look at an account / character that says "Recruitment" and that holds the application, and also a menu option on the left which lists all the recruitment posts that has been entered since the dawn of time.
Does this make sense?

Problem when updating Seat version

Hey !
I have a problem when I want to update from Seat 0.14 to 1.0.
If I use the line: "php artisan vendor:publish --force" then, I have this "error: [InvalidArgumentException]
There are no commands defined in the "vendor" namespace."

I'm using Laravel 4.1.31 (source of the file: the install of Seat 0.14).

Do you have any idea how I can do to update Seat ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.