-
hi, this is the error message I get when I try running the script combine_folder_multiprocess.py. both the script and the data files (e.g. RC_2020_01.zst) is also in same folder. Is there something …
-
had to disable insecure request warning before running as it showed error.
```
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
```
But after running, it throw…
-
Finviz? I thought I was asking Reddit for data.
-
Hello, I have a problem with the wallstreetbets.py , I am receiving the following error :
\Python36-32\lib\site-packages\urllib3\connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS re…
-
Hello,
is it possible to to add heic support? I used for some years an iPhone and the the photos are in heic format. But the script supports only jpg and tif.
-
When https://reddit.com/r/wallstreetbets is select as group, nntpit will report a lot of warnings, like:
```
[15]
sanel updated
2 years ago
-
Hi,
I keep getting a `Twitter stream stalled` due to operational disconnect. I handle this with an error decorator, which then tries to reconnect using `retry` and some back off delay. However, whe…
-
The Terminal hangs when using: `reddit_sent -f`
![Screen Shot 2022-05-23 at 10 59 52 AM](https://user-images.githubusercontent.com/85772166/169879591-b04bb053-c01e-4376-9460-109397b5036e.png)
It…
-
https://github.com/errbotio/err-backend-discord/blob/82b55570fefe7fad8a82f891302686e5201e3b55/src/err-backend-discord/err-backend-discord.py#LL413C15-L413C15
Instead of:
```python
return Discor…
-
No matter how I format the subreddit string so far, it always returns with 'whateverItype does not look like a valid subreddit."
To Reproduce
I've used:
([p] is substituted for prefix and whateve…