-
Notifications
You must be signed in to change notification settings - Fork 109
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
Temporary fix for auto-scanner failing to read items #50
Comments
The fix works! Thanks (From Bluestacks) |
Unfortunately still no luck for me with this version |
Everything looks installed fine on your side, unfortunately the current scanner doesn't work for some peoples' networks. Still investigating, sorry about that |
No need to apologize, man. |
@fribbels |
Downloading new python.py file got the item reading to work. It's been 15 minutes and it is still "Reading items, this may take up to 30 seconds... Any ideas? Thanks! :) |
You probably fall under the category of users whose networks the scanner doesn't work on. Try it a few more times, otherwise I don't have an answer yet |
@fribbels can you share with me what a healthy log should look like? If you want I can try do debug check what is the problem. |
fwiw, scanner was working fine for me and i upgraded bluestacks and now it's broken and has same error behavior as shown above from @marioteik - I am now on 4.260.4207 and am not sure what version i was on previously i grabbed my laptop (on the same network) and am able to successfully scan there - so, at least in my case this seems like a local PC configuration issue not a network one. ill try downgrading bluestacks if i can figure out how and see if that solves it. |
Can either of you add me on discord at fribbels#7526? Would be easier to debug that way |
this does seem to be related to hyper-v and the new network adapter it sets up. workaround would be not to use hyper-v bluestacks. i'm also able to work around this by hardcoding a single adapter (via adapter GUID) to scan on in the python script - but this method will be different for each person who wants to use it so is not a viable solution to post here. |
hi all - since this is popping up on discord I wanted to document my workaround steps real quick:
After doing the above I was able to scan as normal while using Hyper-V Bluestacks. |
Additional information for Hyper-V users:
|
I successfully imported my items after hard-coding the GUID of my network adapter. What is weird, and I didn't see anyone pointing it out, is that I could import the items from the storage even before hard-coding the GUID. It worked like normal for storage items, but didn't manage to scan everything else until I applied the fix. I'm also using Hyper-V. |
Can this be added to main project, and give the option to provide GUID in settings. Currently I have to update the funtion and hardcode my GUID on every update. |
This is still happening on new version when user have more than 1 GUID. |
You will need to either:
At this time, this is a process that needs to be done every update for affected users. |
The previous fix has been released in v1.6. Still investigating other causes.
See: #50 (comment)
The text was updated successfully, but these errors were encountered: