This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-05
Channels
- # announcements (19)
- # babashka (28)
- # beginners (62)
- # biff (3)
- # calva (19)
- # cider (24)
- # clj-kondo (8)
- # cljdoc (15)
- # clojure (32)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-uk (8)
- # clojuredesign-podcast (26)
- # cursive (64)
- # datomic (43)
- # deps-new (1)
- # fulcro (4)
- # honeysql (1)
- # hyperfiddle (46)
- # kaocha (16)
- # lsp (15)
- # missionary (51)
- # music (1)
- # nbb (4)
- # off-topic (55)
- # pedestal (11)
- # podcasts-discuss (1)
- # polylith (7)
- # practicalli (1)
- # releases (4)
- # shadow-cljs (120)
- # tools-build (34)
- # vscode (1)
- # xtdb (2)
I’m trying to figure out getting started with the Native Demo and I am not getting it. My network foo is not good enough to know how to go about resolving this error coming up in the expo console--
2023-10-05T06:01:33.125Z DEBUG [com.fulcrologic.fulcro.ui-state-machines:?] - Trigger :app.model.session/session :event/failed
2023-10-05T06:01:33.141Z DEBUG [com.fulcrologic.fulcro.ui-state-machines:?] - Activating state :state/logged-out on :app.model.session/session
`2023-10-05T06:01:33.035Z ERROR [com.fulcrologic.fulcro.networking.http-remote:354] - See https://book.fulcrologic.com/#err-httpr-remote-err`
`Error: Remote Error`
`at cljs$core$ExceptionInfo (http://localhost:8081/app/cljs.core.js:37369:19)`
`at anonymous (http://localhost:8081/app/cljs.core.js:37430:36)`
`at anonymous (http://localhost:8081/app/cljs.core.js:37426:55)`
`at anonymous (http://localhost:8081/app/com.fulcrologic.fulcro.networking.http_remote.js:639:138)`
`at call (native)`
`at anonymous (http://localhost:8081/app/cljs.core.js:34749:115)`
`at cljs$core$_deref (http://localhost:8081/app/cljs.core.js:2437:41)`
`at cljs$core$deref (http://localhost:8081/app/cljs.core.js:5272:24)`
`at anonymous (http://localhost:8081/app/taoensso.timbre.js:760:34)`
`at error_handler (http://localhost:8081/app/com.fulcrologic.fulcro.networking.http_remote.js:638:58)`
`at call (native)`
`at anonymous (http://localhost:8081/app/com.fulcrologic.fulcro.networking.http_remote.js:538:134)`
`at call (native)`
`at anonymous (http://localhost:8081/app/com.fulcrologic.fulcro.networking.http_remote.js:707:92)`
`at call (native)`
`at anonymous (http://localhost:8081/app/goog.events.eventtarget.js:85:27)`
`at anonymous (http://localhost:8081/app/goog.events.eventtarget.js:128:39)`
`at anonymous (http://localhost:8081/app/goog.events.eventtarget.js:44:56)`
`at anonymous (http://localhost:8081/app/goog.net.xhrio.js:251:25)`
`at anonymous (http://localhost:8081/app/goog.net.xhrio.js:315:33)`
`at anonymous (http://localhost:8081/app/goog.net.xhrio.js:290:35)`
`at anonymous (http://localhost:8081/app/goog.net.xhrio.js:284:41)`
`at call (native)`
`at dispatchEvent (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:33500:31)`
`at setReadyState (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:32212:27)`
`at didCompleteResponse (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:32037:29)`
`at apply (native)`
`at anonymous (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:32162:52)`
`at apply (native)`
`at emit (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:4042:40)`
`at apply (native)`
`at callFunction (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:4611:36)`
`at anonymous (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:4372:31)`
`at guard (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:4562:15)`
`at callFunctionReturnFlushedQueue (http://10.0.0.23:19000/app/index.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:4371:21)`
`ex-data:`
`{:outgoing-request {:headers {"Content-Type" "application/transit+json", "Accept" "application/transit+json"}, :body "[[\"^ \",\":app.model.session/current-session\",[\":session/valid?\",\"~:account/name\"]]]", :url "http://1*elided*4:3000/api-native", :method :post, :response-type :default}, :original-transaction [{:app.model.session/current-session [:session/valid? :account/name]}], :headers {}, :body "", :status-code 500, :status-text nil, :error :network-error, :error-text "undefined [0]"}`
I’ve tried tweaking my ip from localhost, but not sure if I’m doing it correctly. Can one be getting a status 500 even if it’s not making it to the server? I know I have the server running, but I’ve tried my local network IP and my own computer’s external IP. I have no evidence on the server repl that anything is getting through,