Coder Social home page Coder Social logo

Install error~ about fuddly HOT 6 CLOSED

k0retux avatar k0retux commented on September 27, 2024
Install error~

from fuddly.

Comments (6)

k0retux avatar k0retux commented on September 27, 2024

Hi,

Can you provide me with:

  • fuddly version you are using (or the commit ID)
  • OS info
  • python version
  • sqlite version

from fuddly.

einai avatar einai commented on September 27, 2024

Yes!

  1. fuddly version
    release-0.26

  2. OS info (Centos 7, uname -a info)
    Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

  3. python version
    Python 2.7.5

  4. sqlite3 version
    3.7.17

Thx.

from fuddly.

k0retux avatar k0retux commented on September 27, 2024

When you say that it is during fuddly installation, do you mean that it is when you run "fuddly_shell.py" for the first time (when it creates the "fuddly_data" directory and the database)?
I was not able to reproduce your error which seems to be related to an incorrect SQL syntax in the file "framework/fmk_db.sql". Maybe your file is corrupted.
Can you try to see what happens when you remove the "fuddly_data" directory in order for fuddly to create it again with the database?

from fuddly.

einai avatar einai commented on September 27, 2024

Exactly right. I mean when I run "fuddly_shell.py" for the first time.
I removed that directory, then run the file again but the result is the same.

This is full error message below after I interrupted using Ctrl+C .

Exception in thread db_handler:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/fuddly/framework/database.py", line 181, in _sql_handler
cursor.executescript(fmk_db_sql)
OperationalError: near "AS": syntax error

^CTraceback (most recent call last):
File "fuddly_shell.py", line 29, in
fmk = FmkPlumbing()
File "/home/fuddly/framework/plumbing.py", line 259, in init
ok = self.fmkDB.start()
File "/home/fuddly/framework/database.py", line 293, in start
self._thread_initialized.wait(0.1)
File "/usr/lib64/python2.7/threading.py", line 621, in wait
self.__cond.wait(timeout, balancing)
File "/usr/lib64/python2.7/threading.py", line 361, in wait
_sleep(delay)
KeyboardInterrupt

Can you tell me that the environment that you tested?

thx.

from fuddly.

k0retux avatar k0retux commented on September 27, 2024

Can you provide me with the sha1 of your "framework/fmk_db.sql"?
By the way, further to your issue, I tested with python 2.7.13 and python 3.5.3 with sqlite 3.16.2, and everything works as expected.

from fuddly.

k0retux avatar k0retux commented on September 27, 2024

I assume the problem has been fixed on your side, given you didn't answer to my last comment.
Feel free to reopen it if it's not the case.

from fuddly.

Related Issues (4)

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.