Skip to content

Instantly share code, notes, and snippets.

View bryceosterhaus's full-sized avatar
🐕

Bryce Osterhaus bryceosterhaus

🐕
View GitHub Profile
Uncaught TypeError: Cannot read property 'nextSibling' of null
moveBefore @ incremental-dom.js:451
alignWithDOM @ incremental-dom.js:653
coreElementOpen @ incremental-dom.js:765
elementOpen @ incremental-dom.js:1015
handleRegularCall_ @ IncrementalDomRenderer.js:538
handleInterceptedOpenCall_ @ IncrementalDomRenderer.js:494
handleCall @ IncrementalDomAop.js:134
render @ Toolbar.js:151
JSXRenderer.js:71 Uncaught TypeError: Cannot read property 'rootElementReached_' of null
generateKey_ @ JSXRenderer.js:71
handleRegularCall_ @ IncrementalDomRenderer.js:534
handleInterceptedOpenCall_ @ IncrementalDomRenderer.js:500
handleCall @ IncrementalDomAop.js:134
render @ index.js:129
renderIncDom @ JSXRenderer.js:120
renderInsidePatchDontSkip_ @ IncrementalDomRenderer.js:838
renderInsidePatch @ IncrementalDomRenderer.js:816
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node
removeChild @ incremental-dom.js:673
alignWithDOM @ incremental-dom.js:628
coreElementOpen @ incremental-dom.js:765
elementOpen @ incremental-dom.js:1015
handleRegularCall_ @ IncrementalDomRenderer.js:544
handleInterceptedOpenCall_ @ IncrementalDomRenderer.js:500
handleCall @ IncrementalDomAop.js:134
fnOpenEnd @ IncrementalDomAop.js:112
17:08:55,890 ERROR [http-bio-8080-exec-57][BaseAlloyControllerImpl:554] java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor1848.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.liferay.alloy.mvc.BaseAlloyControllerImpl.invoke(BaseAlloyControllerImpl.java:1051)
at sun.reflect.GeneratedMethodAccessor1762.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:115)
17:25:46,318 ERROR [http-bio-8080-exec-81][BaseAlloyControllerImpl:554] java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.liferay.alloy.mvc.BaseAlloyControllerImpl.invoke(BaseAlloyControllerImpl.java:1051)
at sun.reflect.GeneratedMethodAccessor2059.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
19:28:22,007 ERROR [http-bio-8080-exec-169][BaseAlloyControllerImpl:554] java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.liferay.alloy.mvc.BaseAlloyControllerImpl.invoke(BaseAlloyControllerImpl.java:1051)
at sun.reflect.GeneratedMethodAccessor3121.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
@bryceosterhaus
bryceosterhaus / sampleApi
Created December 23, 2016 20:10
Sample API Return
[
{
author: {
displayURL: String
name: String
profession: String
profilePictureURL: String
}
commentsCount: Number
content: String
@bryceosterhaus
bryceosterhaus / README.md
Created January 23, 2017 21:43 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

  • 2-6 players
  • Turn based
  • Multiple phases (setup, action)
  • websockets
  • gameboard to interact with
  • players have cards
  • mobile support? (mobile API interactions such as vibrate)