Code Monkey home page Code Monkey logo

Comments (7)

secana avatar secana commented on July 22, 2024

Hi @tomus85. Sry for the late response. I'll have a look.

from kellnr.

secana avatar secana commented on July 22, 2024

I tried to recreate the issue but failed.

cargo doc
cd target
zip -r doc.zip ./doc
curl -H "Authorization: token" http://localhost:8000/api/v1/docs/my_helper/0.1.0 --upload-file doc.zip

This uploaded the docs with no issue. Can you give me more information on your setup? Which Kellnr version do you use and can you provide the Cargo.toml of your project?

from kellnr.

tomus85 avatar tomus85 commented on July 22, 2024

Hey, this is my compose set-up

version: "3"
name: kellnr
services:
    kellnr:
        ports:
            - 8000:8000
        environment:
            - KELLNR_ORIGIN__HOSTNAME=kellnrhost.<masked>.uk
            - KELLNR_SETUP__ADMIN_PWD=admin
            - KELLNR_SETUP__ADMIN_TOKEN=token
        volumes:
            - /home/<masked>/docker/kellnr/data:/opt/kdata
        image: ghcr.io/kellnr/kellnr:5.0.0

Ths is the Cargo.toml file

[package]
name = "my_helper"
version = "0.1.0"
authors = ["Thomas Curley <masked>"]
edition = "2018"

[dependencies]

I can publish this project without any issues.

from kellnr.

secana avatar secana commented on July 22, 2024

I tried to replicate the issue with the additional information, but still failed. It works fine when I try it. I'm sorry, but I have no more ideas how to help you.

from kellnr.

secana avatar secana commented on July 22, 2024

I'll close this issue, but if you have any more ideas what I can try, feel free to reopen it.

from kellnr.

tomus85 avatar tomus85 commented on July 22, 2024

Can you give me a snippet of your config? I am still facing this issue

from kellnr.

tomus85 avatar tomus85 commented on July 22, 2024

This looks like an issue with the rust codebase implementation. I did a quick search on Google: link

Look like the codebase isn't picking up the params from the URL correctly

from kellnr.

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.