You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
PyCharm 2022.2.3 (Professional Edition)
Build #PY-222.4345.23, built on October 10, 2022
Licensed to EPAM Systems Inc.
Runtime version: 17.0.4.1+7-b469.62 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 15.7.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Non-Bundled Plugins:
indent-rainbow.indent-rainbow (2.0.2)
com.nasller.CodeGlancePro (1.6.0)
com.intuit.intellij.makefile (2.2.3)
net.seesharpsoft.intellij.plugins.csv (3.4.0-222)
com.sourcegraph.jetbrains (6.0.34)
org.sonarlint.idea (9.1.0.75538)
izhangzhihao.rainbow.brackets (2023.3.7-ij)
com.intellij.bigdatatools (222.3345.34)
Bug Description
I have created a prompt
What does this function do
company_industries_meta = (
filtered_company_industries
.select("aid", "fileDate", "si_ticker", "industryNum", "industryName", "industryDescription")
.distinct()
.repartition(100, "fileDate", "si_ticker", "industryNum")
)
I have gotten response
Error performing this action Please retry sending your message. If you tried to run a command, try it again. If the issue persists, please create a support ticket. Error: Request to https://sourcegraph.com/.api/completions/stream?api-version=1&client-name=jetbrains&client-version=6.0.34 failed with 401 Unauthorized: {"message":"status 401, reason completions are not enabled","type":"http_error"}
Additional context
Stacktrace:
Request to https://sourcegraph.com/.api/completions/stream?api-version=1&client-name=jetbrains&client-version=6.0.34 failed with 401 Unauthorized: {"message":"status 401, reason completions are not enabled","type":"http_error"}
IDE Information
PyCharm 2022.2.3 (Professional Edition)
Build #PY-222.4345.23, built on October 10, 2022
Licensed to EPAM Systems Inc.
Runtime version: 17.0.4.1+7-b469.62 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 15.7.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Non-Bundled Plugins:
indent-rainbow.indent-rainbow (2.0.2)
com.nasller.CodeGlancePro (1.6.0)
com.intuit.intellij.makefile (2.2.3)
net.seesharpsoft.intellij.plugins.csv (3.4.0-222)
com.sourcegraph.jetbrains (6.0.34)
org.sonarlint.idea (9.1.0.75538)
izhangzhihao.rainbow.brackets (2023.3.7-ij)
com.intellij.bigdatatools (222.3345.34)
Bug Description
I have created a prompt
I have gotten response
Additional context
Stacktrace: