Giter Site home page Giter Site logo

Comments (25)

huizhilu avatar huizhilu commented on August 15, 2024 8

for No handlers could be found for logger "turkic.geolocation"

Solved: run turkic within the vatic folder: /path/to/vatic

from vatic.

qgicup avatar qgicup commented on August 15, 2024 4

@sarasourette Have you fixed the last error, regarding ERROR! HTTP Error 403: Forbidden ?

It seems that the Apache server is not able to access my folder that I listed as document root, hence, you have to add the following directive :

 <Directory /home/myuser/vatic/public>
                Options Indexes FollowSymLinks
                AllowOverride All
                Require all granted
        </Directory>

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024 1

@sharathchandra92
OK. So this has nothing to do with ipinfodb at all. In fact, it has to do with the dependencies. For @tjusxh, it just happened to be PIL. Please ensure the following dependencies are satisfied. I am just pasting here my python packages:
Cython (0.20)
munkres (1.0.7)
MySQL-python (1.2.5)
numpy (1.9.2)
parsedatetime (1.4)
PIL (1.1.7)
pip (6.1.1)
pyvision (0.3.1)
setuptools (15.0)
SQLAlchemy (1.0.0)
turkic (0.2.5)
wsgilog (0.3)

The best solution of course is to display more informative error messages.
Update: The turkic statuc --verify command has to be run from inside the vatic folder.

from vatic.

sharathchandra92 avatar sharathchandra92 commented on August 15, 2024

Any way to correct this?

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

Hi Sharath,

I have the API key from ipinfodb which I have included into config.py. Still I get the same error.

turkic status --verify
No handlers could be found for logger "turkic.geolocation"
Error: Unknown action status

I am also trying to install vatic since yesterday (just for offline use and not with Mturk) and facing a lot of issues. Please update here if you manage to solve the issue.

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

I come across the question.I try to get a account about ipinfodb,But I can't select the region and city.

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

@tjusxh : so log a ticket with ipinfodb then.

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

@mbakthav When I open http://ipinfodb.com/register.php. I can't select Region Name and City Name.So I can't register successful.

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

@mbakthav maybe you configuration error before step.

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

@tjusxh : If you are having issues with ipinfodb, you should send an email to them and not open an issue here. "maybe you configuration error before step." - like what?

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

I solve the question.Despite I don't register the ipinfodb.you maybe config error before.

发自我的 iPhone

在 2015年4月20日,17:26,mbakthav [email protected] 写道:

@tjusxh : If you are having issues with ipinfodb, you should send an email to them and not open an issue here. "maybe you configuration error before step." - like what?


Reply to this email directly or view it on GitHub.

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

@tjusxh : can you copy and paste the contents of your config.py file please?

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

I don't change anything in config.py.I come across question because i config error before.

发自我的 iPhone

在 2015年4月20日,17:31,mbakthav [email protected] 写道:

@tjusxh : can you copy and paste the contents of your config.py file please?


Reply to this email directly or view it on GitHub.

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

so what was your config error and how did you solve it?

from vatic.

tjusxh avatar tjusxh commented on August 15, 2024

My question occurs when sudo easy_install -U pil,I solve through
http://www.cnblogs.com/free--coder/archive/2012/09/12/2681361.html
http://blog.csdn.net/Cryhelyxx/article/details/22584487

from vatic.

harkmug avatar harkmug commented on August 15, 2024

I get a similar message when I try to use extract
turkic extract tmp.mp4 folder/
No handlers could be found for logger "turkic.geolocation"
Error: Unknown action extract

I checked the python packages mentioned above and they all seem OK.

When I ran:
turkic status --verify
Configuration:
Sandbox: True
Database: ...
Localhost: ...
Testing access to Amazon Mechanical Turk... ERROR! Signature or access key missing
Testing access to database server... OK
Testing access to web server... ERROR! HTTP Error 503: Service Unavailable
One or more tests FAILED!

However, I am trying to run vatic locally and when I go the localhost URL, I can see the "welcome to vatic" index page showing up. So the web server seems to be running as well.

Any help would be appreciated. Thanks!

from vatic.

manisoftwartist avatar manisoftwartist commented on August 15, 2024

503 means that your web server is unable to handle the request sent to it. Please check your Apache log files

from vatic.

harkmug avatar harkmug commented on August 15, 2024

Thanks, the turkic extract command works for me when executed from within the vatic folder.

from vatic.

sarasourette avatar sarasourette commented on August 15, 2024

I get a similar error when I try to execute turkic setup --database
./home/sara# turkic setup --database
No handlers could be found for logger "turkic.geolocation"
Error: Unknown action setup
and when I try to execute turkic status --verify
No handlers could be found for logger "turkic.geolocation"
Error: Unknown action status
any soution ????

from vatic.

sarasourette avatar sarasourette commented on August 15, 2024

I get this error also
Testing access to Amazon Mechanical Turk... ERROR! Signature or access key missing
Testing access to database server... ERROR! (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'root'@'localhost' (using password: YES)")
OK
Testing access to web server... ERROR! HTTP Error 403: Forbidden

One or more tests FAILED!

from vatic.

sarasourette avatar sarasourette commented on August 15, 2024

thnaks pkuwm its works within vatic folder buts now I get this error
I get this error also
Testing access to Amazon Mechanical Turk... ERROR! Signature or access key missing
Testing access to database server... ERROR! (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'root'@'localhost' (using password: YES)")
OK
Testing access to web server... ERROR! HTTP Error 403: Forbidden

One or more tests FAILED!

from vatic.

sarasourette avatar sarasourette commented on August 15, 2024

I have solved the error by configurate Mysql Server niw I have another error
Localhost: http://localhost/

Testing access to Amazon Mechanical Turk... ERROR! Signature or access key missing
Testing access to database server... OK
Testing access to web server... ERROR! HTTP Error 403: Forbidden

One or more tests FAILED!

from vatic.

tylerbuchman avatar tylerbuchman commented on August 15, 2024

turkic setup --database

Im having the error when I try tto setup the database 'Access denied for user 'root'@'localhost' (using password: NO)'

has anyone solved this?

from vatic.

uzbhutta avatar uzbhutta commented on August 15, 2024

@qgicup I put the directive at the top of my 000-default.conf file but I am still getting ERROR! HTTP Error 403: Forbidden for "Testing access to web server". My 000-default.conf file looks like this:

<Directory my//path/to/vatic/public>
               Options Indexes FollowSymLinks
               AllowOverride All
               Require all granted
       </Directory>

<VirtualHost *:80>
   ServerName localhost:8080

   ServerAdmin webmaster@localhost
     
   DocumentRoot my//path/to/vatic/public

   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

from vatic.

carltondaniel avatar carltondaniel commented on August 15, 2024

https://glentimemaker.github.io/Install-and-Use-Vatic-Annotation-Tool/

if your using the above link i also faced the same issue of
"No handlers could be found for logger "turkic.geolocation" turkic setup --database"

This is because of following step

"DATA_DIR=pwd/data/
mkdir -p $DATA_DIR"

all you have to do is replace the pwd with that

"DATA_DIR=pwd/data/
mkdir -p $DATA_DIR"

of the local system path or host where your video is stored and not the docker since ,the following command creates a virtual port or link to the local system from the docker (DATA_DIR).

docker run -it -p 8080:80 -v $DATA_DIR:/home/vagrant/vagrant_data jldowns/vatic-docker-contrib:0.1

from vatic.

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.