Coder Social home page Coder Social logo

Error while initilizing the api about ptero4j HOT 3 CLOSED

stanjg avatar stanjg commented on July 23, 2024
Error while initilizing the api

from ptero4j.

Comments (3)

stanjg avatar stanjg commented on July 23, 2024

OkHttp is not being loaded as a dependency, are you sure your dependencies are right?

Please post your pom.xml file.

from ptero4j.

TheSilentPro avatar TheSilentPro commented on July 23, 2024

I am using a compiled JAR, maybe that's corrupt or something. I've never used maven before this is my first time.
This is the pom.xml from the jar: https://hastebin.com/oqiyasemit.xml

from ptero4j.

stanjg avatar stanjg commented on July 23, 2024

Remove the dependencies block you currently have and replace it with this:

    <repositories>
        <!-- Jitpack repo -->
        <repository>
            <id>jitpack</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
    
    <dependencies>
        <!-- Panel API -->
        <dependency>
            <groupId>com.github.stanjg</groupId>
            <artifactId>Ptero4J</artifactId>
            <version>master-SNAPSHOT</version>
        </dependency>
    </dependencies>```
Then reimport your dependencies using maven and it should be working fine.

from ptero4j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.