althonos / althonos/InstaLooter
[Bug] ERROR - u'PostPage'
- Lingua principale
- Python
- Stelle
- 2.1k
- Fork
- 257
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
This is the first I've encountered of this particular error, and initially I believed it to be a side-effect of the presence of a dot in a username, ex. `user.name`. But after trying another account (with multiple dots in fact), this issue seems to be isolated simply to one account. It's public, and I've tried both logged and not logged in runs. Also, it may be worth noting, when this error hits, a Ctrl+C doesn't cut it; I had to use Shift+Break to get back out.
```
msanders@instance-1:~/insta$ ./lf.sh
Loading pages | 25%(1 of 4)|### |Elapsed Time: 0:00:04 |ETA: 0:00:1200:17:57 - ERROR - u'PostPage'
^C^\./script.sh: line 2: 16909 Quit (core dumped)
```
## Contents of lf.sh
```bash
#!/bin/bash
source instalooter-env/bin/activate
cd luna.freyas
./script.sh
```
## Contents of luna.freyas/script.sh
```bash
#!/bin/bash
instaLooter luna\.freyas -v -N -D -e -T {id}.{datetime}.{code}
instaLooter luna\.freyas -v -N -m -T {id}.{datetime}.{code}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.