repo_name
stringlengths
9
75
topic
stringclasses
30 values
issue_number
int64
1
203k
title
stringlengths
1
976
body
stringlengths
0
254k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
url
stringlengths
38
105
labels
listlengths
0
9
user_login
stringlengths
1
39
comments_count
int64
0
452
sqlalchemy/alembic
sqlalchemy
1,363
AttributeError: 'ConfigParser' object has no attribute '_proxies'
**Describe the bug** After installing the `alembic` package, I entered the `alembic init migrations` command and alembic created the migrations directory and the `alembic.ini` file without any errors, but when I use the `alembic revision --autogenerate -m "Some message"` command, I get the error `AttributeError: 'Conf...
closed
2023-11-22T04:39:48Z
2023-11-22T16:01:34Z
https://github.com/sqlalchemy/alembic/issues/1363
[ "third party library / application issues" ]
MosTafa2K
2
seleniumbase/SeleniumBase
web-scraping
2,098
Options with undetected driver
Hi, How to add options chrome in undetected driver? I dont see any example Thanks
closed
2023-09-12T12:25:56Z
2023-09-12T15:43:01Z
https://github.com/seleniumbase/SeleniumBase/issues/2098
[ "question", "UC Mode / CDP Mode" ]
FranciscoPalomares
3
deepspeedai/DeepSpeed
deep-learning
6,044
Inference acceleration doesn't work
I'm trying to use DeepSpeed to accelerate a ViT model implemented by this [project](https://github.com/lucidrains/vit-pytorch). I following this [tutorial](https://www.deepspeed.ai/tutorials/inference-tutorial/) to optimize the model: ``` from vit_pytorch import ViT import torch import deepspeed import time def...
closed
2024-08-17T09:13:52Z
2024-09-07T08:13:14Z
https://github.com/deepspeedai/DeepSpeed/issues/6044
[]
broken-dream
2
Gerapy/Gerapy
django
255
Spider Works in Terminal Not in Gerapy
Before I start I just want to say that you all have done a great job developing this project. I love gerapy. I will probably start contributing to the project. I will try to document this as well as I can so it can be helpful to others. **Describe the bug** I have a scrapy project which runs perfectly fine in termi...
open
2022-12-15T08:57:52Z
2022-12-17T19:18:58Z
https://github.com/Gerapy/Gerapy/issues/255
[ "bug" ]
wmullaney
0
saulpw/visidata
pandas
1,768
[save_filetype] when save_filetype is set, you cannot gY as any other filetype on the DirSheet
**Small description** I use `options.save_filetype = 'jsonl'` in my `.visidatarc`. I use this to set my default save type. However, sometimes I like to copy rows out as different file types, csv, fixed etc. and so I press gY and provide [e.g.] `copy 19 rows as filetype: fixed` but the response I get back is `"fixed" │...
closed
2023-02-27T19:17:42Z
2023-10-18T05:56:12Z
https://github.com/saulpw/visidata/issues/1768
[ "bug", "fixed" ]
geekscrapy
17
keras-team/keras
data-science
20,104
Tensorflow model.fit fails on test_step: 'NoneType' object has no attribute 'items'
I am using tf.data module to load my datasets. Although the training and validation data modules are almost the same. The train_step works properly and the training on the first epoch continues till the last batch, but in the test_step I get the following error: ```shell 353 val_logs = { --> 354 "va...
closed
2024-08-09T15:32:39Z
2024-08-10T17:59:05Z
https://github.com/keras-team/keras/issues/20104
[ "stat:awaiting response from contributor", "type:Bug" ]
JVD9kh96
2
napari/napari
numpy
6,744
Remove lambdas in help menu actions `_help_actions.py`
We should remove lambdas used in help menu actions in `napari/_app_model/actions/_help_actions.py`. The callbacks are all calls to `webbrowser.open`. This is a case where having `kwargs` field in actions would be useful. (ref: https://github.com/pyapp-kit/app-model/issues/52)
closed
2024-03-13T11:21:08Z
2024-05-20T09:33:08Z
https://github.com/napari/napari/issues/6744
[ "maintenance" ]
lucyleeow
0
autogluon/autogluon
computer-vision
4,181
Failed to load cask: libomp.rb
$ brew install libomp.rb Error: Failed to load cask: libomp.rb Cask 'libomp' is unreadable: wrong constant name #<Class:0x00000001150a5b48> Warning: Treating libomp.rb as a formula. ==> Fetching libomp ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/libomp-11.1.0.big_sur.bottle.tar.gz curl: (22) The ...
closed
2024-05-08T02:19:54Z
2024-06-27T09:26:02Z
https://github.com/autogluon/autogluon/issues/4181
[ "bug: unconfirmed", "OS: Mac", "Needs Triage" ]
LeonTing1010
3
christabor/flask_jsondash
flask
134
Using the example app
I am sorry if this sounds stupid, but I am new to flask development. I am confused with how exactly to use the example app to study how the flask_jsondash work. I run the app and click the link that said 'Visit the chart blueprints' but it lead to server timeout error. When I looked at the code I understand that there ...
closed
2017-07-19T02:50:23Z
2017-07-20T04:43:50Z
https://github.com/christabor/flask_jsondash/issues/134
[]
FMFluke
7
davidteather/TikTok-Api
api
629
[FEATURE_REQUEST] - Accessing private tik toks
Unable to access private tik toks. Running V.3.9.9 - have manually entered verifyFp cookie from logged in account with access to private content in question; working fine for public tik toks but for privates just runs and stops with no triggered error messages. I know variations of this topic have been discussed ...
closed
2021-06-21T23:50:16Z
2021-08-07T00:13:59Z
https://github.com/davidteather/TikTok-Api/issues/629
[ "feature_request" ]
alanblue2000
1
pydata/pandas-datareader
pandas
495
Release 0.7.0
The recent re-addition of Yahoo! will trigger a new release in the next week. I will try to get as many PRs in before then.
closed
2018-02-21T18:22:00Z
2018-09-12T11:32:24Z
https://github.com/pydata/pandas-datareader/issues/495
[]
bashtage
15
kaliiiiiiiiii/Selenium-Driverless
web-scraping
300
is there a way to start it with firefox ?
SO my mian browser is firefox, but for selenium_driverless i use chrome. so is there a way to use firefox instead ? thanks
closed
2024-12-26T12:55:21Z
2024-12-26T13:05:00Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/300
[]
firaki12345-cmd
1
ets-labs/python-dependency-injector
flask
814
Configuration object is a dictionary and not an object with which the dot notation could be used to access its elements
I cannot figure out why the config is a dictionary, while in every example it is an object with "." (dot) operator to access its variables. Here is a simple code that I used: ``` from dependency_injector import containers, providers from dependency_injector.wiring import Provide, inject class Container(c...
open
2024-09-02T12:55:35Z
2025-01-04T16:37:36Z
https://github.com/ets-labs/python-dependency-injector/issues/814
[]
Zevrap-81
2
zappa/Zappa
django
520
[Migrated] Feature Request: Including vs. Excluding
Originally from: https://github.com/Miserlou/Zappa/issues/1366 by [rr326](https://github.com/rr326) This may go against your fundamental design philosophy, but I feel it would be better to have Zappa require an explicit inclusion list rather than an exclusion list. Background: I've just spent a day trying to figur...
closed
2021-02-20T09:43:51Z
2022-07-16T07:25:01Z
https://github.com/zappa/Zappa/issues/520
[ "enhancement", "feature-request" ]
jneves
2
chainer/chainer
numpy
8,623
can't use chainer with new cupy, can't install old cupy
Chainer officially only support cupy == 7.8.0. Sadly, I can't install older cupy and when installing newer cupy, cupy is not recognized by chainer. Option 1: `pip install Cython` # works and installs Cython 0.29.31 `pip install cupy==7.8.0` # fails > CUDA_PATH : /cvmfs/soft.computecanada.ca/easybu...
closed
2022-08-01T17:54:52Z
2022-08-02T04:51:48Z
https://github.com/chainer/chainer/issues/8623
[]
AlexiaJM
1
ydataai/ydata-profiling
pandas
1,288
Missing tags for latest v3.6.x releases
On PyPI, there are 3.6.4, 3.6.5 and 3.6.6 releases (https://pypi.org/project/pandas-profiling/#history), but no corresponding tags in this repo. Can you add them please?
closed
2023-03-17T10:08:19Z
2023-04-13T11:37:54Z
https://github.com/ydataai/ydata-profiling/issues/1288
[ "question/discussion ❓" ]
jamesmyatt
1
tensorly/tensorly
numpy
143
Feature Request: Outer Product
Hi, I am starting to work with tensors and found your toolbox. When trying the CPD, I first wanted to create a rank-3 tensor and then decompose it again and look at the result, since CPD is unique. There I noticed that no outer vector product is implemented in the toolbox. It would be nice if there is one, for simul...
closed
2019-12-02T10:49:47Z
2019-12-02T12:43:58Z
https://github.com/tensorly/tensorly/issues/143
[]
IsabellLehmann
2
alpacahq/alpaca-trade-api-python
rest-api
453
Paper Trade client does not support fractional trading
Not sure if this is a client or server issue but when trying the below code with a paper trading endpoint and API key resp = api.submit_order( symbol='SPY', notional=450, # notional value of 1.5 shares of SPY at $300 side='buy', type='market', time_in...
closed
2021-06-19T21:32:40Z
2021-06-19T21:42:51Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/453
[]
arun-annamalai
0
neuml/txtai
nlp
465
How to add a custom pipeline into yaml config?
I have MyPipeline class. How to add the pipeline? Can we use this syntax? ```yaml my_pipeline: __import__: app.MyPipeline ```
closed
2023-04-25T11:07:44Z
2023-04-26T13:56:58Z
https://github.com/neuml/txtai/issues/465
[]
pyoner
2
microsoft/nni
deep-learning
5,225
customized trial issue from wechat
**Describe the issue**: 您好,这个操作如何使用命令执行? hi, could I use nni-command to do it? ![customized_png](https://user-images.githubusercontent.com/61399850/201559099-8b160c93-fdb1-4bbb-90a1-ffd7aa811312.png) **Environment**: - NNI version: -- - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS...
open
2022-11-14T01:58:20Z
2022-11-16T02:41:00Z
https://github.com/microsoft/nni/issues/5225
[ "feature request" ]
Lijiaoa
0
ARM-DOE/pyart
data-visualization
1,297
ENH: Add keyword add_lines in method plot_grid in gridmapdisplay
On occasion you would like to have the grid lines but not the coast maps in the plot. Separating the two would be useful (see https://github.com/MeteoSwiss/pyart/blob/dev/pyart/graph/gridmapdisplay.py)
closed
2022-10-21T11:10:25Z
2022-11-03T15:57:17Z
https://github.com/ARM-DOE/pyart/issues/1297
[ "Enhancement", "good first issue" ]
jfigui
3
alpacahq/alpaca-trade-api-python
rest-api
409
Invalid TimeFrame in getbars for hourly
Hello when I try to use the example, I get an error: `api.get_bars("AAPL", TimeFrame.Hour, "2021-02-08", "2021-02-08", limit=10, adjustment='raw').df` ``` """ Traceback (most recent call last): File "/home/kyle/.virtualenv/lib/python3.8/site-packages/alpaca_trade_api/rest.py", line 160, in _one_request ...
closed
2021-03-30T15:22:37Z
2021-07-02T09:35:55Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/409
[]
hansonkd
7
flaskbb/flaskbb
flask
24
Add tests
I think tests are needed, I myself am I big fan of [py.test](http://pytest.org/latest/) in combination with [pytest-bdd](https://github.com/olegpidsadnyi/pytest-bdd) for functional tests.
closed
2014-03-08T11:14:40Z
2018-04-15T07:47:30Z
https://github.com/flaskbb/flaskbb/issues/24
[]
hvdklauw
15
LAION-AI/Open-Assistant
python
3,293
user streak updates in the backend takes up 100% cpu
updating user streak seems to use the cpu 100% in db.commit(). Add end of task debug info Batch the commits
closed
2023-06-05T00:16:51Z
2023-06-07T13:03:34Z
https://github.com/LAION-AI/Open-Assistant/issues/3293
[ "bug", "backend" ]
melvinebenezer
0
microsoft/nni
pytorch
4,874
Error about running with framecontroller mode
**config.yml** experimentName: example_mnist_pytorch trialConcurrency: 1 maxExecDuration: 1h maxTrialNum: 2 debug: false nniManagerIp: 172.16.40.155 #choice: local, remote, pai, kubeflow trainingServicePlatform: frameworkcontroller searchSpacePath: search_space.json #choice: true, false useAnnotation: fals...
open
2022-05-19T08:02:48Z
2022-06-28T09:39:36Z
https://github.com/microsoft/nni/issues/4874
[ "user raised", "support", "Training Service" ]
N-Kingsley
1
ydataai/ydata-profiling
data-science
1,134
Introduce type-checking
### Missing functionality Types are not enforced by Python, nevertheless, to introduce type checking would reduce the number of issues open. ### Proposed feature Introduce type-checking for the user interfaced methods. ### Alternatives considered _No response_ ### Additional context _No response_
closed
2022-10-31T20:40:46Z
2022-11-10T11:08:04Z
https://github.com/ydataai/ydata-profiling/issues/1134
[ "needs-triage" ]
fabclmnt
0
davidsandberg/facenet
tensorflow
292
the result question
closed
2017-05-26T07:41:04Z
2017-05-26T07:42:55Z
https://github.com/davidsandberg/facenet/issues/292
[]
hanbim520
0
openapi-generators/openapi-python-client
rest-api
1,002
Providing package version via command properties
Allow setting generated client version by providing `--package-version` like property in the `openapi-python-client generate` This will simplify automatic processes in the Git-like environments
open
2024-03-14T10:09:16Z
2024-03-14T10:09:16Z
https://github.com/openapi-generators/openapi-python-client/issues/1002
[]
pasolid
0
pywinauto/pywinauto
automation
983
No Conda Installation
## Expected Behavior I am trying to install pywinauto thought conda. Here is the documentation: https://anaconda.org/conda-forge/pywinauto ## Actual Behavior PackagesNotFoundError: The following packages are not available from current channels: - pywinauto ## Steps to Reproduce the Problem 1. Open an...
closed
2020-09-15T14:25:23Z
2020-09-15T19:09:25Z
https://github.com/pywinauto/pywinauto/issues/983
[ "duplicate" ]
CibelesR
3
rougier/scientific-visualization-book
matplotlib
33
Requirements files for package versions
Having the versions of packages used for the book in a `requirements.txt` would be helpful for others reproducing things a year or so down the line. Looking through the repo for something such as `numpy` doesn't bring up anything wrt the version used, just that it's imported in several locations. As this book w...
open
2021-12-11T12:57:53Z
2021-12-13T11:26:24Z
https://github.com/rougier/scientific-visualization-book/issues/33
[]
geo7
0
SYSTRAN/faster-whisper
deep-learning
869
Transcribe results being translated to different language
Hi all, I just want to post an issue I encountered. As the title suggests, faster-whisper transcribed the audio file in the wrong language. This is my code for this test: ``` from faster_whisper import WhisperModel model_size = "medium" file = "audio.mp3" model = WhisperModel(model_size, device="cpu", co...
closed
2024-06-04T12:08:45Z
2024-06-17T07:04:37Z
https://github.com/SYSTRAN/faster-whisper/issues/869
[]
acn-reginald-casela
11
plotly/dash
dash
2,764
Dangerous link detected error after upgrading to Dash 2.15.0
``` dash 2.15.0 dash-bootstrap-components 1.5.0 dash-core-components 2.0.0 dash-extensions 1.0.12 dash-html-components 2.0.0 dash-iconify 0.1.2 dash-mantine-components 0.12.1 dash-table 5.0.0 ``` After upgrading to Dash 2.15.0, I have ap...
closed
2024-02-18T13:47:23Z
2024-04-22T15:43:09Z
https://github.com/plotly/dash/issues/2764
[ "bug", "sev-1" ]
emilhe
11
chatopera/Synonyms
nlp
25
请问words.nearby.json.gz这个词典的数据是怎么生成的啊,万分感谢
# description ## current ## expected # solution # environment * version: The commit hash (`git rev-parse HEAD`)
closed
2018-01-16T00:40:04Z
2018-01-16T06:22:40Z
https://github.com/chatopera/Synonyms/issues/25
[ "duplicate" ]
waterzxj
3
sanic-org/sanic
asyncio
2,464
`Async for` can be used to iterate over a websocket's incoming messages
**Is your feature request related to a problem? Please describe.** When creating a websocket server I'd like to use `async for` to iterate over the incoming messages from a connection. This is a feature that the [websockets lib](https://websockets.readthedocs.io/en/stable/) uses. Currently, if you try to use `async ...
closed
2022-05-23T21:05:24Z
2022-09-20T21:20:33Z
https://github.com/sanic-org/sanic/issues/2464
[ "help wanted", "intermediate", "feature request" ]
bradlangel
11
PaddlePaddle/PaddleHub
nlp
1,410
hub serving启动成功,访问返回503
用hub serving启动了我fintune后的模型,但在访问时返回503
open
2021-05-12T03:27:55Z
2021-05-14T02:21:05Z
https://github.com/PaddlePaddle/PaddleHub/issues/1410
[ "serving" ]
dedex1994
3
TheKevJames/coveralls-python
pytest
4
Documentation could be clearer
The README says > First, log in via Github and add your repo on Coveralls website. > > Second, install this package: > > $ pip install coveralls > > If you're using Travis CI, no further configuration is required. Which raises a question: How can a package I pip install locally into my development laptop affect an...
closed
2013-04-09T19:10:07Z
2013-04-10T16:57:21Z
https://github.com/TheKevJames/coveralls-python/issues/4
[]
mgedmin
6
pallets-eco/flask-sqlalchemy
flask
1,145
flask-sqlAlchemy >=3.0.0 version: session.bind is None
<!-- This issue tracker is a tool to address bugs in Flask-SQLAlchemy itself. Please use Pallets Discord or Stack Overflow for questions about your own code. Ensure your issue is with Flask-SQLAlchemy and not SQLAlchemy itself. Replace this comment with a clear outline of what the bug is. --> <!-- Describ...
closed
2022-12-13T07:23:11Z
2023-01-31T14:25:21Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1145
[]
wangtao2213405054
1
TencentARC/GFPGAN
pytorch
496
Add atile
open
2024-01-27T07:15:33Z
2024-01-27T07:15:33Z
https://github.com/TencentARC/GFPGAN/issues/496
[]
dildarhossin
0
mwaskom/seaborn
data-visualization
3,292
Wrong legend color when using histplot multiple times
``` sns.histplot([1,2,3]) sns.histplot([4,5,6]) sns.histplot([7,8,9]) sns.histplot([10,11,12]) plt.legend(labels=["A", "B", "C", "D"]) ``` ![image](https://user-images.githubusercontent.com/14833020/224363975-cc4d8975-bf3f-4044-80d7-b8d1e3d77b38.png) Seaborn 0.12.2, matplotlib 3.6.2 This may be related to http...
closed
2023-03-10T16:04:15Z
2023-03-10T19:10:43Z
https://github.com/mwaskom/seaborn/issues/3292
[]
mesvam
1
huggingface/datasets
numpy
7,371
500 Server error with pushing a dataset
### Describe the bug Suddenly, I started getting this error message saying it was an internal error. `Error creating/pushing dataset: 500 Server Error: Internal Server Error for url: https://huggingface.co/api/datasets/ll4ma-lab/grasp-dataset/commit/main (Request ID: Root=1-6787f0b7-66d5bd45413e481c4c2fb22d;670d04ff-...
open
2025-01-15T18:23:02Z
2025-01-15T20:06:05Z
https://github.com/huggingface/datasets/issues/7371
[]
martinmatak
1
FlareSolverr/FlareSolverr
api
580
can not run FlareSolverr. auto stop if I run it.
can not run FlareSolverr ### Environment * **FlareSolverr version**: 2.2.10 * **Last working FlareSolverr version**: * **Operating system**: qnap QTS 5.0.1.2194 * **Are you using Docker**: [yes/no] yes * **FlareSolverr User-Agent (see log traces or / endpoint)**: * **Are you using a proxy or VPN?** [yes/no]...
closed
2022-11-11T02:31:24Z
2022-11-12T04:24:03Z
https://github.com/FlareSolverr/FlareSolverr/issues/580
[ "more information needed" ]
dongxi8
7
vimalloc/flask-jwt-extended
flask
167
How to start server
Hey everyone, Successfully installed the dependencies in requirements.txt, But i am having difficulty in server starting. Any help will be greatly appreciated.
closed
2018-07-05T10:39:33Z
2018-07-21T02:57:32Z
https://github.com/vimalloc/flask-jwt-extended/issues/167
[]
shafikhaan
1
koxudaxi/datamodel-code-generator
fastapi
1,841
linkml export support?
I discovered your project from https://github.com/gold-standard-phantoms/bids-pydantic/ which produces pydantic model from our BIDS standard metadata descriptor files such as https://github.com/bids-standard/bids-schema/blob/main/versions/1.9.0/schema/objects/metadata.yaml after a few [ad-hoc transformations](https://g...
open
2024-02-06T23:50:24Z
2024-02-06T23:50:24Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1841
[]
yarikoptic
0
Evil0ctal/Douyin_TikTok_Download_API
fastapi
233
接口报 500 错误
https://api.douyin.wtf/tiktok_video_data?video_id=7257925577091386642 这个接口报 500 错误 Internal Server Error
closed
2023-08-04T03:17:01Z
2023-08-04T09:28:09Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/233
[ "BUG" ]
419606974
2
jupyterhub/repo2docker
jupyter
901
Spurious numpy version gets installed
### Bug description An [archived repo of mine](https://github.com/mdeff/ntds_2016) requires python 3.5 (specified in `runtime.txt`) and numpy 1.11.1 (specified in `requirements.txt`). While it used to work, the repo now fails to build on <https://mybinder.org> as it somehow tries to use numpy 1.19.0rc1, which is not...
closed
2020-05-28T15:31:19Z
2020-06-15T16:50:08Z
https://github.com/jupyterhub/repo2docker/issues/901
[]
mdeff
5
miguelgrinberg/Flask-SocketIO
flask
1,997
Support for once to listen for an event only 1 time (Like official socket.io server has)
**Is your feature request related to a problem? Please describe.** For example to request user input from a socket and to only handle the output once. **Describe the solution you'd like** Sending a event to the client requestInput -> {"title": "Enter name of file"} then in the client ask for input, then send the ...
closed
2023-06-30T10:31:07Z
2024-01-06T19:10:35Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1997
[ "enhancement" ]
kingdevnl
1
chezou/tabula-py
pandas
255
First line is ignored while Reading
<!--- Provide a general summary of your changes in the Title above --> The issue raises when the pdf has the incomplete borders in the first row in the table. # Summary of your issue <!-- Write the summary of your issue here --> # Check list before submit <!--- Write and check the following questionaries. --...
closed
2020-08-04T07:27:18Z
2020-08-04T12:30:54Z
https://github.com/chezou/tabula-py/issues/255
[ "PDF required" ]
Jagadeeshkb
1
JaidedAI/EasyOCR
machine-learning
1,215
English multi-column text is returned out of order
Newspapers and other multi-column text blocks appear to be scanned line by line, there is no column detection. The resulting output is in the order of first line from first column, first line from second column, first line from third column, second line from first column, second line from second column, etc. I am no...
open
2024-02-17T00:38:02Z
2024-02-17T00:38:02Z
https://github.com/JaidedAI/EasyOCR/issues/1215
[]
mlc-delgado
0
jmcnamara/XlsxWriter
pandas
138
Change to method signature of workbook.add_format()
I am wondering if there is any support for changing the signature for the workbook.add_format() method to the following: ``` python def add_format(self, properties = {}, **props): if properties and props: raise Exception("Use one or the other (make nicer error message)") .... ``` This would allow a (i...
closed
2014-06-26T16:41:37Z
2016-09-30T14:16:13Z
https://github.com/jmcnamara/XlsxWriter/issues/138
[ "feature request" ]
anthony-tuininga
6
jpadilla/django-rest-framework-jwt
django
354
Use JWT token auth for https api failed (return "Authentication credentials were not provided")
When I just deploy this app with apache2 using http, it works fine. But after I set "SSLEngine on" in apache2, I can only access these apis in browser. Accesses via postman or python-requests or curl is all failed with the same error. ![image](https://user-images.githubusercontent.com/12494243/28624379-8e6b9f6a-724b-1...
closed
2017-07-26T13:46:35Z
2019-05-17T17:49:19Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/354
[]
lizeyan
2
ultrafunkamsterdam/undetected-chromedriver
automation
1,023
Imperva dedecction
Hi. I try all things like stealh-selenium,window.cdc_*,fake user-agent but everytime imperva dedect me. https://fingerprint.com/products/bot-detection and other bot dedect result is clear.Do you guys any idea about this ?.It's not about my ip because i try at different ip's.Sorry for my bad eng btw.
closed
2023-02-02T12:44:36Z
2023-02-09T01:24:38Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1023
[]
melleryb
11
CorentinJ/Real-Time-Voice-Cloning
python
322
Problem:Run demo_cli.py, Nothing happened!
I already run " pip3 install -r requirements.txt" ,it's done. When I run "demo_cli.py", nothing happened. I repeated it several times, but just nothing. As follows: (base) C:\Users\Administrator\Real-Time-Voice-Cloning-master\Real-Time-Voice-Cloning-master>python demo_cli.py (base) C:\Users\Administrator\Real-Tim...
closed
2020-04-15T12:22:32Z
2020-04-28T03:33:08Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/322
[]
herorichard
3
LAION-AI/Open-Assistant
machine-learning
3,537
Lagging
There is a bug or lag in the chat, the internet is always full when I want to start the chat, please fix the server again even though my internet is good.
closed
2023-07-01T09:55:38Z
2023-07-04T19:51:32Z
https://github.com/LAION-AI/Open-Assistant/issues/3537
[ "bug" ]
M4X4Lmina
1
aio-libs/aiopg
sqlalchemy
385
Any way to stream results asynchronously?
Since psycopg2 doesn't support named cursors in async mode, is there any way to stream results? Is it possible to use aipog's interface synchronously to stream results? If so, how? Do I need to use raw psycopg2 directly?
closed
2017-09-11T16:42:23Z
2021-03-05T21:18:20Z
https://github.com/aio-libs/aiopg/issues/385
[]
Daenyth
3
erdewit/ib_insync
asyncio
46
doing loops to get historical data and execute order at specific time
Hello, Wondering if there is an easy way to get historical data and execute order at specific time. For example, in the first second of every minute (e.g. 15:00:01, 15:01:01, 15:02:01, 15:03:01...) i want to get some data and execute orders. Thanks.
closed
2018-02-28T04:59:36Z
2018-02-28T10:38:00Z
https://github.com/erdewit/ib_insync/issues/46
[]
dccw
1
sherlock-project/sherlock
python
1,336
Define JSON Schemas to put at the top of each JSON file
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have...
closed
2022-05-07T07:44:20Z
2024-05-07T19:26:00Z
https://github.com/sherlock-project/sherlock/issues/1336
[ "enhancement" ]
SethFalco
0
plotly/dash
data-science
2,615
[BUG] DataTable Failed to execute 'querySelector' on 'Element' - Line break in column id
``` Error: Failed to execute 'querySelector' on 'Element': 'tr:nth-of-type(1) th[data-dash-column="ccc ddd"]:not(.phantom-cell)' is not a valid selector. ``` This happens when the column id has a line break (e.g. `{'name':'aaabbb', 'id':'aaa\nbbb'}`) but not when the line break is in the name (e.g. `{'name':'aaa\...
closed
2023-08-09T11:13:05Z
2023-08-14T17:03:32Z
https://github.com/plotly/dash/issues/2615
[ "bug", "dash-data-table" ]
celia-lm
0
allenai/allennlp
nlp
5,537
Using evaluate command for multi-task model
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2022-01-07T02:16:46Z
2022-02-28T21:42:05Z
https://github.com/allenai/allennlp/issues/5537
[ "bug", "stale" ]
ICanFlyGFC
10
dask/dask
numpy
11,307
Out of memory
**Describe the issue**: It looks like `dask-expr` optimizes the query wrongly. Adding the extra `persist()` fixes the OOM memory: ```text --------------------------------------------------------------------------- MemoryError Traceback (most recent call last) Cell In[5], line 100 ...
open
2024-08-13T13:34:44Z
2024-08-19T10:21:22Z
https://github.com/dask/dask/issues/11307
[ "dataframe", "dask-expr" ]
dbalabka
12
microsoft/nni
pytorch
5,609
Tensorboard logging
**Describe the issue**: Hello, I'm using NNI v3.0 and trying to log using tensorboard. On the code I create the logging directory as `log_dir = os.path.join(os.environ["NNI_OUTPUT_DIR"], "tensorboard")` but when I try to open tensorboard on the webgui doesn't appear any logging. Looking at the output directory I notic...
open
2023-06-13T15:25:48Z
2024-01-16T08:16:41Z
https://github.com/microsoft/nni/issues/5609
[]
ferqui
2
HumanSignal/labelImg
deep-learning
109
a problem for V1.3.3 and V1.3.2 when using Windows
when trying to use V1.3.3 and V1.3.2 under windows, it always exit without any problem. what should i do?
closed
2017-07-06T07:40:03Z
2017-07-25T01:42:19Z
https://github.com/HumanSignal/labelImg/issues/109
[]
wzx918
1
datadvance/DjangoChannelsGraphqlWs
graphql
26
Support for Django-GraphQL-Social-Auth
There are two awesome projects called: 1. https://github.com/flavors/django-graphql-social-auth 2. https://github.com/flavors/django-graphql-jwt I am trying to use both the django-graphql-social-auth and the django-channels-graphql-ws packages in conjunction with each other. Ultimately, I would like to have a dj...
closed
2019-10-02T03:20:56Z
2020-12-05T23:52:42Z
https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/26
[ "question" ]
kingtimm
3
developmentseed/lonboard
jupyter
134
Sync the clicked index back to Python
It would be great, besides a tooltip to display on the JS side, to sync the index of the object that was clicked. Then the user can do `gdf.iloc[map_.clicked_index]` to retrieve the specific row Note that this can probably be an array of indices?
closed
2023-10-18T01:23:48Z
2023-11-28T18:08:18Z
https://github.com/developmentseed/lonboard/issues/134
[]
kylebarron
0
gradio-app/gradio
deep-learning
10,396
Using S3 Presgned URL's with GR.Model3D and GR.VIDEO was fail
### Describe the bug **_Bug Report_**:_Presigned URL Error with Gradio Components_ **_Encountering an `OSError` when using presigned URLs with specific Gradio components, such as `gr.Video` or `gr.Model3D`. The error details are as follows_** ### Have you searched existing issues? 🔎 - [x] I have searched and fo...
closed
2025-01-21T03:56:21Z
2025-01-21T06:42:16Z
https://github.com/gradio-app/gradio/issues/10396
[ "bug" ]
AshrafMorningstar
1
python-restx/flask-restx
flask
345
Improve documentation of `fields` arguments
**Is your feature request related to a problem? Please describe.** Currently, it's quite unclear which arguments are accepted by which `flask_restx.fields` functions. For example, for `fields.Float`, [none are explicitly documented](https://flask-restx.readthedocs.io/en/latest/api.html#flask_restx.fields.Float). To fi...
open
2021-06-24T13:41:19Z
2022-07-26T13:37:03Z
https://github.com/python-restx/flask-restx/issues/345
[ "enhancement" ]
thomsentner
0
d2l-ai/d2l-en
computer-vision
2,134
A mistake in seq2seq prediction implementation?
https://github.com/d2l-ai/d2l-en/blob/9e4fbb1e97f4e0b3919563073344368755fe205b/d2l/torch.py#L2996-L3030 **Bugs here:** ``` Python for _ in range(num_steps): Y, dec_state = net.decoder(dec_X, dec_state) ``` As you can see here, dec_state will update in every loop. But it not only affects the hidden sta...
closed
2022-05-16T09:12:58Z
2022-12-14T04:24:45Z
https://github.com/d2l-ai/d2l-en/issues/2134
[]
zhmou
2
pydata/pandas-datareader
pandas
258
Yahoo datasource issue
Hello, It looks like Yahoo single stock data has stopped as of Friday - when I try and download last night's closes it doesn't return anything. Has the website changed or has something happened I should be aware of ? Thanks
closed
2016-11-08T10:11:07Z
2017-01-08T22:10:00Z
https://github.com/pydata/pandas-datareader/issues/258
[]
hnasser95
7
paperless-ngx/paperless-ngx
machine-learning
9,167
[BUG] Saved View using Tag shows no entries on Dashboard when Showed Columns is "Default" and displayed as "Table"
### Description When a Saved View is displayed on the Dashboard, it shows no entries when all displayed columns are removed to set the "Default" column config. I guess that this behavior has changed at some point, as I have Saved Views that have been created similarly already quite some time ago and those show the do...
closed
2025-02-19T21:51:26Z
2025-03-22T03:13:26Z
https://github.com/paperless-ngx/paperless-ngx/issues/9167
[ "bug", "backend", "frontend" ]
kosi2801
1
saulpw/visidata
pandas
1,617
Packages very old
**Small description** I'm not sure how or who packages this tool for Ubuntu, but the version is old enough that there isn't even a menu in the current deb provided via apt. This was pretty confusing since the docs start off showing a menu, and trying to activate or show it was the first order of business for someone...
closed
2022-12-04T18:43:09Z
2023-02-06T22:49:29Z
https://github.com/saulpw/visidata/issues/1617
[ "bug" ]
PaluMacil
6
pallets-eco/flask-wtf
flask
72
WTForms 1.0.4 supports html5
There's no need to keep html5 compat module, WTForms supports it since v1.0.4 released 2013-04-29.
closed
2013-05-29T12:01:39Z
2021-05-30T01:24:42Z
https://github.com/pallets-eco/flask-wtf/issues/72
[]
zgoda
0
babysor/MockingBird
pytorch
243
是否实验过m2_hat用linear频谱计算误差呢?
您好,有注意到用了postnet处理mel为linear,但是看训练过程,并没有用linear的频谱,而是用mel的频谱。 问下是否实验过m2_hat用linear频谱计算误差呢? 如果有实验过,能否谈一下结果如何呢? 下面贴上loss的计算: # Backward pass m1_loss = F.mse_loss(m1_hat, mels) + F.l1_loss(m1_hat, mels) m2_loss = F.mse_loss(m2_hat, mels) stop_loss ...
open
2021-11-29T12:45:14Z
2021-11-30T08:48:58Z
https://github.com/babysor/MockingBird/issues/243
[]
ghost
4
matplotlib/cheatsheets
matplotlib
42
Cmap 'Blues' instead of 'Oranges'
There might be a typo in the tips & tricks handout where a `Blues` color map is called although an `Oranges` one is displayed: ![image](https://user-images.githubusercontent.com/733861/91155892-b8b37000-e6c3-11ea-9737-d809f2616b73.png) For consistency, maybe we could use ``` cmap = plt.get_cmap("Oranges") ``` ...
closed
2020-08-25T09:13:42Z
2021-08-24T07:12:54Z
https://github.com/matplotlib/cheatsheets/issues/42
[]
pierrepo
2
gee-community/geemap
jupyter
1,831
135 segmentation - Exception during adding raster / shape file to Map
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information I use Google Colab (TPU) ### Description Hello, I tried to run step 135 of the tutorial - https://geemap.org/notebooks/135_segmentation on google colab. The segmentation worked fine, but the steps of adding t...
closed
2023-11-13T21:03:56Z
2023-11-24T12:44:45Z
https://github.com/gee-community/geemap/issues/1831
[ "bug" ]
FaranIdo
4
newpanjing/simpleui
django
11
自定义搜索功能不生效
我自定义一个过滤器,放在 list_filter 的列表中,要原生的 admin 下是可以出现过滤的效果,但在 simpleui中过滤数据不生效,我的代码如下: ` model.py class Price(models.Model): name = models.CharField('名称', max_length=64, blank=True, null=True) num = models.IntegerField('价格', blank=True, null=True) def __str__(self): return self.name class Meta: verbose...
closed
2019-03-08T07:38:51Z
2019-04-16T09:30:43Z
https://github.com/newpanjing/simpleui/issues/11
[]
qylove516
2
tensorpack/tensorpack
tensorflow
656
Dynamic imports and IDE friendliness
Thank you for great framework, I have a question about editing tensorpack-based code. I'm using PyCharm IDE, its code navigation and code auto-completion greatly simplifies working with a model code. These IDE features works flawlessly with a Tensorflow/Keras, but did'nt work at all with a tensorpack-based models, b...
closed
2018-02-15T11:27:47Z
2018-05-30T20:59:36Z
https://github.com/tensorpack/tensorpack/issues/656
[ "enhancement" ]
Arturus
13
slackapi/bolt-python
fastapi
1,169
Using workflow custom function on AWS lambda
I am trying to convert a a legacy workflow step to the new custom function in AWS lambda, but do not see any documentation on this. The closest is https://api.slack.com/automation/functions/custom-bolt and https://api.slack.com/tutorials/tracks/bolt-custom-function, but both are using `SocketModeHandler` and have no...
closed
2024-09-25T13:00:11Z
2024-09-29T07:11:32Z
https://github.com/slackapi/bolt-python/issues/1169
[ "question" ]
ben-dov
1
svc-develop-team/so-vits-svc
deep-learning
125
[Help]: 在Google colab上运行,到推理这一步出现错误,ModuleNotFoundError: No module named 'torchcrepe'
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 win10 ### GPU 型号 525.85.12 ### Py...
closed
2023-04-05T14:49:38Z
2023-04-09T05:14:42Z
https://github.com/svc-develop-team/so-vits-svc/issues/125
[ "help wanted" ]
Asgardloki233
1
marshmallow-code/apispec
rest-api
196
Documenting callable default
When a default/missing value is a callable, it is called when generating the documentation. ```python if default is not marshmallow.missing: if callable(default): ret['default'] = default() else: ret['default'] = default ``` This can be wrong if the value of the c...
closed
2018-04-05T07:51:52Z
2018-07-18T02:04:04Z
https://github.com/marshmallow-code/apispec/issues/196
[ "feedback welcome" ]
lafrech
4
Lightning-AI/pytorch-lightning
deep-learning
20,058
Expose `weights_only` option for loading checkpoints
### Description & Motivation PyTorch will default the `torch.load(weights_only=)` option to True in the future, and started emitting FutureWarning in 2.4. Since Lightning allows storing all kinds of data into the checkpoint (mainly through save_hyperparameters() and the on_save_checkpoint hooks), so far we have to exp...
open
2024-07-08T07:30:33Z
2024-07-12T15:42:13Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20058
[ "feature", "checkpointing" ]
awaelchli
4
jonaswinkler/paperless-ng
django
1,447
[BUG] Consuming from smb share sometimes fails with "file not found" errors
<!--- => Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html => Please also make sure that you followed the installation instructions. => Please search the issues and look for similar issues before open...
closed
2021-11-20T15:11:19Z
2022-02-06T19:56:43Z
https://github.com/jonaswinkler/paperless-ng/issues/1447
[]
drgif
2
dmlc/gluon-nlp
numpy
751
CI reports linkcheck as passing for pull-requests even though it fails
@szha There is some bug in the CI setup for pull-requests. Even though the linkcheck consistently failed for all pull-requests after #566, the CI did not recognize the failure and reported the test as passing. Only on the master branch, the CI correctly reports the test as failing. See for example the log for #73...
closed
2019-06-07T07:15:24Z
2019-06-08T09:27:04Z
https://github.com/dmlc/gluon-nlp/issues/751
[ "bug", "release focus" ]
leezu
2
KaiyangZhou/deep-person-reid
computer-vision
105
About the accuracy of PCB model
Thanks for sharing. I am reproducing the PCB model, but I have tried a variety of parameter adjustment methods that can not achieve the accuracy of the original paper. My best rank1 result of pcb_p6 is 80.3%. I would like to ask what is the accuracy of your PCB model? Thanks.
closed
2019-01-20T03:33:02Z
2019-02-04T23:19:48Z
https://github.com/KaiyangZhou/deep-person-reid/issues/105
[]
jiao133
2
iterative/dvc
data-science
9,743
`exp push`: https fails
# Bug Report ## Description Unable to exp push to https git remote ### Reproduce ```console $ git clone https://github.com/iterative/example-get-started-experiments-non-demo.git $ cd example-get-started-experiments-non-demo $ dvc exp run --pull $ dvc exp push -v --no-cache origin 2023-07-18 11:18:28,97...
closed
2023-07-18T15:21:47Z
2023-07-19T13:29:08Z
https://github.com/iterative/dvc/issues/9743
[ "bug", "p2-medium", "A: experiments", "git" ]
dberenbaum
4
jupyterlab/jupyter-ai
jupyter
930
`default.faiss` not checked for existance before using
jupyter-ai seems not to check if `default.faiss` exists before using it through `faiss` ``` [E 2024-08-03 17:49:43.118 AiExtension] Could not load vector index from disk. Full exception details printed below. [E 2024-08-03 17:49:43.118 AiExtension] Error in faiss::FileIOReader::FileIOReader(const char*) at /project/...
open
2024-08-03T16:01:08Z
2025-01-21T22:14:22Z
https://github.com/jupyterlab/jupyter-ai/issues/930
[ "bug", "good first issue" ]
jhgoebbert
0
axnsan12/drf-yasg
django
530
How can a add "Injection security definitions" on my redoc?
Hi experts, How can a add "Injection security definitions" on my redoc? I didn't understand the link: https://github.com/Redocly/redoc/blob/master/docs/security-definitions-injection.md#injection-security-definitions I want to add a few menus itens before the menu item Authentication like below: ![image](http...
closed
2020-01-16T19:27:35Z
2020-01-16T21:00:25Z
https://github.com/axnsan12/drf-yasg/issues/530
[]
danilocastelhano1
1
mljar/mljar-supervised
scikit-learn
356
Add Neural Network in Optuna
closed
2021-03-29T06:51:01Z
2021-03-29T07:01:04Z
https://github.com/mljar/mljar-supervised/issues/356
[ "enhancement" ]
pplonski
0
prisma-labs/python-graphql-client
graphql
6
Will update soon on PyPI
Hi everyone, Sorry I've been busy. I'll update this project soon on PyPI
closed
2018-05-14T18:43:40Z
2018-05-25T10:04:20Z
https://github.com/prisma-labs/python-graphql-client/issues/6
[]
ssshah86
1
littlecodersh/ItChat
api
872
现在微信禁止网页版登录,这个包用不了了,求解答
open
2019-09-16T01:59:03Z
2022-03-04T08:06:58Z
https://github.com/littlecodersh/ItChat/issues/872
[]
kuangshp
17
mitmproxy/mitmproxy
python
7,034
Is support x86 systems?
#### Problem Description I installed the python 312 x86 environment and compiled mitmproxy, and the following message appears ![image](https://github.com/user-attachments/assets/5f323592-413d-438c-b396-00a30c21632d) mitmproxy Is support x86 systems? #### Steps to reproduce the behavior: 1. python -m ven...
closed
2024-07-23T08:28:48Z
2024-07-23T10:15:44Z
https://github.com/mitmproxy/mitmproxy/issues/7034
[ "kind/triage" ]
linuxlin365
2
InstaPy/InstaPy
automation
6,012
Confuse with desired amount in session.like_by_tags
What i doing wrong? i set amount in like_by_tags with random, just for test 1,1 so the number will be one. But when it running always got 10 :S ## Expected Behavior desired amount: 1 ## Current Behavior desired amount: 10 ## Possible Solution (optional) ## InstaPy configuration ### hastagból bekövetett ...
open
2021-01-07T20:21:54Z
2021-07-22T21:33:47Z
https://github.com/InstaPy/InstaPy/issues/6012
[]
noobi97
4
Gozargah/Marzban
api
689
Node distribution
We need to add the ability to select nodes for users individually. So that some users are on node number one, and some users are on node number 2
closed
2023-12-10T09:16:16Z
2024-11-04T18:32:20Z
https://github.com/Gozargah/Marzban/issues/689
[ "Feature" ]
Genry777Morgan
7
yt-dlp/yt-dlp
python
12,026
[RFE] Supported Site Request - Means TV aka means.tv
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting a new site support request - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https...
open
2025-01-08T03:16:32Z
2025-01-25T01:14:38Z
https://github.com/yt-dlp/yt-dlp/issues/12026
[ "site-request", "triage" ]
hibes
12
thtrieu/darkflow
tensorflow
846
There is an Error!
Parsing ./cfg/yolo.cfg Parsing cfg/yolo.cfg Loading bin/yolo.weights ... Traceback (most recent call last): File "E:\Users\ZP\Desktop\Getdata\flow.py", line 6, in <module> cliHandler(sys.argv) File "D:\Program Files\Python36\lib\site-packages\darkflow\cli.py", line 26, in cliHandler tfnet = TFNet(FLA...
open
2018-07-18T10:06:04Z
2018-07-18T10:06:04Z
https://github.com/thtrieu/darkflow/issues/846
[]
JoffreyN
0
dask/dask
numpy
11,382
when using max/min as first expression for new collumn dataframe will not compute
**Describe the issue**: in the code example below the dataframe will fail to compute after we have calculated cell_y collumn, I have determined that the cause is the arrangement of the expression, rearranging it can remove the error, this seems like a bug. **Minimal Complete Verifiable Example**: ```python impo...
closed
2024-09-10T12:32:19Z
2024-10-11T16:02:59Z
https://github.com/dask/dask/issues/11382
[ "dask-expr" ]
JimHBeam
1
microsoft/unilm
nlp
922
Can Magneto train a 1000 layer network and how does it compare to Deepnet?
Looking forward to the reply. Thanks. ^^ @shumingma
closed
2022-11-18T09:41:01Z
2022-11-24T04:05:05Z
https://github.com/microsoft/unilm/issues/922
[]
nbcc
5
PokeAPI/pokeapi
api
813
Inconsistency between pokemon_forms and pokemon/pokemon_stats ids
closed
2023-01-10T21:57:41Z
2023-01-12T01:24:49Z
https://github.com/PokeAPI/pokeapi/issues/813
[]
tillfox
0
modelscope/modelscope
nlp
1,194
modelscope download下载数据集的默认路径变了?
不应该是.cache/modelscope/datasets下吗,现在为什么变成.cache/modelscope/hub/datasets下了 @wangxingjun778
closed
2025-01-17T16:36:45Z
2025-01-19T06:32:05Z
https://github.com/modelscope/modelscope/issues/1194
[]
acdart
7
freqtrade/freqtrade
python
10,654
Error during backtesting QuickAdapterV3 KeyError: '&s-extrema'
<!-- Have you searched for similar issues before posting it? Yes and I found that changing model id helps freqtrade to not get stuck in old models but still even if I delete the old models I get this error. The issue I found https://github.com/freqtrade/freqtrade/issues/9379 . If you have discovered a bug in the...
closed
2024-09-15T17:20:27Z
2024-10-01T16:14:25Z
https://github.com/freqtrade/freqtrade/issues/10654
[ "Question", "freqAI" ]
luca-palese
3
newpanjing/simpleui
django
251
Uncaught TypeError: Cannot read property 'replace' of undefined
#### simple UI 版本: 3.9.1 #### 复现步骤: 登录到后台主页 #### 浏览器 F12 控制台错误日志: index.js?_=3.9.1:98 Uncaught TypeError: Cannot read property 'replace' of undefined at window.simple_call (index.js?_=3.9.1:98) at latest?callback=simple_call:1 #### 出错位置代码片段: window.simple_call = function (data) { v...
closed
2020-04-10T07:25:13Z
2020-05-05T05:22:17Z
https://github.com/newpanjing/simpleui/issues/251
[ "bug" ]
yinzhuoqun
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
307
Error using Vocoder pretrained
when I click at the "Vocode only" or "Synthesize and vocode" using the pretrained vocode happen this: cuda runtime error(100) : no CUDA-capable device is detected at ../aten/src/THC/THCGeneral.cpp:50
closed
2020-04-02T23:21:32Z
2020-07-04T22:02:20Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/307
[]
Samtapes
1