>> email to cauliflowervest-discuss+unsub...@googlegroups.com.
>>> >> email to cauliflowervest-discuss+unsub...@googlegroups.com.
>>> >> To post to this group, send email to
>>> >> cauliflower...@googlegroups.com.
>>> >> Visit this group at
>>> >> http://groups.google.com/group/cauliflowervest-discuss.
>>> >> For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cauliflowervest-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cauliflowervest-discuss+unsub...@googlegroups.com.
>> To post to this group, send email to
>> cauliflower...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cauliflowervest-discuss.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
http://appengine.google.com -> your app -> Logs. That should provide
some light into what is failing. If it's not obvious, please
copy/paste into an email to us.
- Justin
On Fri, Oct 18, 2013 at 12:59 PM, John Mickey <jo...@dwolla.com> wrote:
> I have made progress
>
> I ran "make release" and see a deployment to my appspot
>
> But I'm getting an error
>
> https://dwolcauliflower.appspot.com/
>
> I do not see a running instance
>
> Any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups
> "cauliflowervest-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
>>> > email to cauliflowervest-discuss+unsub...@googlegroups.com.
>>> > To post to this group, send email to
>>> > cauliflower...@googlegroups.com.
>>> > Visit this group at
>>> > http://groups.google.com/group/cauliflowervest-discuss.
>>> > For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cauliflowervest-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cauliflowervest-discuss+unsub...@googlegroups.com.
If you want to run on 10.7, you mist build on 10.7. Otherwise csfde is not built. Building on 10.7 will work on 10.8+ but not vice versa.
// mobile
--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-d...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
Output should be in Terminal stdout/stderr if you launch from there.
// mobile
Do not run as root or sudo. It will automatically sudo for you when needed.
// mobile
--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-d...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
Ah that's an issue others have reported. We need to fix. Please manually chmod for now to fix.
// mobile
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-d...@googlegroups.com.
======================================================================
ERROR: testOk (util_test.SendEmailTest)
testOk (util_test.SendEmailTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/bdist.macosx-10.6-intel/egg/mock.py", line 1618, in _inner
return f(*args, **kw)
File "src/tests/cauliflowervest/server/util_test.py", line 56, in testOk
self.assertEqual(1, len(mail_stub.get_sent_messages()))
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/apiproxy_stub.py", line 205, in WrappedMethod
return method(self, *args, **kwargs)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail_stub.py", line 183, in get_sent_messages
email_message = mail.EmailMessage(mime_message=mime_message)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail.py", line 741, in __init__
mime_message = _parse_mime_message(mime_message)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail.py", line 369, in _parse_mime_message
return email.message_from_file(mime_message)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py", line 66, in message_from_file
return Parser(*args, **kws).parse(fp)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py", line 68, in parse
data = fp.read(8192)
AttributeError: MIMEMultipart instance has no attribute 'read'
======================================================================
ERROR: testWithDefaults (util_test.SendEmailTest)
testWithDefaults (util_test.SendEmailTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/bdist.macosx-10.6-intel/egg/mock.py", line 1618, in _inner
return f(*args, **kw)
File "src/tests/cauliflowervest/server/util_test.py", line 67, in testWithDefaults
messages = mail_stub.get_sent_messages()
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/apiproxy_stub.py", line 205, in WrappedMethod
return method(self, *args, **kwargs)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail_stub.py", line 183, in get_sent_messages
email_message = mail.EmailMessage(mime_message=mime_message)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail.py", line 741, in __init__
mime_message = _parse_mime_message(mime_message)
File "/Users/meenesh.kapadia/git/cauliflowervest/src/tests/gae_server.zip/google/appengine/api/mail.py", line 369, in _parse_mime_message
return email.message_from_file(mime_message)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py", line 66, in message_from_file
return Parser(*args, **kws).parse(fp)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py", line 68, in parse
data = fp.read(8192)
AttributeError: MIMEMultipart instance has no attribute 'read'
----------------------------------------------------------------------
Ran 5 tests in 0.027s
FAILED (errors=2)
Testing group_sync_test
.....
>>>> an email to cauliflowervest-discuss+unsub...@googlegroups.com.
>>>> To post to this group, send email to cauliflower...@googlegroups.com.
>>>> Visit this group at
>>>> http://groups.google.com/group/cauliflowervest-discuss.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cauliflowervest-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cauliflowervest-discuss+unsub...@googlegroups.com.
>>>> an email to cauliflowervest-d...@googlegroups.com.
>>>> To post to this group, send email to cauliflower...@googlegroups.com.
>>>> Visit this group at
>>>> http://groups.google.com/group/cauliflowervest-discuss.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cauliflowervest-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cauliflowervest-d...@googlegroups.com.
>> To post to this group, send email to
>> cauliflower...@googlegroups.com.
>> Visit this group at
>> http://groups.google.com/group/cauliflowervest-discuss.
>> For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-d...@googlegroups.com.
To post to this group, send email to cauliflower...@googlegroups.com.
Visit this group at https://groups.google.com/group/cauliflowervest-discuss.
For more options, visit https://groups.google.com/d/optout.