Open ragowthaman opened 8 years ago
The code (>99%) was from wiki @steffen vogel and @tgalal
What is the output of the debugger? Add
import logging
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
to the layer.py.
and now ? whats the solution ?
Hello , I am trying to implement sending image (no need for encryption).
uploads the image fully (as long as the size is below 140000 bytes)
But, I get the following error
Digging bit deep, I see it give the
<p>Invalid media download request</p>
errorAny help would be greatly appreciated.
Thanks Gowthaman
my layer.py
stack.py