Advertisement
richez77

Untitled

May 8th, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. 402599 140524737693440 [2023-05-08 09:17:12,586] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/' [POST] common.server.version>
  2. 402599 140524737693440 [2023-05-08 09:17:12,587] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:17:12] "POST / HTTP/1.1" 200 -
  3. 402599 140524737693440 [2023-05-08 09:17:13,329] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  4. 402599 140524737693440 [2023-05-08 09:17:13,331] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE (("a"."ip_network" = \'10.8.0.6/32\') AND ("a"."create_date" >= \'2023-05-07T18:17:13.331001\'::timestamp))'
  5. 402599 140524737693440 [2023-05-08 09:17:13,336] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."cookie" AS "cookie", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."login" AS "login", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "res_user_device" AS "a" WHERE (("a"."login" = \'tintin\') AND ("a"."cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) ORDER BY "a"."id" ASC LIMIT 1'
  6. 402599 140524737693440 [2023-05-08 09:17:13,338] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE ((("a"."login" = \'tintin\') AND ("a"."device_cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) AND ("a"."create_date" >= \'2023-05-07T18:17:13.338505\'::timestamp))'
  7. 402599 140524737693440 [2023-05-08 09:17:13,341] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."db_id" AS "db_id", "a"."fs_id" AS "fs_id", "a"."fs_values" AS "fs_values", "a"."model" AS "model", "a"."module" AS "module", "a"."noupdate" AS "noupdate", "a"."values" AS "values", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_model_data" AS "a" WHERE (("a"."module" = \'res\') AND ("a"."fs_id" = \'msg_user_password\')) ORDER BY "a"."id" ASC LIMIT 1'
  8. 402599 140524737693440 [2023-05-08 09:17:13,344] DEBUG trytond.backend.postgresql.database b'SELECT "a"."write_date" AS "write_date", "a"."db_id" AS "db_id", "a"."id" AS "id" FROM "ir_model_data" AS "a" WHERE (("a"."id" IN (712)))'
  9. 402599 140524737693440 [2023-05-08 09:17:13,346] DEBUG trytond.backend.postgresql.database b'SELECT "a"."text" AS "text", "a"."write_date" AS "write_date", "a"."id" AS "id" FROM "ir_message" AS "a" WHERE (("a"."id" IN (125)))'
  10. 402599 140524737693440 [2023-05-08 09:17:13,348] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."fuzzy" AS "fuzzy", "a"."lang" AS "lang", "a"."module" AS "module", "a"."name" AS "name", "a"."overriding_module" AS "overriding_module", "a"."res_id" AS "res_id", "a"."src" AS "src", "a"."type" AS "type", "a"."value" AS "value", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_translation" AS "a" WHERE (("a"."lang" = \'en\') AND ("a"."type" = \'model\') AND ("a"."name" = \'ir.message,text\') AND ("a"."value" != \'\') AND ("a"."value" IS NOT NULL) AND ("a"."res_id" IN (125)) AND (("a"."fuzzy" = false) OR ("a"."fuzzy" IS NULL))) ORDER BY "a"."id" ASC'
  11. 402599 140524737693440 [2023-05-08 09:17:13,353] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  12. Traceback (most recent call last):
  13. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  14. return endpoint(request, **request.view_args)
  15. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  16. return methods.get(request.rpc_method, _dispatch)(
  17. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 53, in login
  18. session = security.login(
  19. File "/srv/tryton/6.7/trytond/trytond/security.py", line 33, in login
  20. user_id = User.get_login(loginname, parameters)
  21. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 701, in get_login
  22. user_ids.add(func(login, parameters))
  23. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 744, in _login_password
  24. raise LoginException('password', msg, type='password')
  25. trytond.exceptions.LoginException: ('LoginException', ('password', 'Password for tintin', 'password'))
  26. 402599 140524737693440 [2023-05-08 09:17:13,355] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:17:13] "POST /tryton_dev/ HTTP/1.1" 200 -
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement