-
Notifications
You must be signed in to change notification settings - Fork 43
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
Login and Update NFZ issue on Assistant 1.0.9 and 1.1.2 OSX #1
Comments
On 1.1.2 without --test-server, it looks like the server is a direct IP hit making it non useful. If you call it with --test-server it looks like a DNS lookup is used BUT it uses https AND the captcha doesn't work. It appears as if you can login first via: (this is due to cookies!) |
Using a dtrace one liner we can see that the .org.chromium.Chromium cookies are what causes the app to either prompt for login or not. dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }' sh-3.2# file "/private/var/root/Library/Application Support/DJIAssistant2/Cookies" sqlite> select * from cookies; |
At first I could not get the NFZ update notification to spawn on the Mavic Pro with firmware 0.400. I reset defaults and refreshed the 0.400 firmware, and used MacOS Sierra and El Capitan to run the script, but the update notification still wouldn't spawn. I updated to firmware 0.700 and the script (beta and current version) worked perfectly the first time using MacOS Sierra VM. Below are the logs from the same MacOS Sierra setup using "sudo /Applications/Assistant.app/Contents/MacOS/Assistant --test_server" on firmware 0.400 and then on 0.700, while the RedHerring.rb script is running in another terminal. #On Firmware 0.400 Admins-Mac:~ admin$ sudo /Applications/Assistant.app/Contents/MacOS/Assistant --test_server #After Upgrading to 0.700 Admins-Mac:~ admin$ sudo /Applications/Assistant.app/Contents/MacOS/Assistant --test_server --- 192.168.42.2 ping statistics --- |
So the answer is to upgrade to .700? I'm having similar problems as @droner69 on 0.400. Failing to spawn NFZ notification. I removed VPN completely from my machine and am still having same issue. That being said. Not sure I can upgrade to .700 considering I don't have a VM of it. |
Assistant 1.0.9 and 1.1.2 both prompt you with a login screen and needed verification code.
Also, you dont get the prompt "Update No-fly Zone Database is required. Update now?".
Assistant 1.1.0 from repo is working fine.
The text was updated successfully, but these errors were encountered: