169 похожих чатов

ПОдскажите плз почему так происходит? Когда делаю запрос через RN

ошибка через PostMan все норм

7 ответов

11 просмотров
Andrey-Sorokin Автор вопроса

[Mon Oct 05 2020 13:35:26.219] LOG ERRRRROOOOOOOOOR!!!!! queryOrders [SyntaxError: JSON Parse error: Unrecognized token '<']

Andrey-Sorokin Автор вопроса
Andrey Sorokin
[Mon Oct 05 2020 13:35:26.219] LOG ERRRRROOO...

[ { "id": 1, "start_date": "20.09.2002", "executor_id": null, "service_id": null, "client_id": 28, "point_id": 11, "status": "werwr", "end_date": "None", "create_date": "02.10.2020" }, { "id": 2, "start_date": "05.10.2020", "executor_id": 1, "service_id": 1, "client_id": 19, "point_id": 17, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" }, { "id": 3, "start_date": "05.10.2020", "executor_id": null, "service_id": 1, "client_id": 19, "point_id": 17, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" }, { "id": 4, "start_date": "05.10.2020", "executor_id": null, "service_id": 4, "client_id": 28, "point_id": 9, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" }, { "id": 5, "start_date": "05.10.2020", "executor_id": null, "service_id": 5, "client_id": 28, "point_id": 9, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" }, { "id": 6, "start_date": "05.10.2020", "executor_id": null, "service_id": 6, "client_id": 28, "point_id": 9, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" }, { "id": 7, "start_date": "05.10.2020", "executor_id": null, "service_id": 6, "client_id": 28, "point_id": 9, "status": "", "end_date": "05.10.2020", "create_date": "05.10.2020" } ]

Andrey-Sorokin Автор вопроса
Andrey Sorokin
[ { "id": 1, "start_date": "20...

что ему не нравиться?)

Andrey Sorokin
что ему не нравиться?)

А можно ответ без парсинга в json?

Andrey-Sorokin Автор вопроса
Пользователь 63caf
А можно ответ без парсинга в json?

v1/codeagain </li> <li> iremember/ v1/relationsget </li> <li> iremember/ v1/servicesget </li> <li> iremember/ v1/ordersget/&lt;int:pk_client&gt; </li> <li> iremember/ v1/orderget/&lt;int:index&gt; </li> <li> iremember/ v1/ordercreate </li> <li> iremember/ v1/orderstatus/&lt;int:index&gt; </li> <li> freshgirls/ </li> </ol> <p> The current path, <code>iremember/v1/ordersget</code>, didn't match any of these. </p> </div> <div id="explanation"> <p> You're seeing this error because you have <code>DEBUG = True</code> in your Django settings file. Change that to <code>False</code>, and Django will display a standard 404 page. </p> </div> </body> </html>

Andrey-Sorokin Автор вопроса
Пользователь 63caf
А можно ответ без парсинга в json?

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Page not found at /iremember/v1/ordersget</title> <meta name="robots" content="NONE,NOARCHIVE"> <style type="text/css"> html * { padding:0; margin:0; } body * { padding:10px 20px; } body * * { padding:0; } body { font:small sans-serif; background:#eee; color:#000; } body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; margin-bottom:.4em; } h1 span { font-size:60%; color:#666; font-weight:normal; } table { border:none; border-collapse: collapse; width:100%; } td, th { vertical-align:top; padding:2px 3px; } th { width:12em; text-align:right; color:#666; padding-right:.5em; } #info { background:#f6f6f6; } #info ol { margin: 0.5em 4em; } #info ol li { font-family: monospace; } #summary { background: #ffc; } #explanation { background:#eee; border-bottom: 0px none; } </style> </head> <body> <div id="summary"> <h1>Page not found <span>(404)</span></h1> <table class="meta"> <tr> <th>Request Method:</th> <td>GET</td> </tr> <tr> <th>Request URL:</th> <td>https://ghostnoop.digital/iremember/v1/ordersget</td> </tr> </table> </div> <div id="info"> <p> Using the URLconf defined in <code>myproject.urls</code>, Django tried these URL patterns, in this order: </p> <ol> <li> [name='index'] </li> <li> admin/ </li> <li> grappelli/ </li> <li> api/ </li> <li> way/ </li> <li> articles/ </li> <li> forbot </li> <li> iremember/ custom_auth </li> <li> iremember/ v1/getpoint/&lt;int:index&gt; </li> <li> iremember/ v1/getpoints/&lt;int:pk_client&gt; </li> <li> iremember/ v1/createpoint </li> <li> iremember/ v1/updatepoint/&lt;int:index&gt; </li> <li> iremember/ v1/pointsfilter </li> <li> iremember/ v1/getclient/&lt;int:index&gt; </li> <li> iremember/ v1/createclient </li> <li> iremember/ v1/signinclient </li> <li> iremember/ v1/codeclientconfirm </li> <li> iremember/

Andrey Sorokin
v1/codeagain ...

обойдемся без простыней

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Карта сайта