Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching method getTagWireType found taking 1 args for class com.google.protobuf.WireFormat #148

Open
jerielverissimo opened this issue Feb 5, 2023 · 0 comments

Comments

@jerielverissimo
Copy link

Hi, when I try to use this lib I get the following error, this happens when I use the lein template too.

Reflection warning, protojure/protobuf.clj:24:19 - call to static method newInstance on com.google.protobuf.CodedOutputStream can't be resolved (argument types: java.nio.ByteBuffer).
Reflection warning, protojure/protobuf.clj:27:19 - call to static method newInstance on com.google.protobuf.CodedOutputStream can't be resolved (argument types: java.nio.ByteBuffer).
Syntax error (IllegalArgumentException) compiling . at (protojure/protobuf/serdes/core.clj:80:14).
No matching method getTagWireType found taking 1 args for class com.google.protobuf.WireFormat

My project.clj:

(defproject book "0.1.0-SNAPSHOT"
  :description  "FIXME: write description"
  :url          "http://example.com/FIXME"
  :license      {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
                 :url  "https://www.eclipse.org/legal/epl-2.0/"}
  :plugins      [[lein-ancient "0.7.0"]]
  :dependencies [[org.clojure/clojure "1.10.3"]

                 ;; -- PROTOC-GEN-CLOJURE --
                 [io.github.protojure/core "2.0.1"]
                 [io.github.protojure/google.protobuf "2.0.0"]]
  :repl-options {:init-ns book.core})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant