Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres rpc call errrors #2390

Open
zhaojunfeng opened this issue Mar 30, 2024 · 2 comments
Open

postgres rpc call errrors #2390

zhaojunfeng opened this issue Mar 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zhaojunfeng
Copy link

What happened?

supabase: 1.149.4
quivr: v0.0.227

New deployment~

postgres error logs here:

n cancel request did not match any process
2024-03-30T01:58:39.575889645Z 172.19.0.6 2024-03-30 01:58:39.575 UTC [3927] [unknown]@[unknown] LOG: PID 2991 in cancel request did not match any process
2024-03-30T01:59:45.633833143Z 2024-03-30 01:59:45.633 UTC [10] LOG: server process (PID 3953) was terminated by signal 4: Illegal instruction
2024-03-30T01:59:45.633883348Z 2024-03-30 01:59:45.633 UTC [10] DETAIL: Failed process was running: WITH pgrst_source AS (SELECT "pgrst_call".* FROM (SELECT $1 AS json_data) pgrst_payload, LATERAL (SELECT CASE WHEN json_typeof(pgrst_payload.json_data) = 'array' THEN pgrst_payload.json_data ELSE json_build_array(pgrst_payload.json_data) END AS val) pgrst_uniform_json, LATERAL (SELECT "query_embedding", "match_count", "p_user_id" FROM json_to_recordset(pgrst_uniform_json.val) AS _("query_embedding" public.vector, "match_count" integer, "p_user_id" uuid) LIMIT 1) pgrst_body , LATERAL "public"."match_brain"("query_embedding" := pgrst_body."query_embedding", "match_count" := pgrst_body."match_count", "p_user_id" := pgrst_body."p_user_id") pgrst_call) SELECT null::bigint AS total_result_set, pg_catalog.count(_postgrest_t) AS page_total, coalesce(json_agg(_postgrest_t), '[]') AS body, nullif(current_setting('response.headers', true), '') AS response_headers, nullif(current_setting('response.status', true), '') AS response_status, '' AS response_inserted FROM (SELECT "record".* FROM "pgrst_source" AS "record"
2024-03-30T01:59:45.633902472Z 2024-03-30 01:59:45.633 UTC [10] LOG: terminating any other active server processes
2024-03-30T01:59:45.637535397Z 172.19.0.7 2024-03-30 01:59:45.637 UTC [3987] authenticator@postgres FATAL: the database system is in recovery mode
2024-03-30T01:59:45.637728815Z 172.19.0.7 2024-03-30 01:59:45.637 UTC [3988] authenticator@postgres FATAL: the database system is in recovery mode
2024-03-30T01:59:45.640194219Z 2024-03-30 01:59:45.640 UTC [10] LOG: all server processes terminated; reinitializing
2024-03-30T01:59:45.764674289Z 2024-03-30 01:59:45.764 UTC [3989] LOG: database system was interrupted; last known up at 2024-03-30 01:58:38 UTC
2024-03-30T01:59:45.765554810Z 172.19.0.8 2024-03-30 01:59:45.765 UTC [3992] supabase_storage_admin@postgres FATAL: the database system is in recovery mode
2024-03-30T01:59:45.811266962Z 2024-03-30 01:59:45.811 UTC [3989] LOG: database system was not properly shut down; automatic recovery in progress
2024-03-30T01:59:45.844150680Z 2024-03-30 01:59:45.843 UTC [3989] LOG: redo starts at 0/1CFDB58
2024-03-30T01:59:45.844597874Z 2024-03-30 01:59:45.844 UTC [3989] LOG: invalid record length at 0/1D00A20: wanted 24, got 0
2024-03-30T01:59:45.844630510Z 2024-03-30 01:59:45.844 UTC [3989] LOG: redo done at 0/1D009E8 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
2024-03-30T01:59:45.942909290Z 2024-03-30 01:59:45.942 UTC [3990] LOG: checkpoint starting: end-of-recovery immediate wait
2024-03-30T01:59:46.101318082Z 2024-03-30 01:59:46.101 UTC [3990] LOG: checkpoint complete: wrote 7 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.003 s, sync=0.068 s, total=0.192 s; sync files=6, longest=0.048 s, average=0.012 s; distance=11 kB, estimate=11 kB
2024-03-30T01:59:46.143784959Z 2024-03-30 01:59:46.143 UTC [10] LOG: database system is ready to accept connections
2024-03-30T01:59:46.146045265Z 2024-03-30 01:59:46.145 UTC [3995] LOG: TimescaleDB background worker launcher connected to shared catalogs
2024-03-30T01:59:46.160735581Z 2024-03-30 01:59:46.160 UTC [3997] LOG: pg_cron scheduler started
2024-03-30T01:59:46.574284096Z 172.19.0.6 2024-03-30 01:59:46.574 UTC [4001] [unknown]@[unknown] LOG: PID 3922 in cancel request did not match any process
2024-03-30T01:59:46.575536625Z 172.19.0.6 2024-03-30 01:59:46.575 UTC [4002] [unknown]@[unknown] LOG: PID 3921 in cancel request did not match any process
2024-03-30T01:59:46.576857056Z 172.19.0.6 2024-03-30 01:59:46.576 UTC [4003] [unknown]@[unknown] LOG: PID 3920 in cancel request did not match any process
2024-03-30T01:59:47.573494021Z 172.19.0.6 2024-03-30 01:59:47.573 UTC [4010] [unknown]@[unknown] LOG: PID 3929 in cancel request did not match any process
2024-03-30T01:59:47.573937318Z 172.19.0.6 2024-03-30 01:59:47.573 UTC [4011] [unknown]@[unknown] LOG: PID 3928 in cancel request did not match any process

Relevant log output

No response

Twitter / LinkedIn details

No response

@zhaojunfeng zhaojunfeng added the bug Something isn't working label Mar 30, 2024
Copy link

dosubot bot commented Mar 30, 2024

Hey @zhaojunfeng, welcome back to the quivr frontier! 🚀 Ready for another round of troubleshooting? 😜

Based on the context provided, here are some steps you can take to troubleshoot and resolve the PostgreSQL errors you're encountering:

  1. Cancel Request Did Not Match Any Process: This error typically indicates an attempt to cancel a query that has already completed or does not exist. It's often benign but can be indicative of client-side issues where queries are being canceled unexpectedly. Ensure that your application logic is correctly handling query cancellations and timeouts. Additionally, check for network issues that might be causing premature disconnections or cancellations.

  2. Illegal Instruction Signal Terminations: This error suggests that the PostgreSQL process is executing an instruction that the CPU cannot understand, which could be due to a corrupt binary or an incompatibility issue. To resolve this, ensure that your PostgreSQL binaries are correctly installed and not corrupted. Consider reinstalling PostgreSQL or using a different version that is compatible with your hardware. Also, verify that your server's CPU architecture matches the PostgreSQL binaries.

  3. Recovery Mode Entries: PostgreSQL enters recovery mode if it detects inconsistencies in the database during startup, often after an improper shutdown or a hardware failure. Check the PostgreSQL logs for specific errors leading to recovery mode. Ensure that your database files are not corrupted. In cases of corruption, you might need to restore from a backup. Regularly backing up your database and testing your backup and recovery process can mitigate the impact of such issues.

  4. Invalid Record Lengths in the Logs: This error can occur due to corruption within your database files, leading to inconsistencies in the data pages. To address this, you can:

    • Use the pg_dump tool to export your database data, create a new database, and import the data back. This process can help filter out corrupted data during the dump and restore process.
    • Run REINDEX on affected tables or the entire database. This can sometimes resolve issues related to index corruption.
    • Use the pg_repair tool (if available) to attempt fixing the corrupted files. Note that this tool might not be available in all PostgreSQL distributions.
    • As a last resort, restore the database from a backup if the corruption is extensive and cannot be resolved through other means.

Ensure that you have proper monitoring and alerting in place to detect such issues early. Regularly update your PostgreSQL and Supabase installations to the latest stable versions to benefit from fixes and improvements. Always test updates in a staging environment before applying them to production.

Regarding the quivr codebase, it includes specific PostgreSQL configurations that could potentially lead to reported errors, particularly due to the extensive use of revoke statements and the dropping of tables and constraints. These configurations, if not carefully managed and aligned with the application's access patterns and security requirements, could lead to a range of errors from permission denials to data integrity issues and unexpected application behavior. You can find more details about these configurations in the supabase/migrations/20240107231636_policies.sql file.

As for known issues in the quivr repository related to PostgreSQL that could be causing these errors, I wasn't able to find any. However, it's possible that there may be a better answer I wasn't able to find. If you have more information or specific error messages, please provide them so I can assist you better.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@zhaojunfeng
Copy link
Author

curl -X POST 'http://192.168.1.84:54321/rest/v1/rpc/match_brain' \

-d '{ "match_count": 35, "p_user_id": "39418e3b-0258-4452-af60-7acfcc1263ff", "query_embedding": [-0.025159805166666355, -0.019511415479871657, -0.027937702100364448, -0.031006614998642216, -0.024736506000890526, 0.02762022726037127, -0.012619587171162978, -0.008446128448746383, -0.017566888371341082, -0.008353531698025258, 0.0325410714477811, 0.004289204427987348, -0.02465713868787615, -0.0006155190306660597, 0.014154043620301862, -0.0016030776961920262, 0.03952549930117874, 0.002136334630334241, 0.027091103768812793, -0.012467464004358457, -0.021045871929010543, 0.008962023433920724, 0.00837998777947092, -0.0032359186004257494, -0.005370599900292627, -0.00960358457313131, 0.01119095411648413, -0.0015377641578115516, 0.003525282864352634, -0.023268190221027104, 0.006838916611478661, -0.007850864287912443, -0.023903138038368233, -0.008922338846090923, 0.006871986480455086, -0.013730745385848647, 0.00956390091662412, -0.014154043620301862, 0.022051206749236173, -0.01056923480552714, 0.003386387971101599, -0.014617026442584877, 0.005373907026888661, -0.014921272776193917, -0.031853211467548645, 0.016310221243042964, -0.005499573646586212, -0.006571047739103387, -0.009735865911682235, 0.03465756541401501, 0.026416472294964476, 0.009153830257232431, -0.01968338047492977, -0.007996373201524893, -0.005747600225046585, -0.005704608976282057, -0.013585236472236197, 0.006127907210735272, 0.0008747066957267429, -0.03867890096962709, -0.00036129188087643816, 0.019048432657588644, -0.015437167761368257, 0.018744186323979603, -0.0002957715597722165, 0.01071474371913959, 0.019167485489755432, 0.003971730519316784, -0.004467783676237531, 0.02217025958140296, 0.025278857998833143, 0.017289099050500318, 0.00695135519045338, -0.018082783356515423, 0.019114573326864105, -0.010866865954621498, -0.007295285180569607, -0.005413591149057155, -0.014564114279693553, 0.0013476104321365552, 0.01583400991437581, -0.024987840171608242, -0.008399829607724514, 0.013280991069949769, 0.019021977507465593, 0.015066780758483755, -0.02165436459622862, 0.024035417514273936, -0.009702795577044503, -0.028995947220836177, -0.0017444528179747607, 0.018109238506638474, 0.008823127842177729, 0.024961383158839966, -0.021310434606112393, 0.00279939209241905, -0.015000641020530905, 0.03164156281598334, -0.0018304353155038176, -0.008161723943390937, -0.001336862619945423, 0.013823342136569772, -0.0007486265687893613, -0.004018028894677347, -0.032488161147535, -0.00941839200301167, -0.012024323010329036, -0.007295285180569607, 0.023810540356324496, 0.010000427657461473, -0.005301152570082436, 0.026747173778696565, -0.0025100278284921652, -0.04452571080160295, -0.014881588188364117, -0.006614038987867916, -0.00520855581936131, -0.003707169006368198, -0.012222744086832812, -0.020662258282387127, 0.016839342871956216, 0.002222317127863298, 0.02681331444797203, -0.003611265361881691, 0.021971837573576573, 0.004295818215518111, -0.017381694869898833, -0.017037764879782605, 0.004553766173766587, -0.00641561791136414, 0.03367868574391243, 0.0037733094428130075, -0.0038427567730231985, -0.004497546418617921, -0.020490293287329014, 0.01935267899119768, -0.02142948743827918, 0.02502752382811543, -0.039737147952744044, -0.02689268362363163, -0.014445061447526764, 0.0326998097991003, -0.0003567447273260491, -0.003525282864352634, -0.023453383722469356, 0.008585023109166765, 0.013241306482119969, -0.0011185993659420734, 0.006547898784253759, -0.014392149284635438, 0.0008928953099282993, 0.0012111958838325458, 0.012282270502916207, -0.004368572672324336, 0.002063580173528016, 0.013638148635127521, -0.010264988471918101, 0.008413058114108652, -0.006752934113949604, -0.013155323984590912, -0.011931726259607912, 0.003158203686556126, 0.012619587171162978, -0.008770215679286405, -0.010556006299143002, 0.023162365895244456, 0.01768594120350787, 0.01678643070906489, -0.0013492639954345723, -0.0030325370668585747, 0.011548112612984496, 0.010999147293172425, -0.03526605808123309, 0.021204610280329744, 0.002600971015915274, 0.009722637405298098, 0.018188607682298075, 0.01597951789666565, -0.024154470346440724, -0.04153616521633956, -0.016151482891723763, 0.008518882439891302, 0.019405591154089005, 0.03844079530529351, -0.01264604325260864, 0.009246427007953556, 0.017024536373398468, 0.00974909348674376, 0.002614199056638105, -0.020887135440336567, 0.008816514520308273, 0.02240836524573654, 0.033731599769448985, -0.013294218645011294, -0.7035221145587427, -0.005760828265769417, 0.0265487536335154, 0.009279497342591288, 0.013611692553681859, 0.04849413605696892, 0.025040752334499566, 0.013208236147482238, -0.02251418957151919, 0.03785875965084371, 0.012659270827670165, 0.01758011687772522, 0.007262214845931876, -0.00927288308939922, 0.008823127842177729, 0.0008912418048379453, -0.0034955196563109373, -0.003219383665937537, 0.005992319676910924, 0.001987518822956409, -0.013148709731398844, 0.006786003982926029, -0.020053767477814274, 0.015344571010647132, 0.0045835289161469785, 0.002964743067115748, 0.016931940553999953, -0.007374653890567902, -0.012593130158394703, 0.02128397759334412, -0.013466183640069409, 0.005846810763298473, 0.007255601058401113, -0.004305739595306214, 0.039022830959743314, -0.0030904096868132986, 0.007797952125021117, 0.022659697553809026, 0.009259654583015081, 0.03981651526575842, -0.010661831556248266, -0.016865799884724492, 0.0036509497168808382, -0.0024256988942611257, 0.012315340837553939, 0.006207275920733567, -0.0013930820258481094, -0.000897855825199361, -0.0004018028720054357, -0.007685513546046397, 0.01494772885763958, 4.461892784228765e-05, -0.022223171744294286, 0.004901002824817543, 0.005142415615747154, -0.009921058481801874, 0.0161647113981079, -0.01812246701302261, 0.003918818356425459, 0.023678260880418796, 0.009510988753732796, -0.0025943567627232053, -0.016191168410876176, -0.007004267353344706, -0.014656711030414677, 0.0020288565084229204, -0.013770429973678448, -0.015000641020530905, -0.005863345930617339, 0.0031218264581530128, -0.003885748021787727, 0.014220184289577324, -0.01223597259321695, 0.003201194935320654, 0.01286430615736601, 0.026852998104479216, 0.019021977507465593, -0.015331342504262994, -0.006957968977984143, 0.009431619578073196, 0.004533923879851688, -0.00732174126201527, -0.015714957082209022, -0.013717516879464509, 0.03537188240701574, -0.015000641020530905, -0.024180927359208997, 0.003885748021787727, 0.0029184446917551853, 0.010549392045950933, 0.02783187591193657, 0.028704929393611276, 0.007348197343460932, -0.024987840171608242, -0.00384606366678858, 0.0009218317363209877, -0.02751440293458862, 0.009451462337649402, -0.0012616279346074984, -0.028043526426147096, -0.0025513655139586767, -0.0003573648135628055, -0.012950288654895068, -0.011812674358763734, 0.034419459749681434, 0.009967357322823743, -0.0243925760107743, 0.03926093662407689, 0.02605931379846411, -0.019074889670356917, -0.0040081075148892436, 0.006445381119405837, -0.00863793527205809, 0.012626200493032433, 0.009100918094341106, -0.026707490122189377, -0.004438020468195834, 0.01564881641293356, 0.022011523092728986, -0.026654577959298053, -0.006508214662085265, 0.0006415617794948813, 0.019021977507465593, -0.0039254321439562215, -0.0015749680514483464, 0.025781524477623347, 0.0010202154929238672, -0.007460636388096959, -0.018175379175913938, 0.009630040654576972, 0.01654832690737654, -0.002012321341104055, 0.007950075291825636, -0.014299552533914312, 0.01556944816859657, -0.02465713868787615, -0.002916791361287821, -0.022712609716700354, -0.002162790711779904, -0.005281310276167536, 0.004758801037801126, 0.0037237039408564102, -0.0074474078817128204, -0.005479731352671312, 0.00461659925078471, -0.011819287680633192, -0.006187433626818666, -0.006399082744045274, -0.0013889482340183929, 0.003168124833513576, 0.010556006299143002, 0.0031747388538749914, -0.004107318518802438, 0.01768594120350787, 0.0223951367393524, -0.016667377876898103, 0.007678899292854329, -0.012791552166221092, -0.023744399687049035, -0.008823127842177729, -0.007870707047488648, 0.014445061447526764, -0.02332110238391843, -0.0021892470260562197, -0.0079368467854415, -0.027196929957240667, 0.0037203970470910293, 0.010079795901798461, 0.005869959718148102, -0.04592788777483613, 0.025305313148956194, -0.020252187622995438, -0.02179987257851846, 0.014101131457410536, 0.019008749001081453, 0.004897696163882814, -0.011706849101658472, 0.004613292124188676, -0.00318962045789584, -0.013175165812844506, 0.008075741445861881, -0.004507467798406025, -0.008538724268144896, 0.006137828124862069, 0.02681331444797203, -0.0010045072236693367, 0.00593279326082753, 0.022659697553809026, -0.021561766914184884, 0.018704502667472415, 0.011997866928883374, 0.014167272126686, -0.014656711030414677, 9.331995910931288e-05, 0.01390271038090676, 0.002369479604773766, 0.0006837263048180644, 0.009616813079515446, 0.006131214337331306, 0.017328782707007506, 0.036297848051581774, -0.014220184289577324, 0.018400256333863375, -0.022249626894417337, -0.016283764230274687, -0.0266810331094211, -0.0036377214433273536, -0.015662044919317695, 0.020265416129379574, 0.025755069327500296, -0.0062701089977516885, -0.014299552533914312, 0.003062300042069619, 0.003249146641148581, 0.02517303367305049, 0.03592746104869727, -0.010622146968418466, 0.007831022459658847, -0.01423341186463885, -0.007255601058401113, -0.001565047020906223, -0.010344357647577702, 0.008300619535133932, -0.0037997655242586704, 0.007606144836048103, 0.022884574711758466, 0.014762535356197329, 0.032488161147535, 0.005453275271225649, -0.0015915032187672122, -0.014206955783193188, 0.011171112288230537, 0.009828462662403361, 0.010595690886972802, -0.00020978904769124388, -0.011687007273404878, 0.01308918331531545, -0.021535311764061833, 0.031588652515737246, -0.019974398302154674, -0.0011417485536223547, 0.03203840683163612, 0.03423426811088441, -0.03423426811088441, 0.0009896256196484882, 0.01675997555894184, 0.00804928536441622, 0.004676125666868104, 0.023836997369092772, 0.02632387647556596, 0.000964822985085516, 0.00398826568663565, 0.0021412950873976396, -0.008571794602782628, 0.0019197248232135822, -0.020450609630821827, -0.012037551516713174, 0.009987199151077337, 0.01590015058365127, 0.025146576660282218, 0.0018320888788018346, 0.011012374868233948, 0.006296565079197351, -0.0009243119648526869, 0.010000427657461473, 0.007540004632433947, -0.00800960170790903, -0.007672285505323566, -0.0019213783865115993, 0.006623960367656019, 0.00823447886585847, -0.0028787605695866914, 0.032276512495969696, -0.03105952716153354, 0.02373117304331012, 0.00761937334243224, -0.004011414641485278, 0.005165564570596782, -0.016230852067383363, -0.01809601186289956, -0.02324173320825883, -0.02698527944303014, 0.004454555169853393, 0.010727971294201116, 0.010073181648606393, -0.008287391028749794, -0.053732453221726706, 0.0007845904063679697, 0.010556006299143002, 0.016892256897492765, 0.007222530723763382, 0.013175165812844506, 0.0284668237292777, -0.02169404825273581, -0.004775336205119992, 0.006428845952086971, 0.03489567107834859, -0.001595636894181602, 0.003330168681614239, 0.011283550867205257, -0.004451248508918665, 0.00037141963593464544, 0.01575464073871621, -0.019008749001081453, -0.004613292124188676, 0.005003520489665465, -0.011276936614013189, -0.011415831274433571, 0.0034459143871849933, 0.003024269483199142, -0.005182099737915648, 0.015027097101976567, -0.011243866279375457, -0.0022008215034810337, 0.002839076214587544, 0.002242159188947545, -0.02071517044527845, -0.008571794602782628, 0.020596117613111663, -0.023413698203316943, -0.018016642687239962, -0.009325795252290546, -0.0010516322642635815, 0.010648603049864128, 0.05539919287206174, 0.024961383158839966, 0.0022371987318841467, -0.013691060798018847, 0.0011367879801436297, 0.018929379825421856, -0.020463836274560738, -0.013003200817786392, -0.014974184939085242, -0.01854576617879844, 0.0022520803359049953, -0.009391935921566008, -0.021006188272503355, 0.030874335522736513, 0.01739492337628297, 0.002534830579470464, 0.01120418262286827, -0.002963089503817731, -0.0031747388538749914, 0.0031846597680017883, -0.004140388387778863, -0.013023043577362598, 0.005168871697192816, 0.017672712697123734, 0.02220994323791015, -0.007189460389125651, 0.01742137852640602, 0.022672926060193166, -0.00036873268288686243, -0.014881588188364117, -0.0036278005292005567, -0.0001875700184699288, 0.012077235173220362, 0.008512268186699234, 0.012619587171162978, 0.024432261529926714, -0.013743972960910173, 0.014339237121744113, 0.008353531698025258, -0.002759707737419903, 0.012202902258579219, 0.012348411172191669, 0.009960743069631673, -0.021376575275387857, 0.0010202154929238672, -0.010225304815410913, -0.01394239496873656, 0.02436612086065125, -0.006838916611478661, -0.015080009264867893, 0.03455174108823236, 0.002713409594889993, -0.017222958381224857, -0.016839342871956216, -0.003756774275494142, 0.00622711774898716, -0.014061446869580737, -0.006924899109007718, -0.006924899109007718, -0.002516641848853581, 0.0005394575636791264, -0.020066994121553185, -0.0005795551930874512, 0.005635161180410559, -0.029048859383727504, -0.039895882578772794, -0.026270964312674637, 0.0001944940819497227, -0.012427779416528657, 0.008922338846090923, -0.013406657223986014, -0.0061609775453730035, -0.008975251008982249, -0.01152826985340829, 0.0008589983100568858, 0.013558780390790533, 0.0006630574038771455, -0.011594410522683753, 0.02027864463576371, 0.006005547717633755, -0.0015328035843328266, -0.0323294227962158, -0.001741145807794053, -0.02362534871752747, -0.005106038154513388, -0.00318962045789584, -0.006743012734161501, -0.0044578622964494274, -0.01082718229811431, 0.016707063396050516, 0.025755069327500296, 0.016601239070267865, -0.0028126201331418813, -0.0013335556097647152, 0.009881374825294685, -0.002584435848596408, 0.013486025468323002, 0.00611467917001244, -0.01208384942641243, -0.011521656531538834, 0.011898656856292792, -0.005109345281109422, -0.006650416449101681, -0.009100918094341106, 0.01793727351158036, 0.002035470528784336, 0.012692341162307897, 0.025993173129188647, -0.0038526779199806486, -0.010443567720168283, 0.03497503839136296, -0.012738639072007153, 0.017037764879782605, -0.002005707320742639, -0.004652976712018475, 0.006792618236118098, 0.006422232164556208, 0.02939278937384373, -0.026416472294964476, -0.01464348252403054, 0.003227651016766317, -0.05825645711877421, 0.01731555420062337, 0.0073944957188214954, 0.006187433626818666, 0.0011657244065363182, 0.019418819660473145, -0.013009815070978462, 0.002429005788026507, 0.0017494133914534857, -0.007255601058401113, 0.01556944816859657, -0.008148496368329412, -0.017381694869898833, -0.0319061254930852, -0.005860038804021305, -0.012255814421470545, 0.0028754534429906568, -0.009312566745906407, -0.03656240700339317, -0.03013356151696751, -0.015080009264867893, 0.013142095478206774, -0.027567315097479946, -0.018334115664587914, -0.047118416096504016, -0.005072967819875656, 0.005813740428660742, -0.0004096570648403642, 0.013677833222957321, -0.00663718840837885, 0.010073181648606393, -0.02730275428302332, -0.028122893739161475, -0.008631321018866022, -0.024273523178607512, -0.002194207483119618, -0.004609985463253947, 0.03849370933083006, 0.028810753719393928, 0.015714957082209022, 0.012222744086832812, 0.008981865262174317, -0.005873266844744136, 0.003611265361881691, 0.018320889020849, -0.0006944741170091964, 0.004143695514374897, -0.010225304815410913, 0.014617026442584877, 0.025860893653282948, 0.03187966848031692, 0.004834862621203386, -0.012136761589303756, 0.008201408531220738, 0.013836569711631297, -0.006991039312621875, -2.2645333052116706e-05, -0.0056417754336026285, -0.01949818697348752, -0.01312225364995318, 0.0018304353155038176, -0.011892042603100722, 0.00469266083418697, 0.012996586564594324, -0.00912737417578677, 0.02615191148050785, 0.027752508598922195, 0.031112439324424868, 0.0013864680054866936, 0.03000128204106181, -0.011138041953592807, 0.03063622985840294, 0.010264988471918101, 0.01793727351158036, 0.019458503316980333, -0.014405376859696964, -0.016839342871956216, -0.018783871843132016, 0.009702795577044503, -0.0014063100665709406, 0.020437381124437687, -0.015146149934143356, -0.007632601383155072, -0.017342011213391646, 0.02960443988805426, -0.012659270827670165, -0.00849242635844564, -0.00661734611446395, -0.010238532390472437, -0.01283123582272828, -0.03899637394697504, -0.014630254948969015, -0.008512268186699234, 0.004626520164911507, 0.0002558806257761438, -0.01668060638328224, 0.03338766977933275, -0.02191892541068525, -0.018360572677356187, 0.002592703432255841, -0.006442073992809802, 0.021045871929010543, -0.0012599744877248077, 0.01480221994402713, 0.011098357365763006, -0.02303008455669353, -0.0288372107321622, -0.0002567074074251524, -0.011647322685575077, -0.014656711030414677, 0.02083422327744524, 0.0010193888276901852, 0.0011731652085467425, -0.017950502017964498, 0.0003875413542213436, -0.010364199475831296, -0.01742137852640602, -0.00937870741518187, 0.012526990420441851, 0.017659484190739597, -0.008962023433920724, -0.019895029126495073, -0.004318967636029045, -0.02135011826261958, 0.026522296620747125, 0.010298058806555831, -0.010800726216668648, -0.008776829932478473, 0.0045041606718099906, -0.014220184289577324, 0.01949818697348752, -0.012401323335082995, 0.009815234156019223, 0.02336078604042562, -0.01717004621833353, -0.017209729874840717, 0.006015468631760552, -0.01877064333674788, 0.014550885773309414, -0.0074077237595443265, 0.015027097101976567, -0.012044165769905243, 0.0019197248232135822, 0.014603798867523353, -0.007652443211408666, -0.03132408983863539, -0.01219628800538715, -0.0022008215034810337, 0.0264693844578558, -0.02510689300377503, 0.01560913275642637, -0.0038328356260657484, 4.433473256437781e-05, 0.014445061447526764, 0.0008362625714087719, -0.012632814746224503, -0.028652017230719952, -0.020186046953719974, -0.0010681673151671206, 0.02615191148050785, 0.010754427375646778, -0.0025249094325130138, -0.0034227651995047117, -0.0029796246711365965, -0.026138682974123712, -0.03407552975956521, 0.008776829932478473, 0.0024736506000890526, -0.0008205542439465781, -0.012189673752195082, -0.013876254299461098, -0.0031416685192372598, 0.008981865262174317, 0.014326008615359976, -0.026416472294964476, 0.025159805166666355, 0.01542393925498412, -0.032435247121998446, -0.004858011576053014, -0.004725731168824701, -0.009246427007953556, -0.02992191286540221, 0.01312225364995318, -0.005327608651528098, -0.019524643986255794, 0.010152549892943381, -0.017447835539174294, -0.020027310465045998, 0.01509323777125203, 0.012672499334054304, 0.011541498359792427, 0.01394239496873656, 0.007718583880684128, 0.017236186887608994, 0.01809601186289956, 0.006111372043416406, -0.008055899617608287, -0.019775976294328285, 0.012381481506829401, -0.01886323915614639, 0.012467464004358457, -0.007334969302738101, -0.011839130440209398, 0.02125752244322107, -0.016058887072325247, 0.01924685466541503, 0.006957968977984143, -0.023043313063077667, -0.0020189353614654703, -0.0003431032957787134, -0.0005874093277147165, -0.017990185674471686, -0.006418925037960174, -0.002415777747303676, -0.01160763902906789, -0.023413698203316943, 0.007599531048517341, 0.011581182947622228, -0.012149990095687893, 0.015860465064498862, -0.004662897626145273, -0.002386014539261979, 0.002857264945204427, -0.00353189688471405, -0.0005894762236295747, -0.008161723943390937, -0.011964796594245642, -0.005856731677425271, -0.009557286663432052, 0.0005051472311908718, 0.03206486011911395, 0.010860252632752043, -0.024299980191375786, -0.01883678400602334, 0.009028163171873575, -0.01906166116397278, -0.008499040611637709, -0.005916258093508664, 0.0012012748532904223, 0.01935267899119768, 0.017844677692181846, 0.005704608976282057, 0.017024536373398468, -0.008829742095369799, 0.020450609630821827, -0.02027864463576371, -0.0068190743175637605, 0.014617026442584877, 0.009213356673315826, 0.013624921060065995, -0.007288670927377539, -0.018558994685182576, -0.03304373978921653, 0.008115426033691682, 0.0013757201932955616, -0.010853638379559973, 0.019432046304212056, -0.011898656856292792, -0.018558994685182576, -0.01394239496873656, 0.008254320694112064, -0.028387456416263324, -0.007903776450803767, 0.031244720662975792, -0.02465713868787615, 0.0002538137589651172, 0.010476638054806014, -0.020887135440336567, -0.0017097291528696652, -0.01717004621833353, 0.0016716983611685353, -0.0017262642037732044, 0.016521869894608264, -0.0055028807731822465, -0.004811713666353757, 0.022342224576461074, -0.031747387141766, 0.02083422327744524, 0.008915724592898855, -0.017461064045558434, 0.03105952716153354, -0.0032342650371277324, 0.006964583231176212, -0.01675997555894184, 0.00483816974779942, -0.014021763213073548, 0.00043073929839812416, 0.014286324958852788, -0.01760657202784827, -0.025239174342325955, -0.030980159848519165, -0.021786645934779546, -0.021125241104670144, 0.012024323010329036, -0.030371667181301087, -0.001837049335865233, -0.0019412204475958462, 0.018069554850131286, 0.001154976594345186, -0.008935567352475061, -0.013247920735312039, -0.010476638054806014, -0.017791765529290522, 0.010337743394385632, -0.009577128491685646, 0.014841903600534317, -0.0010359238785937243, 0.00020338170819016453, 0.011290165120397325, -0.01834734417097205, -0.01834734417097205, 0.007540004632433947, -0.0010111212440307522, 0.015781097751484483, 0.026297419462797688, 0.2098502303481778, -0.013466183640069409, -0.006280030377539792, 0.04791210040251912, 0.017130360699181117, 0.012857691904173942, 0.013743972960910173, 0.013472797893261477, -0.004745572997078295, 0.03516023375545044, -0.016005974909433923, 0.011885428349908654, -0.01627053572389055, 0.005817047555256776, 0.01494772885763958, 0.004209835717989054, -0.024934928008716915, -0.01825474835157354, -0.02321527805813578, -0.0019809048025949934, -0.0073151274744845075, -0.01052955021769734, -0.021508854751293556, -0.015331342504262994, 0.036297848051581774, 0.000579141802262947, -0.009854918743849023, 2.335582670385974e-05, 0.008869426683199599, 0.00315158966619471, -0.020172820309981063, -0.03783230263807543, 0.007989758948332825, 0.010132708064689787, -0.00567484576824036, -0.0025893963056598064, 0.007784724084298285, 0.002759707737419903, 0.03092724768562784, 0.005059739779152825, 0.0020024004269772575, -0.006418925037960174, 0.003482291615588106, -0.005248239941529804, -0.014815447519088653, -0.0035186688439912185, -0.0054466614836948864, -0.01697162421050714, -0.0013029657364893362, 0.021323663112496533, -0.03333475575379621, 0.0068058462768409295, 0.024485173692818038, 0.03463110840124674, 0.005046511738429993, 5.3739068231618396e-05, 0.005569020976796403, 0.005840196510106405, -0.010337743394385632, 0.007540004632433947, -0.01813569551940675, 0.033731599769448985, -0.005377213687823389, 0.014497973610418088, -0.02910177154661883, 0.007956689545017706, -0.00402464268220811, 5.5754283017455664e-05, 0.008836356348561867, -0.009008321343619981, -0.0186119068480739, -0.014960956432701105, 0.006498293282297162, -0.0036674846513690506, -0.01538425466715432, -0.03410198677233348, 0.01601920341581806, 0.016376360049673203, 0.023770856699817308, 0.01582078140799167, 0.004547151920574519, 0.0005187887209458708, -0.007043951941174506, -0.022593556884533565, -0.0111578837818464, -0.021045871929010543, 0.0027845104883982017, 0.019484958467103384, 0.0017940580871007048, -0.004682739920060172, -0.0018221677318443848, -0.015675273425701835, -0.006524749829404131, 0.011561340188046021, 0.02272583822308449, 0.01308918331531545, 0.0036443354636887695, 0.018558994685182576, -0.01920716914626262, 0.024948156515101055, -0.025636016495333508, -0.007420951800267158, -0.006733091820034704, 0.01379688605512411, -0.008505653933507164, 0.019775976294328285, 0.0034591424279078243, 0.00022053687443429178, 0.0013542245689132973, -0.017289099050500318, -0.019815661813480698, -0.01634990489955015, -0.0021214530263133926, -0.006366012875068849, 0.019418819660473145, 0.00879005843886261, 0.012103691254666024, -0.009133988428978838, 0.0012442661020549506, 0.009854918743849023, 0.013036271152424124, -0.00554256489535074, 0.002427352457559143, -0.0011607638330575932, -0.008399829607724514, -0.01591337909003541, -0.018929379825421856, -0.00426605547313772, 0.007665671252131497, -0.030345212031178036, -0.005621933139687728, -0.011217410197929795, 0.026138682974123712, -0.005671538641644326, -0.013155323984590912, -0.005215170072553379, 0.0009300992617727573, 0.0004522349227803883, -0.005390441728546221, 0.016931940553999953, 0.0004069701117925812, -0.02091359245310484, 0.00279939209241905, 0.017699169709892007, -0.007837636712850917, -0.025636016495333508, 0.025133348153898078, -0.020781311114553915, -0.011554726866176564, 0.0016626041122754203, -0.020384468961546363, 0.0031003308337707487, -0.00769212733357716, 0.0011276937312505147, 0.030689142021294264, -0.003978344772508853, -0.03145637117718632, -0.03330830246631838, -0.0010549392744442893, -0.007334969302738101, -0.005373907026888661, -0.0019759441127009418, 0.01875741483036374, 0.00318962045789584, -0.021733731909242996, -0.025252400986064866, -0.17259996336455216, 0.04910262499889655, 0.005860038804021305, -0.02669426161580524, 0.020384468961546363, 0.017897589855073174, 0.023374014546809756, -0.0013393429648924488, 0.00036749253951718117, 0.013267762563565632, 0.01583400991437581, 0.0004629827349715204, -0.034869214065580315, -0.00384606366678858, -0.012632814746224503, -0.007659057464600735, 0.01731555420062337, 0.006838916611478661, 0.004438020468195834, 0.03449882706269581, 0.03783230263807543, -0.024895242489564505, 0.0030722211890270687, -0.002172711858737354, 0.008300619535133932, -0.004686046580994901, 0.00745402213490489, 0.01886323915614639, 0.011991252675691306, 0.0020387776553803705, -0.021336889756235444, -0.014484746035356565, 0.018902924675298804, 0.011329848776904513, 0.011759761264549798, 0.0035583529661597124, 0.0031433220825352773, -0.024604226524984826, -0.01287092041055808, 0.02287134806801955, 0.026125454467739572, 0.030609772845634663, 0.00782440820646678, -0.01754043135857281, -0.014246640371022988, 0.014577341854755078, 0.016839342871956216, 0.010377427050892821, 0.015397483173538458, -0.017738853366399198, 0.009954128816439605, -0.00934563708054414, 0.00508288919966376, 0.00046711652680123686, 0.022024749736467897, 0.003601344214924241, 0.0030986772704727317, 0.015992746403049787, 0.016958395704123004, 0.0001358978388772107, -0.011997866928883374, -0.0049142313312016805, 0.019021977507465593, -0.006061767007121115, 0.010780883457092442, -0.015265202766310144, -0.01152826985340829, 0.018678047517349364, -0.014074675375964874, 0.028572649917705577, 0.007989758948332825, -0.03854661963107616, 0.003680712692091882, -0.04053083225875915, 0.021072328941778816, 0.01873095968024069, -0.023268190221027104, 0.0073018994337616765, -0.016482186238101076, -0.006481758580639602, -0.021403030425510908, 0.011323235455035057, -0.009623427332707515, 0.006938127149730549, 0.00656112682497659, 0.0018238212951424018, 0.010926392370704892, -0.0027282911989108417, -0.020344785305039175, -0.0372238136961478, 0.02191892541068525, -0.013188394319228644, -0.004444634255726596, -0.02076808260816978, 0.017474290689297345, 0.006233732002179229, 0.01016577839932752, 0.014339237121744113, -0.015741414094977296, -0.004150309767566966, 0.008413058114108652, -0.0027183700519533916, -0.018387029690124464, 0.01646895773171694, 0.024921699502332778, -0.019590784655531258, 0.01912780183324824, 0.022262855400801473, 0.008942180674344517, -0.02033155679865504, -0.005297845443486401, 0.007645829423877903, 0.01238809576002147, 0.03336121276656448, 0.0019412204475958462, 0.012573288330141109, -0.0012111958838325458, -0.0075201623385190465, 0.0036707917779650852, -0.016892256897492765, 0.041933009231992335, -0.013353745061094689, -0.00720930268304055, -0.010655217303056196, -0.004639748671295644, 0.005985705423718855, -0.12190997347891584, -0.03658886401616145, 0.0014856785437385818, 0.015040324677038093, -0.022157031075018825, 0.033440583804869306, 0.010840409873175836, 0.007420951800267158, -0.013611692553681859, 0.04039855092020822, -0.011991252675691306, -0.02560955948256523, -0.029736719363959958, 0.002885374589948107, 0.0203976974679305, -0.013691060798018847, -0.01531811492920147, -0.008287391028749794, -0.005046511738429993, 0.004765415290993195, 0.0014484745336864604, -0.0022934180213715063, 0.007612759089240172, -0.007387881931290733, -0.004563687087893385, -0.001427805690953205, 0.0023645189148797144, 0.022527418077903327, 0.017024536373398468, -0.013611692553681859, 0.009358865586928276, -0.033149564114999176, 0.013241306482119969, -0.014352464696805638, -0.005324301524932064, 0.002620813076999521, -0.04947301200178105, 0.022130575924895774, 0.01805632634374715, -0.02644292930773275, 0.019868573976372022, 0.01261297291797091, 0.003674098671730466, -0.04256795518668824, 0.011217410197929795, -0.021442714082018095, -0.010595690886972802, 0.035027952416899516, 0.009114145669402631, -0.0015030403762911295, -0.03055686068274334, -0.01583400991437581, -0.034445916762449715, -0.008446128448746383, 0.02769959643603087, -0.0019693300923395263, 0.01423341186463885, 0.01949818697348752, -0.012851077650981873, 0.021839558097670873, 0.010807339538538104, 0.005453275271225649, -0.004824941707076589, 0.028652017230719952, -0.007169618560872056, -0.02177341742839541, -0.012890762238811674, 0.0050266699101764, 0.0004844783593537846, -0.010132708064689787, -0.00863793527205809, -8.558205427164988e-06, -0.014815447519088653, 0.012540217995503377, -0.026191595137015036, 0.013102411821699586, -0.025120121510159167, -0.019193942502523705, 0.004130467473652066, -0.025993173129188647, -0.028387456416263324, -0.015688500069440746, 0.016892256897492765, -0.0025067209347267843, 0.013545551884406397, -0.0007300245637633006, -0.0027679753210793356, -0.012097077932796569, -0.0034723704686306558, -0.032832091137651224, -0.003308673057231975, -0.004031256935400178, 0.009358865586928276, -0.004520695839128856, 0.012302113262492413, 0.02033155679865504, -0.005939407048358293, -0.008889268511453193, 0.016151482891723763, 0.009795392327765629, -0.018625133491812815, -0.00871068926320301, -0.06238361700016894, 0.037752935325061056, -0.004176765849012629, 0.005671538641644326, 0.010205462055834707, 5.3790742084681436e-05, 0.020860680290213516, -0.010430340145106758, -0.009557286663432052, -0.01609857072883244, -0.021231065430452792, -0.0007949248277345975, -0.006865372692924324, 0.00567484576824036, -0.0330701968019848, -0.006660337363228478, 0.016217623560999223, 0.0023132600824557533, 0.020900363946720703, 0.01131000694865092, 0.007487092469542621, -0.02033155679865504, 0.013743972960910173, -0.007738425708937723, -0.0032640282451694294, 0.01646895773171694, -0.017566888371341082, 0.014868359681979979, 0.01665415123315919, -0.011382760939795839, 0.003981651433443581, -0.029498615562271607, 0.01783144918579771, 0.01564881641293356, 0.0050068276162614994, -0.002242159188947545, 0.007163004307679988, 0.015344571010647132, -0.004867932955841117, 0.016627694220390916, -0.02751440293458862, -0.02595348947268146, 0.008876040936391667, -0.0025662471179795253, 0.008465970276999977, 0.010304673059747901, -0.0002691087247066384, -0.005172178823788851, 0.012381481506829401, 0.006905056815092818, 0.004666204752741307, 0.009001707090427911, -0.023175592538983367, -0.008895882764645261, -0.017871134704950123, 0.0001171925079728977, -0.0028622254022678253, 0.009484531740964522, -0.0017576808586975922, -0.011052059456063749, 0.017924046867841447, 0.007652443211408666, 0.01316193823778298, -0.0004704235369819447, 0.005717837017004888, 0.004289204427987348, -0.019312993472045268, -0.010522935964505271, 0.009213356673315826, -0.03010710636684446, -0.02284489105525128, -0.007685513546046397, -0.010992533039980355, -0.0008970290435503524, 0.024564541005832413, 0.009630040654576972, -0.002810966569843864, 0.02306976821320072, -0.018043099700008235, 0.0285461929049373, 0.013915937955968285, 0.007791338337490354, -0.03984297227852669, -0.002152869797653107, 0.021151698117438417, 0.028678474243488225, -0.010761041628838848, 0.00154272461487495, -0.006786003982926029, 0.018810326993255067, -0.02284489105525128, -0.016296992736658824, 0.007705355839961297, 0.011362919111542245, -0.010926392370704892, -0.009729251658490166, -0.0021760189853333883, -0.002106571422292544, 0.026456155951471664, 0.022937488737295016, 0.014788991437642991, 0.0049836786614118715, -0.008181566702967144, -0.0186119068480739, 0.0030986772704727317, -0.0026257735340629194, -0.02194538242345352, -0.04476381646593652, -0.010291444553363763, 0.013393429648924489, 0.019445274810596196, 0.007268829099123944, 0.012513761914057715, 0.018823555499639204, -0.014193728208131662, 0.00526477510884867, -0.011541498359792427, -0.009206742420123757, -0.0330701968019848, 0.03262044248608593, 0.0049406874126473425, -0.0030325370668585747, 0.02165436459622862, -0.01593983424015846, 0.026310647969181825, -0.0067264780325039415, -0.006253573830432823, -0.005549178682881503, 0.010992533039980355, -0.0024124708535382946, 0.009649883414153178, -0.010615532715226396, -0.010628761221610534, -0.019630468312038445, -0.02125752244322107, 0.009868146318910549, -0.00032884174889078973, 0.027487945921820345, -0.02084745178382938, 0.06698698821023082, -0.01134969153648072, -0.006528056490338859, 0.010853638379559973, 0.01153488410660036, 0.020463836274560738, 0.007586303007794509, 0.004986985322346599, -0.01464348252403054, -0.006762855028076401, -0.004897696163882814, -0.014339237121744113, -0.013598464978620333, 0.0003100330775563086, -0.018889696168914664, 0.007599531048517341, -0.011210795944737725, 0.015873693570883, -0.021403030425510908, 0.004242906052626785, 0.012540217995503377, -0.012857691904173942, 0.013214850400674306, -0.007123320185511494, -0.007348197343460932, -0.010655217303056196, 0.00033855614222832434, 0.001721303746709806, -0.03153573849020069, -0.015119693852697694, 0.004163537808289797, 9.729871482792438e-05, -0.01791081836145731, -0.011290165120397325, 0.02054320545022034, -0.019537872492639934, -0.004454555169853393, -0.023162365895244456, -0.007811180165743948, 0.0055458720219467746, 0.011918498684546386, 0.0051159590686401845, -0.020887135440336567, -0.023559208048252008, 0.029128228559387105, 0.0023942821229214115, -0.01638958855605734, -0.005066354032344894, -0.006051845627333012]
}'
-H "Content-Type: application/json"
-H "apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU"
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU"
{"code":"PGRST001","details":"no connection to the server\n","hint":null,"message":"Database client error. Retrying the connection."}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant