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.
 

Error Imported content is empty.

First post
Author
Poxs62
StarTrucks
Prometheus Allegiance
#1 - 2015-08-09 08:50:34 UTC
Hi

Just after some advice :)

Getting the error above (or "Error Imported content is empty.") on my gdocs, this is only shown on volumes traded by region, but is completely random

For eg. id 18750 on Dodixie shows it , and yet for Amarr it will show all information i require ie volume traded, so its not linked into the ID or even the Row on the sheet

I have limited coding knowledge, in fact its below limited, I have tried to use the code on Steve's site but have no idea what im doing but also how to pull volumes with that code on his site.

Volume is actually quite important for what im trying to do (ie be lazier than i need to be)

I have tried using google but often the answers im reading may as well be in chinese.... :( any advice or suggestion would be appreciated :)


Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2015-08-09 16:40:36 UTC
if you're meaning the code on
https://github.com/fuzzysteve/eve-googledocs-script/blob/master/EveCentralPrices.gs

Then:
https://youtu.be/wNIfpPOOo0M?t=10m15s for how to install it.

Once it's installed, you want to have, on a new sheet, the loadregionprices() function, passing in a list of all the price data you want to get (look at the example sheet to see what I mean)

Then, to get the volume, you'd use vlookup on your actual sheet, to pull the appropriate column, for the row that matches the typeid.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Poxs62
StarTrucks
Prometheus Allegiance
#3 - 2015-08-09 21:27:04 UTC
Steve Ronuken wrote:
if you're meaning the code on
https://github.com/fuzzysteve/eve-googledocs-script/blob/master/EveCentralPrices.gs

Then:
https://youtu.be/wNIfpPOOo0M?t=10m15s for how to install it.

Once it's installed, you want to have, on a new sheet, the loadregionprices() function, passing in a list of all the price data you want to get (look at the example sheet to see what I mean)

Then, to get the volume, you'd use vlookup on your actual sheet, to pull the appropriate column, for the row that matches the typeid.


Steve thanks for this, will hve a peek during week when not as tired and see if i can get head around what your code does lol :)