Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aviflax/f804c40e1ae823e7ce9e2c3766f75f53 to your computer and use it in GitHub Desktop.
Save aviflax/f804c40e1ae823e7ce9e2c3766f75f53 to your computer and use it in GitHub Desktop.
logs from availability.help
Mar 1 12:14:40 AM Starting HTTP server listening on port 8080
Mar 1 12:15:59 AM Mon Mar 01 05:15:59 GMT 2021 [worker-4] ERROR - POST /subscribe
Mar 1 12:15:59 AM clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.fns$fun$arity_1__16407.invoke(fns.cljc:138)
Mar 1 12:15:59 AM at org.httpkit.server.HttpHandler.run(RingHandler.java:117)
Mar 1 12:15:59 AM at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
Mar 1 12:15:59 AM at java.util.concurrent.FutureTask.run(FutureTask.java:264)
Mar 1 12:15:59 AM at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
Mar 1 12:15:59 AM at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
Mar 1 12:15:59 AM at java.lang.Thread.run(Thread.java:834)
Mar 1 12:15:59 AM at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:519)
Mar 1 12:15:59 AM at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:192)
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval_let.invokeStatic(evaluator.cljc:79)
Mar 1 12:15:59 AM at sci.impl.analyzer$expand_let_STAR_$fn__18008.invoke(analyzer.cljc:333)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 10 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_if$fn__18052.invoke(analyzer.cljc:481)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 14 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval_let.invokeStatic(evaluator.cljc:79)
Mar 1 12:15:59 AM at sci.impl.analyzer$expand_let_STAR_$fn__18008.invoke(analyzer.cljc:333)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 16 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.fns$fun$arity_1__16407.invoke(fns.cljc:138)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_binding_call$fn__18172.invoke(analyzer.cljc:763)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 20 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.fns$fun$arity_2__16416.invoke(fns.cljc:142)
Mar 1 12:15:59 AM at sci.impl.vars.SciVar.invoke(vars.cljc:317)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_call$fn__18288.invoke(analyzer.cljc:823)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 24 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_if$fn__18052.invoke(analyzer.cljc:481)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 29 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval_let$fn__17000.invoke(evaluator.cljc:68)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval_let.invokeStatic(evaluator.cljc:62)
Mar 1 12:15:59 AM at sci.impl.analyzer$expand_let_STAR_$fn__18008.invoke(analyzer.cljc:333)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 31 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.fns$fun$arity_2__16416.invoke(fns.cljc:142)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_binding_call$fn__18174.invoke(analyzer.cljc:763)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 36 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.analyzer$return_do$fn__17447.invoke(analyzer.cljc:112)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 40 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException, :line 242, :column 5, :message "No reader function for tag object", :sci.impl/callstack #object[clojure.lang.Delay 0x5df8b983 {:status :pending, :val nil}], :file "/app/./server.bb", :locals {req {:remote-addr "68.195.40.53", :headers {"origin" "https://vaxavailability-help.onrender.com", "host" "vaxavailability-help.onrender.com", "user-agent" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "content-type" "application/x-www-form-urlencoded", "content-length" "246", "x-request-start" "1614575759839572", "referer" "https://vaxavailability-help.onrender.com/?lang=es", "accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-language" "en-us", "x-forwarded-for" "68.195.40.53", "accept-encoding" "gzip, deflate, br", "x-forwarded-proto" "https"}, :async-channel #object[org.httpkit.server.AsyncChannel 0x46a438c1 "/10.104.32.196:8080<->/10.104.12.11:39410"], :server-port 80, :content-length 246, :websocket? false, :content-type "application/x-www-form-urlencoded", :character-encoding "utf8", :uri "/subscribe", :server-name "vaxavailability-help.onrender.com", :query-string "lang=es", :body #object[org.httpkit.BytesInputStream 0x1911f862 "BytesInputStream[len=246]"], :scheme :http, :request-method :post}, lang :es, map__28 {"locations" ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], "email" "[email protected]"}, locations ["State Fair Expo Center: NYS Fairgrounds" "Westchester County Center" "**New York National Guard Armory - Yonkers and Mount Vernon" "**Washington Avenue Armory - Albany, Schenectady, Troy"], email "[email protected]"}}
Mar 1 12:15:59 AM at sci.impl.utils$rethrow_with_location_of_node.invokeStatic(utils.cljc:131)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:425)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invoke(evaluator.cljc:385)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval_let.invokeStatic(evaluator.cljc:79)
Mar 1 12:15:59 AM at sci.impl.analyzer$expand_let_STAR_$fn__18008.invoke(analyzer.cljc:333)
Mar 1 12:15:59 AM at sci.impl.evaluator$eval.invokeStatic(evaluator.cljc:390)
Mar 1 12:15:59 AM ... 42 more
Mar 1 12:15:59 AM Caused by: clojure.lang.ExceptionInfo: No reader function for tag object {:type java.lang.RuntimeException}
Mar 1 12:15:59 AM at babashka.pods.impl$processor.invokeStatic(impl.clj:154)
Mar 1 12:15:59 AM at babashka.pods.sci$load_pod$fn__27358.invoke(sci.clj:71)
Mar 1 12:15:59 AM at sci.impl.vars$binding_conveyor_fn$fn__8677.invoke(vars.cljc:147)
Mar 1 12:15:59 AM at clojure.core$binding_conveyor_fn$fn__5773.invoke(core.clj:2034)
Mar 1 12:15:59 AM at clojure.lang.AFn.call(AFn.java:18)
Mar 1 12:15:59 AM ... 6 more
@borkdude
Copy link

borkdude commented Mar 1, 2021

There is an issue for this here: babashka/babashka-sql-pods#7

The current workaround is to convert it to ::text and then parse it from Clojure.

Let's discuss options in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment