Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No cells as valid with Beehive Scanning and Geofences #2530

Open
ghost opened this issue Mar 8, 2018 · 12 comments
Open

No cells as valid with Beehive Scanning and Geofences #2530

ghost opened this issue Mar 8, 2018 · 12 comments

Comments

@ghost
Copy link

ghost commented Mar 8, 2018

Expected Behavior

Normally geofences should be used to limit the search radius and should work with Beehive Scanning.

Current Behavior

I testet it with 30 running accounts, there are two active geofences, the location is in one of the active geofences and speed-scan is enabled.
Without Beehive Scanning it works great, but with Beehive Scanning I get the following message:
"No cells regarded as valid for desired scan area. Check your provided geofences. Aborting."

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

@loosi
Copy link

loosi commented Mar 12, 2018

I can confirm the same behaviour. Valid location with speed-scan and invalid location with beehive.

@mauricionarcizo
Copy link

The same problem here.

@sebastienvercammen
Copy link
Member

@loosi @mauricionarcizo 👍 Thanks for confirming, we're looking into it.

@xLeViet
Copy link

xLeViet commented Mar 13, 2018

So i cant have selected area witg geofences and using beehive searching method?

@sebastienvercammen
Copy link
Member

@Kallo1994 @loosi @mauricionarcizo Can you include logs for your instances? I'm specifically interested in:

Using matplotlib: %s.
Found %d coordinates to geofence.
Geofenced to %s coordinates in %.2fs.

and a link to a --dump result please.

@loosi
Copy link

loosi commented Mar 15, 2018

Using matplotlib: False. Found 2611 coordinates to geofence. Geofenced to 352 coordinates in 0.20s.

https://hastebin.com/yopugexili.txt

@ghost
Copy link
Author

ghost commented Mar 15, 2018

Using matplotlib: False. Found 61 coordinates to geofence. Geofenced to 54 coordinates in 0.01s.

Normal Log: https://hastebin.com/asemotusiv.md
Dump: https://hastebin.com/evaduhidow.txt

@sebastienvercammen
Copy link
Member

sebastienvercammen commented Mar 16, 2018

@Kallo1994 @loosi Thanks for the details!

Could you please check that all of your hives are covered by your geofence? It seems one of your hives may be entirely outside of the geofence, which is why this happens:

2018-03-15 18:59:29,151 [   search-overseer][      geofence][    INFO] Geofenced to 0 coordinates in 0.00s.
2018-03-15 18:59:29,151 [   search-overseer][    schedulers][   ERROR] No cells regarded as valid for desired scan area. Check your provided geofences. Aborting.

@loosi I assume you used --dump on an edited config (which you probably did to get it running?). Because:

 'beehive': False,

@ghost
Copy link
Author

ghost commented Mar 16, 2018

@sebastienvercammen It may well be that one or more of the hives are outside the geofence. But I would assume that geofence cares about it, ignores it and only launches the hives that are inside.

@loosi
Copy link

loosi commented Mar 16, 2018

@sebastienvercammen Yes that was the working config without beehive. I tried it again, but nothing has changed in code since then. Im using one geofence right now, an that position ist inside that fence

https://hastebin.com/yuzuqujimu.txt

search-overseer][      geofence][    INFO] Loading geofenced or excluded areas 
search-overseer][      geofence][    INFO] Loaded 1 geofenced and 1 excluded areas
search-overseer][        search][    INFO] Enabling new API force Watchdog.
search-overseer][        search][    INFO] New location caught, moving search grid.
search-overseer][      geofence][    INFO] Using matplotlib: False.
search-overseer][      geofence][    INFO] Found 2611 coordinates to geofence.
search-overseer][      geofence][    INFO] Geofenced to 428 coordinates in 0.15s.
search-overseer][    schedulers][    INFO] 428 steps created
search-overseer][    schedulers][    INFO] Initial spawnpoint scan is complete
search-overseer][    schedulers][    INFO] Found 2049 spawn points within hex
search-overseer][    schedulers][    INFO] Doing 876,972 distance calcs to assign spawn points to scans
search-overseer][    schedulers][    INFO] 2060 relations found between the spawn points and steps
search-overseer][      geofence][    INFO] Using matplotlib: False.
search-overseer][      geofence][    INFO] Found 2611 coordinates to geofence.
search-overseer][      geofence][    INFO] Geofenced to 0 coordinates in 0.08s.
search-overseer][    schedulers][   ERROR] No cells regarded as valid for desired scan area. Check your provided geofences. Aborting.

@dannythunder
Copy link

dannythunder commented Mar 17, 2018

In geofence, its the "most outer" thats is relevant here (light grey).

This is my setup. I could only scan behive-mode, with geofence, at -st 6 at most.

Same log as ppl above me.

skarmavbild 2018-03-17 kl 01 53 19

skarmavbild 2018-03-17 kl 01 53 25

@dannythunder
Copy link

note*

same for exclude.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants