Git Product home page Git Product logo

Comments (3)

buaazp avatar buaazp commented on July 24, 2024

Need more log. Please set log level at debug level and post the related logs to me.

from zimg.

weiliangwei avatar weiliangwei commented on July 24, 2024
2015/01/24 02:51:51:389148 [DEBUG] ============post_request_cb() DONE!===============
2015/01/24 02:51:52:289019 [DEBUG] Method: 2
2015/01/24 02:51:52:289188 [DEBUG] evblen = 4365752
2015/01/24 02:51:52:294174 [DEBUG] rmblen = 4365752
2015/01/24 02:51:52:294251 [DEBUG] Begin to Save Image...
2015/01/24 02:51:52:294297 [DEBUG] Begin to Caculate MD5...
2015/01/24 02:51:52:315560 [DEBUG] md5: bc28b588de9b62973beeeeb36c2764ff
2015/01/24 02:51:52:321705 [DEBUG] key: bc28b588de9b62973beeeeb36c2764ff is not exist!
2015/01/24 02:51:52:321813 [DEBUG] exist_db not found. Begin to Save File.
2015/01/24 02:51:52:770086 [DEBUG] Failed to execute save [bc28b588de9b62973beeeeb36c2764ff] to ssdb.
2015/01/24 02:51:52:770220 [DEBUG] save_img_db failed.
2015/01/24 02:51:52:770269 [DEBUG] Image Save Failed!
2015/01/24 02:51:52:770311 [ERROR] 192.168.1.17 fail post save
2015/01/24 02:51:52:770356 [DEBUG] post_error_list[0]: Internal error.
2015/01/24 02:51:52:770475 [DEBUG] ret_str_unformat: {"ret":false,"error":{"code":0,"message":"Internal error."}}
2015/01/24 02:51:52:770565 [DEBUG] ============post_request_cb() ERROR!===============
2015/01/24 02:51:53:875783 [DEBUG] Method: 2
2015/01/24 02:51:53:875918 [DEBUG] evblen = 4234265
2015/01/24 02:51:53:880753 [DEBUG] rmblen = 4234265
2015/01/24 02:51:53:880828 [DEBUG] Begin to Save Image...
2015/01/24 02:51:53:880873 [DEBUG] Begin to Caculate MD5...
2015/01/24 02:51:53:901451 [DEBUG] md5: 4221cc63b2add09eb27ff420013e2553
2015/01/24 02:51:53:921534 [DEBUG] key: 4221cc63b2add09eb27ff420013e2553 is not exist!
2015/01/24 02:51:53:921644 [DEBUG] exist_db not found. Begin to Save File.
2015/01/24 02:51:54:051808 [DEBUG] Succeed to save [4221cc63b2add09eb27ff420013e2553] to ssdb. length = [4234265].
2015/01/24 02:51:54:051926 [DEBUG] save_img_db succ.
2015/01/24 02:51:54:051976 [INFO] 192.168.1.17 succ post pic:4221cc63b2add09eb27ff420013e2553 size:4234265
2015/01/24 02:51:54:052039 [DEBUG] ret_str_unformat: {"ret":true,"info":{"md5":"4221cc63b2add09eb27ff420013e2553","size":4234265}}
2015/01/24 02:51:54:052116 [DEBUG] ============post_request_cb() DONE!=============== 

from zimg.

buaazp avatar buaazp commented on July 24, 2024

Seems like redisCommand() execute failed.

Modify the code in src/zdb.cat line:406 to this:

LOG_PRINT(LOG_DEBUG, "Failed to execute save [%s] to ssdb: %s", cache_key, r->str);

This code will dispaly the error message of redisCommand to debug log. I need the log to find out what happend.

from zimg.

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.