diff options
author | Alexander_Kabui | 2024-01-08 11:53:20 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-01-08 11:53:20 +0300 |
commit | 8a5d274ef5c0b3c7e721e0b377423419b88ed90d (patch) | |
tree | 674ddcef80117bdd868af6d421994ddbfe6ddf76 /issues/cd-gn3-configurations.gmi | |
parent | d492f0283d8eee0aa1e54c506d4c12d357c66bd0 (diff) | |
download | gn-gemtext-8a5d274ef5c0b3c7e721e0b377423419b88ed90d.tar.gz |
add issue:cd-gn3-configurations
Diffstat (limited to 'issues/cd-gn3-configurations.gmi')
-rw-r--r-- | issues/cd-gn3-configurations.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/cd-gn3-configurations.gmi b/issues/cd-gn3-configurations.gmi new file mode 100644 index 0000000..d699849 --- /dev/null +++ b/issues/cd-gn3-configurations.gmi @@ -0,0 +1,16 @@ +# GN3 API Configurations on CD + +The issue is that there is no straightforward way of knowing how to call the GN3 API from GN2. Multiple configurations, such as GN_SERVER_URL and GN3_LOCAL_URL, exist, making it difficult to understand how to debug. + +The `GN_SERVER_URL` which from config is running on port 8880 results into this error: + +``` +"HTTPConnectionPool(host='localhost', port=8880): Max retries exceeded with URL: /api/llm/gnqna (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fdd45a8d5a0>: Failed to establish a new connection: [Errno 111] Connection refused'))" +``` + +## Tags + +assigned: alexm, Bonfacem +keywords: configurations, CD, API, genenetwork3 +type: bug +priority: high
\ No newline at end of file |