Giter VIP home page Giter VIP logo

Comments (5)

StecklerCircuits avatar StecklerCircuits commented on July 30, 2024 1

well, that was enough to get me to start poking around.
one thing that was helpful was the logfiles from Docker (for windows) the log files showed me that there might be a proxy running. so i went and started looking for other IP addresses in different places.
So at least it connects now! using the proxy line.
maybe someone else can explain all the "whys" here...
now on to figuring out the category sync problem.

image

from ki-ntree.

StecklerCircuits avatar StecklerCircuits commented on July 30, 2024

any debug steps, or things to check here?

from ki-ntree.

T0jan avatar T0jan commented on July 30, 2024

The culprit most likely is, that your system doesn't have the right name resolution for the localhost address. Try if it works if you change it to the localhost IP (127.0.0.1) plus port you made the server listen to.

For a more detailed debug output you can also open a python console and run following short code:

import requests
url = 'http://inventree.localhost'
response = requests.get(url, timeout=10)

from ki-ntree.

T0jan avatar T0jan commented on July 30, 2024

I never thought the proxy feature would be used for a localhost server but glad it helps 😅

As for why it is running through a proxy: no idea, that's a docker configuration thing.

now on to figuring out the category sync problem.

if you can established the connection to the server it should work. Depending on how many categories you have it may take a few minutes. You also need to make sure the user you use for Ki-nTree can actually see the categories.

If you have any error messages or other problems feel free to post them here.

from ki-ntree.

eeintech avatar eeintech commented on July 30, 2024

That's a weird one! I'm not a network expert myself but glad the proxy feature kicked-in to save the day. Do you mind if we close this issue?

from ki-ntree.

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.