These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

[DEPRECATED] SeAT: API Tool and Corporation Manager

First post
Author
qu1ckkkk
The Warp Core Stabilizers
#41 - 2014-05-14 18:42:00 UTC
RJander wrote:
hi,

noob here..

I have follow your tuto with ubuntu, so far so good, everything works.. except the data base install with your script.. but i installed the entire rubicon database from fuzzwork (i need them).. so..


Having all of the tables there is perfectly fine :) Would be great if you could elaborate what exactly went wrong with the SDE updater so that it could be fixed. If possible, log a issue on the projects github page.

RJander wrote:

I have acces to the front end, and the admin part (no css tough??)
My probleme (off course^^) come when i want to put a apikey.. i just have a page "Not Found

The requested URL /seat/public/api-key/new-key was not found on this server."


so.. i don't know what i doing wrong..

if i can pass you log or something.. just tell me where i can find them..


This sounds like something related to web server setup if I have to think about it really quickly. Especially the mention of no CSS. Double check your virtual hosts configuration file and that the webserver paths are correct. If you still can't figure it out, feel free to come hop by the IRC channel and when I'm around I'll try help you out.

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

RJander
Federal Navy Academy
Gallente Federation
#42 - 2014-05-14 22:38:34 UTC  |  Edited by: RJander
i will try to repeat the process with the SDE updater..


I don't use a virtual host. I put the site on "/var/www/html/seat"
Do i have to config app.php?? because i try whitout touching it, and with " 'url' => 'http///localhost/seat', ", but nothing change.. When i make change in this file, do i have to restart something??
I also check chmod et chown, put all acces to everyone and make www-data the owner.. no change..
I use a VM VirtualBox with ubuntu 14.04 and apache 2.4.7

I have install wordpress for testing, and all works without problem..

I will try to find out by digging the net, but so far i don't find anything related


(sorry for my bad english)



edit: Found It!!!! :D
It's working
I have to change the first 2 blocks, for "/" and "/var/www/" in Apache2.conf :
AllowOverride None
To:
AllowOverride All

So that's work..
Not the css in admin part, but i'll find out!!


I don't think i thank you for your work, i love it and i find it very beautiful :D


oh, i have a suggest.. if you can put a link to the API Key Management https://community.eveonline.com/support/api-key/ in the page where you add key?? :)
DaveTheGreat
Mine 'N' Refine
Goonswarm Federation
#43 - 2014-05-16 10:43:33 UTC
Great web app.
I will be looking forward to see where you go with it.

I powered up a new VPS, and got it working in about an hour or so following your great Video guide.

I will be mainly using it for the api pulls and recoding my pos monitoring application around it.





Denavit
The Scope
Gallente Federation
#44 - 2014-05-21 17:53:34 UTC  |  Edited by: Denavit
Hi, im stuck, after typing

sh update_sde.sh

i got a command not found and an error in the file not expected or somethign --> "}"

si i searched and found that using this

update-alternatives --install /bin/sh sh /bin/bash 1

would solve that problem, and it did, but now, after using sh update_sde.sh it does start after asking for database usar, password, host and name, but..

at the end i dont get any .sql file, it says getting dump /tmp/seat-xxxxxx and then extracting, at the end it says

Importing the Sql fiels into MySQl... and it quits

so when i try to populate it says no such file or directory it ask for password and thats all

can you help me? thank you in advance.

EDIT:i saw it does create the temporary files, but then it deletes it, so i cant acces it no more
qu1ckkkk
The Warp Core Stabilizers
#45 - 2014-05-22 04:15:19 UTC
Denavit wrote:

so when i try to populate it says no such file or directory it ask for password and thats all

can you help me? thank you in advance.


Have you checked your db if the imports did not complete? A successful import will have no output, and you should at least see a table called invTypes.

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

CivilWars
Half Empty
xqtywiznalamywmodxfhhopawzpqyjdwrpeptuaenabjawdzku
#46 - 2014-06-04 15:36:33 UTC
Hello,

Big fan of SeAT. We recently updated to 0.8, and every time I try to add an API key I get the "Whoops" error message. It does actually add the API, but instead of it taking me to a success page it says it fails. Is there something we need to check on our end? Thanks.

Hidden Fremen liked your forum post:

Jack Miton liked your forum post:

Nutbolt
University of Caille
Gallente Federation
#47 - 2014-06-04 16:51:16 UTC
CivilWars wrote:
Hello,

Big fan of SeAT. We recently updated to 0.8, and every time I try to add an API key I get the "Whoops" error message. It does actually add the API, but instead of it taking me to a success page it says it fails. Is there something we need to check on our end? Thanks.


I believe this was fixed in this issue: https://github.com/eve-seat/seat/issues/97

So you should see a fix for this in 0.9 when this comes out.
CivilWars
Half Empty
xqtywiznalamywmodxfhhopawzpqyjdwrpeptuaenabjawdzku
#48 - 2014-06-04 17:00:01 UTC
Much thanks.

Hidden Fremen liked your forum post:

Jack Miton liked your forum post:

Arkumord Churhee
Nice Try.
#49 - 2014-06-09 01:06:25 UTC  |  Edited by: Arkumord Churhee
Just did a successful install on my Raspberry Pi. Works great so far, thanks!

Edit: Maybe a few filtering options here and there wouldn't be bad? Apart from that, great work! Thanks!
qu1ckkkk
The Warp Core Stabilizers
#50 - 2014-06-22 14:49:56 UTC
So SeAT v0.9 just landed, with the much awaited multi user support. You can now create more users, have members in your corporation register and grant them access to certain parts of the corporation information available in the frontend.

It should be noted that this is the very first iteration of the multi user support and and such, any bugs or potential errors should be reported asap so we can fix it !

Enjoy :)

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

DaveTheGreat
Mine 'N' Refine
Goonswarm Federation
#51 - 2014-06-23 15:17:15 UTC
qu1ckkkk wrote:
So SeAT v0.9 just landed,

Enjoy :)

That was a quick and easy upgrade. Shocked
DaveTheGreat
Mine 'N' Refine
Goonswarm Federation
#52 - 2014-06-27 17:43:02 UTC
Will the new industry api's Industry API's be included in the next release after the Cruis release.
Solarais
Aliastra
Gallente Federation
#53 - 2014-06-30 01:40:34 UTC
Working great!!

amazing app, would recommend
qu1ckkkk
The Warp Core Stabilizers
#54 - 2014-06-30 11:07:03 UTC
DaveTheGreat wrote:
Will the new industry api's Industry API's be included in the next release after the Cruis release.


Definitely. The current Industry API's never really got much love due to the soon incoming API changes so it never made sense to spend much time on them. Post-Cruis will ofc be a different story :)

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

Arkumord Churhee
Nice Try.
#55 - 2014-06-30 22:52:30 UTC
Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do?

Best Regards
DaveTheGreat
Mine 'N' Refine
Goonswarm Federation
#56 - 2014-07-02 09:29:37 UTC
Arkumord Churhee wrote:
Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do?

Best Regards

I had a similar problem, my solution was just to change the status of the line in queue_information table in the seat database from Working to Done. It cleared the job. The api pull worked ok the next time round.
qu1ckkkk
The Warp Core Stabilizers
#57 - 2014-07-02 12:06:22 UTC
Arkumord Churhee wrote:
Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do?

Best Regards


Sorry for the late reply.

If the job is still queued you can just delete it using the cross icon "X" next to the job. As for the working job not finishing, there may be a need to just update the status to Done to get it out of the way. As for the error you gave, sadly its missing the stack trace at the end which can help ID the problem.

If you still stuck, feel free to hop onto the IRC as per the docs and lets see if we can help you out.

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

Arkumord Churhee
Nice Try.
#58 - 2014-07-06 15:39:46 UTC
Hi there,

thanks for the response, it worked! Also, thanks for all the updates that are coming :) just finished installing v0.9.1!

Best regards
Lan Wang
Princess Aiko Hold My Hand
Safety. Net
#59 - 2014-07-07 15:04:18 UTC
can this system be incorporated into wordpress?

Domination Nephilim - Angel Cartel

Calm down miner. As you pointed out, people think they can get away with stuff they would not in rl... Like for example illegal mining... - Ima Wreckyou*

Nutbolt
University of Caille
Gallente Federation
#60 - 2014-07-07 15:26:43 UTC
Lan Wang wrote:
can this system be incorporated into wordpress?


How do you mean? Do you have a bunch of API keys in wordpress you would like to import to SeAT, or would you like to simply display SeAT within a wordpress page on your website, or something else?