Advertisement
Guest User

Untitled

a guest
Apr 26th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 15918 139905594136320 [2023-04-26 14:11:00,958] INFO werkzeug 172.16.2.36 - - [26/Apr/2023 14:11:00] "POST /tryton_preciball_stock_66/bus HTTP/1.1" 401 -
  2. 15918 139905594136320 [2023-04-26 14:11:08,971] INFO trytond.wsgi <JSONRequest None@172.16.2.36 'http://172.16.99.119:8000/tryton_preciball_stock_66/bus' [POST]>
  3. 15918 139905594136320 [2023-04-26 14:11:08,973] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."key" AS "key", "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_session" AS "a" WHERE (("a"."create_uid" IS NULL) AND true) ORDER BY "a"."id" ASC'
  4. 15918 139905594136320 [2023-04-26 14:11:08,976] ERROR trytond.security session failed for 'None' from '172.16.2.36' on database 'tryton_preciball_stock_66'
  5. 15918 139905594136320 [2023-04-26 14:11:08,976] DEBUG trytond.wsgi Exception when processing <JSONRequest None@172.16.2.36 'http://172.16.99.119:8000/tryton_preciball_stock_66/bus' [POST]>
  6. Traceback (most recent call last):
  7. File "/home/tryton/.local/lib/python3.9/site-packages/trytond/wsgi.py", line 119, in dispatch_request
  8. return endpoint(request, **request.view_args)
  9. File "/home/tryton/.local/lib/python3.9/site-packages/trytond/wsgi.py", line 92, in auth_required
  10. abort(http.client.UNAUTHORIZED, response=response)
  11. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 876, in abort
  12. _aborter(status, *args, **kwargs)
  13. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 861, in __call__
  14. raise self.mapping[code](*args, **kwargs)
  15. werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
  16. 15918 139905594136320 [2023-04-26 14:11:08,977] INFO werkzeug 172.16.2.36 - - [26/Apr/2023 14:11:08] "POST /tryton_preciball_stock_66/bus HTTP/1.1" 401 -
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement