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.
 

EVE-Merchant [0.4.2 Release]

First post
Author
Kivorno
Myanapa Corsica
#141 - 2014-07-28 13:20:48 UTC
Ok, things should be catching up and moving forward now.

I have also reopened registrations as it should be pulling the new information as well.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Venetian Trader
Doomheim
#142 - 2014-07-29 07:03:04 UTC
My API still says 'working' when the job started 15 hours ago. Shoot me an evemail if you need more information.
Kivorno
Myanapa Corsica
#143 - 2014-07-29 08:07:19 UTC
Yeah, there are 2 or 3 APIs out the 20 or so which are causing the system to lock up. I've put in some code which should remove any jobs which are taking to long to make way for others.

In the meantime, I'll try and track down where the problem seems to be occuring.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Venetian Trader
Doomheim
#144 - 2014-07-29 08:31:10 UTC  |  Edited by: Venetian Trader
I have tried to find the way to delete the API that was causing issues, but that doesn't seem to be a feature. Unfortunately, I deleted it from the key manager here before checking to see if I could remove it there and it's probably contributing to errors. I apologise!
Kivorno
Myanapa Corsica
#145 - 2014-07-29 08:37:16 UTC
It isn't a problem, pm the ID and I'll remove references from the DB.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Kivorno
Myanapa Corsica
#146 - 2014-07-29 14:46:35 UTC  |  Edited by: Kivorno
Ok, think I found the issue, it was related to pheal 1.2.0 where it was fetching a page multiple times constantly and so the wallet logic thought it was another 1000 new transactions, hence why it never escaped the state.

This issue should now be resolved by reverting back to an earlier version of pheal.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Dunpeal Hunter
Zervas Aeronautics
#147 - 2014-07-29 15:48:06 UTC  |  Edited by: Dunpeal Hunter
Something i am currently missing in your website at the moment is industry. Any changes that that will be added later to the website?

Also what would be very helpful is an overview of all my characters. I know that there is one now already, but i mean something a little more extensive. What i would like to see is a single page, where it says for example:


  1. How much time is left on each account, before i have to buy plex again or pay real money to keep my accounts going.
  2. Besides how much profit i made, how much is in my current wallet.
  3. What i am currently training.
  4. Important messages, like for instance if any industry job have been completed, or if i got any notifications like new wardecs or other stuff, or if my current clone is not up to date.
  5. A way to separate characters from each other and for example put them in seperate tabs. For example all industry toons together, or all cyno toons together.



Other than that so far i am very satisfied using your website! Everything looks nice with the cool layout that you have chosen, and its all very organised.

Edit: Something i am also missing right now is an overall page where everything from all characters combined can be viewed. If i want to see if my market orders or contracts have been completed, right now ill have to go to every character separate to see that information. An overall page where i can exactly select which characters i want information on, for example 3 out of 5 characters would be helpful.

I dont know if this is important or not, but i have chickens.....

Dosei Shaishi
Perkone
Caldari State
#148 - 2014-07-29 17:12:30 UTC  |  Edited by: Dosei Shaishi
Great tool, exactly what I needed. However, there are some issues with my reports.


  1. The oldest transaction is 5 days old. Is it possible to fetch older transactions?
  2. My NAV shows 2B in sales while ingame it shows 5B.
  3. My most profitable item has the wrong profit. It sold 29 units for a total of 80M and the profit was 130M


Edit: about the 1st one: it seems that you only fetch the 1000 first transaction. You should fetch the rest using the optionial fromID argument. https://neweden-dev.com/Char/WalletTransactions
Venetian Trader
Doomheim
#149 - 2014-07-30 01:57:00 UTC
Quote:
Error! You do not have access to view this character. This is the public view of the character.


That's showing on the page that usually shows my estimated NAV, etc.
Kivorno
Myanapa Corsica
#150 - 2014-07-30 07:04:21 UTC
Dunpeal Hunter wrote:
Something i am currently missing in your website at the moment is industry. Any changes that that will be added later to the website?

Also what would be very helpful is an overview of all my characters. I know that there is one now already, but i mean something a little more extensive. What i would like to see is a single page, where it says for example:


  1. How much time is left on each account, before i have to buy plex again or pay real money to keep my accounts going.
  2. Besides how much profit i made, how much is in my current wallet.
  3. What i am currently training.
  4. Important messages, like for instance if any industry job have been completed, or if i got any notifications like new wardecs or other stuff, or if my current clone is not up to date.
  5. A way to separate characters from each other and for example put them in seperate tabs. For example all industry toons together, or all cyno toons together.



Other than that so far i am very satisfied using your website! Everything looks nice with the cool layout that you have chosen, and its all very organised.

Edit: Something i am also missing right now is an overall page where everything from all characters combined can be viewed. If i want to see if my market orders or contracts have been completed, right now ill have to go to every character separate to see that information. An overall page where i can exactly select which characters i want information on, for example 3 out of 5 characters would be helpful.


In answer to your questions:


  1. Will implement
  2. Will implement
  3. Is already implemented, if the API has access to it and is currently training and not paused
  4. Is on the roadmap, although no ETA as of yet
  5. Will look into this possibility of grouping characters, and also making them be available for multiple groups, so should have behaviour like your edit



Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Kivorno
Myanapa Corsica
#151 - 2014-07-30 07:07:09 UTC
Dosei Shaishi wrote:
Great tool, exactly what I needed. However, there are some issues with my reports.


  1. The oldest transaction is 5 days old. Is it possible to fetch older transactions?
  2. My NAV shows 2B in sales while ingame it shows 5B.
  3. My most profitable item has the wrong profit. It sold 29 units for a total of 80M and the profit was 130M


Edit: about the 1st one: it seems that you only fetch the 1000 first transaction. You should fetch the rest using the optionial fromID argument. https://neweden-dev.com/Char/WalletTransactions


In answer to your questions:


  1. I already use the rowCount variable but have it currently set to 1000, so should be a 30 second fix to get it up to 2560, although the API will have to catch up at first
  2. The is a known issue with the NAV that I had to put on the back burner whilst I investigated the API locking issue but this has been bumped up now as the API issue was fixed yesterday
  3. If you PM/Eve-Mail/E-mail me which item and character, I'll have a look through the DB to see where it is falling down.


As always thanks for the feedback!

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Kivorno
Myanapa Corsica
#152 - 2014-07-30 07:08:47 UTC
Venetian Trader wrote:
Quote:
Error! You do not have access to view this character. This is the public view of the character.


That's showing on the page that usually shows my estimated NAV, etc.


The key for your character looks to be coming back as not valid, which is why it might be showing you old information. A public view of your character means, the site has gathered all the information readily available to anyone through the API. To solve the issue you might just need to update the API.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Venetian Trader
Doomheim
#153 - 2014-07-30 09:28:34 UTC
I changed everything to full on the key and can see all characters but this on that account.
Kivorno
Myanapa Corsica
#154 - 2014-07-30 10:18:17 UTC
Venetian Trader wrote:
I changed everything to full on the key and can see all characters but this on that account.


I have now solved this issue for you, you should be able to view your character now without any issues.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Venetian Trader
Doomheim
#155 - 2014-07-30 12:10:42 UTC
Thank you!
Kivorno
Myanapa Corsica
#156 - 2014-07-30 13:30:12 UTC
Ironed out most of the kinks now, so officially going to the 0.1 release!

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Dosei Shaishi
Perkone
Caldari State
#157 - 2014-07-31 12:27:17 UTC
Profits are not being calculated anymore for me. All the items that have been sold in the last 2 days are shown in yellow.
Kivorno
Myanapa Corsica
#158 - 2014-07-31 13:14:45 UTC  |  Edited by: Kivorno
Just looking into the issue for you Dosei, only transactions which have a corresponding buy transaction are calculated with profit.

This is due to it being possible to get items through other sources.

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint

Dosei Shaishi
Perkone
Caldari State
#159 - 2014-07-31 15:00:45 UTC
The issue seems to be fixed now. Whatever you did worked.
Kivorno
Myanapa Corsica
#160 - 2014-07-31 15:07:33 UTC
Fantastic! Glad to hear the issue is resolved.

Industry Jobs has now been added to the site!

Proud creator and developer of Eve-Merchant / Eve-Merchant Sprint