Code Monkey home page Code Monkey logo

Comments (7)

breezewish avatar breezewish commented on August 21, 2024

Seems fixed, please have a check.

from ingress-exporter.

ikalus avatar ikalus commented on August 21, 2024

Awsome reactivity, but seem always broken : http://pastebin.com/JxLTam6D
If you need more debug info tell me ;-)

from ingress-exporter.

breezewish avatar breezewish commented on August 21, 2024

Have you executed grunt after git pull? Source files need to rebuild after an update.

from ingress-exporter.

breezewish avatar breezewish commented on August 21, 2024

This is my log using your location range:

2014-03-21T15:26:04.904Z - info: [Portals] Preparing from database: [37.37769426427514,-122.10449695587157]-[37.39020891890479,-122.04956531524658], MinPortalLevel=0
2014-03-21T15:26:04.905Z - info: [Portals] Querying 4 tile status...
2014-03-21T15:26:04.907Z - info: [Portals] Prepared 4 tiles
2014-03-21T15:26:04.912Z - info: [Portals] Begin requesting...
2014-03-21T15:26:23.543Z - info: [Details] 0%   [1/541] 1819ms
2014-03-21T15:26:23.682Z - info: [Details] 0%   [2/541] 1958ms
2014-03-21T15:26:24.001Z - info: [Details] 1%   [3/541] 2277ms
2014-03-21T15:26:24.150Z - info: [Details] 1%   [4/541] 2426ms
....(more)....

Noticed that only 4 tiles are going to request here. What is your configuration file? Here is mine:

Config = GLOBAL.Config =

    Auth:

        CookieRaw: '.....'

    ZoomLevel: 17

    Region:

        NorthEast:
            Lat: 37.39020891890479
            Lng: -122.04956531524658
            #Lat: 31.297327991404266
            #Lng: 121.5252685546875

        SouthWest:
            Lat: 37.37769426427514
            Lng: -122.10449695587157
            #Lat: 31.27855085894653
            #Lng: 121.4923095703125

    Request:

        UserAgent:     'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'
        MaxParallel:   10
        MinIntervalMS: 100

    Tile:

        MaxFailRetry:  3    # server response a failure
        MaxErrorRetry: 3    # network errors, etc

    TileBucket:

        Max: 4  # it seems that tiles will TIMEOUT if larger then 4
        Min: 4

    Chat:

        SplitTimespanMS:         3*60*60*1000  # split tasks by 3hrs
        TraceTimespanMS:    100*24*60*60*1000  # max trace 100 days
        FetchItemCount:     300

    PlayerLookup:

        Max: 15

    Database:

        ConnectString: 'mongodb://localhost:27017/ingress'

        MaxParallel:    10

        Options:

            safe:       true

from ingress-exporter.

ikalus avatar ikalus commented on August 21, 2024

Oops my fault you last fix is working fine :-)
👍
Awsome work, i've some idea maybe you'll see a pull request ;-)

from ingress-exporter.

breezewish avatar breezewish commented on August 21, 2024

That would be great to see a pull request when I getting up tomorrow morning :D

from ingress-exporter.

ikalus avatar ikalus commented on August 21, 2024

Too much work at the moment but it will come in couple of days ;)
Just let me time to become familiar with cofeescript :-)
See you !

from ingress-exporter.

Related Issues (20)

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.