Everything worked perfect for the last few days, and now all of a sudden I get a warning spammed in the console when I update my app, but still the update is successful.
WARNING util.py:125 new_request() takes at most 1 positional argument (2 given)
I looked at C:\Program Files (x86)\Google\google_appengine\oauth2client\util.py at line 125, but couldn't make anything out of it.
The batch file I use to update my app is :
@echo off
if [%1]==[] (echo Drag the app folder over the bat file.&&pause>nul&&exit)
C:
cd C:\Program Files (x86)\Google\google_appengine
C:\Python27\python appcfg.py update --oauth2 %1
echo Done.
pause>null
I've confirmed the message is harmless so you can safely ignore it. We are working on a fix and should get one in to 1.8.4.
It seems the warnings on appcfg.py
and only if --oauth2
option is used. I'm not sure, but not on your apps. Without --oauth2
option, there are no warning.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With