bwbwbwbw / ingress-exporter

Export all portals, links, fields and system broadcasts in a specific area.
MIT License
84 stars 43 forks source link

Missing markup.PORTAL1.guid #12

Closed vavoluk closed 9 years ago

vavoluk commented 10 years ago

A saw that markup.PORTAL1.guid is missing in last month logs. How to fix this problem?

breezewish commented 10 years ago

NIA changed their format and no longer provide this kind of data. However you can do queries for every logs since you could fetch all portals via ingress-exporter as well.

I'm not going to implement this feature in the project in the near future since I'm pretty busy these months lol

vavoluk commented 10 years ago

I have all guids in Portals collection and want to insert guids to my logs. Maybe you can tell how to do this via mongodb query? It will be very helpfull for me and others. Thanks in advance!

breezewish commented 10 years ago

I'm afraid you have to write simple programs to complete the task..