Giter Club home page Giter Club logo

Comments (9)

davebshow avatar davebshow commented on September 26, 2024 1

This fix has not yet been released. You can install Goblin from github for the time being:

$ pip install git+https://github.com/davebshow/goblin.git

from goblin.

davebshow avatar davebshow commented on September 26, 2024

Hi @jbkoh. I am currently out of the country with little to no internet connection. I will be back this weekend and will look into this issue.

from goblin.

jbkoh avatar jbkoh commented on September 26, 2024

@davebshow that will work. Thank you!

from goblin.

davebshow avatar davebshow commented on September 26, 2024

This is a bug introduced in the last refactor. Working on a fix now.

from goblin.

davebshow avatar davebshow commented on September 26, 2024

This should be fixed on master. Please install from github and verify.

$ pip install git+https://github.com/davebshow/goblin.git

from goblin.

davebshow avatar davebshow commented on September 26, 2024

@jbkoh Is this working for you now? I am preparing for a release and would like to be able to close this issue.

from goblin.

jbkoh avatar jbkoh commented on September 26, 2024

Sorry I couldn't find time to revisit this issue. I will try tonight and let you know. (Or I can close after test it by myself.)

from goblin.

jbkoh avatar jbkoh commented on September 26, 2024

It works perfectly right now. Thanks for the fix.

from goblin.

StanYaha avatar StanYaha commented on September 26, 2024

@davebshow
hi,my golblin version is 2.0.0, but i encounter the same problem.
Have you fixed this bug in goblin(2.0.0)?

I failed when i

  pip install git+https://github.com/davebshow/goblin.git
[root@Master graph]# pip install git+https://github.com/davebshow/goblin.git
Collecting git+https://github.com/davebshow/goblin.git
  Cloning https://github.com/davebshow/goblin.git to /tmp/pip-rvk8v5as-build
  Error [Errno 2] No such file or directory: 'git' while executing command git clone -q https://github.com/davebshow/goblin.git /tmp/pip-rvk8v5as-build
Cannot find command 'git'
Traceback (most recent call last):
  File "/usr/local/python36/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/python36/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/python36/lib/python3.6/site-packages/flask/app.py", line 1517, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/python36/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/usr/local/python36/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/python36/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "stan.py", line 109, in del_vertex
    loop.run_until_complete(delvertex(id_number))
  File "/usr/local/python36/lib/python3.6/asyncio/base_events.py", line 466, in run_until_complete
    return future.result()
  File "stan.py", line 80, in delvertex
    await session.remove_vertex(vertex)
  File "/usr/local/python36/lib/python3.6/site-packages/goblin/session.py", line 281, in remove_vertex
    vertex = self.current.pop(hashable_id)
  File "/usr/local/python36/lib/python3.6/weakref.py", line 240, in pop
    o = self.data.pop(key)()
KeyError: 3338352

from goblin.

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.