open http://localhost:8000/_scaffold

ERROR:root:Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 327, in 
wrapper
    [obj.on_success() for obj in fixtures]
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 327, in 
<listcomp>
    [obj.on_success() for obj in fixtures]
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 276, in 
on_success
    self.save()
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 250, in save
    self.storage.set(cookie_data, json.dumps(self.local.data), self.
expiration)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 727, in set
    return self._set("set", key, val, time, min_compress_len, noreply)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 1052, in _set
    return _unsafe_set()
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 1036, in _unsafe_set
    headers = "%d %d %d" % (flags, time, len_val)
TypeError: %d format: a number is required, not NoneType

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 355, in 
wrapper
    ret = func(*func_args, **func_kwargs)
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 330, in 
wrapper
    [obj.on_error() for obj in fixtures]
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 330, in 
<listcomp>
    [obj.on_error() for obj in fixtures]
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 272, in 
on_error
    self.save()
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 250, in save
    self.storage.set(cookie_data, json.dumps(self.local.data), self.
expiration)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 727, in set
    return self._set("set", key, val, time, min_compress_len, noreply)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 1052, in _set
    return _unsafe_set()
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/memcache.py"
, line 1036, in _unsafe_set
    headers = "%d %d %d" % (flags, time, len_val)
TypeError: %d format: a number is required, not NoneType

id= 13

strange things the error id keeps incrementing even deleted the source 
before execute the new one
rm -rf web3py
git clone https://github.com/web2py/web3py
cd web3py

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to