Rishabh Sethi
Rishabh Sethi
I have set timeout to -1 and still job goes to FailedJobRegistry while its running ``` queue = Queue(connection=self.conn, default_timeout=-1) queue.enqueue(f, result_ttl=60, job_timeout=-1, *args, **kwargs) ``` ``` {"job_id":"xxxxxxxxxxxxxxxxxxxxxxxxx","exc_info":"Moved to FailedJobRegistry...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Microsoft Windows 11 Home Single Language **Thrown From**: [ide-python](https://github.com/lgeiger/ide-python) package 1.9.7 ### Stack Trace Failed to...
I have cloned the repo and ran test.py but it throws this error ``` /content/iww/iww/extractor/resources_extractor.js https://stackoverflow.com/questions/66102275/commanderjs-i-cant-get-value-from-option /content/iww/test.json internal/modules/cjs/loader.js:883 throw err; ^ Error: Cannot find module 'puppeteer' Require stack: - /content/iww/iww/extractor/resources_extractor.js...
I've created a repo which can produce a csv in order of any stream listed on https://gate.nptel.ac.in/ I think this may be useful For CSE: ``` TOPIC SUB TOPIC 1...
I'm getting an error ``` Traceback (most recent call last): File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 905, in main() File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 900, in main setup() File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 893, in setup setup_fog()...
I'm trying to run these samples in colab, but it throw this error: ``` Waiting for authorization and callback to: http://127.0.0.1:8080/... Traceback (most recent call last): File "/content/v1/list_apps.py", line 81,...
I'm trying to download mo4 from m3u8 on Colab ``` import m3u8_To_MP4 ``` --- 1) ``` m3u8_To_MP4.multithread_download('https://ww3.gogoanime2.org/playlist/MjYzMw==.m3u8') ``` Output ``` summary m3u8_uri: https://ww3.gogoanime2.org/playlist/MjYzMw==.m3u8; max_retry_times: 3; tmp_dir: /tmp/m3u8_2184998115; mp4_file_path: ./m3u8_To_MP4.mp4; ---------------------------------------------------------------------------...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...