althonos / althonos/InstaLooter
[Bug] Hang with UnicodeDecodeError
- Vorherrschende Sprache
- Python
- Sterne
- 2.1k
- Forks
- 257
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi. Tried to download some photos and this is what I get:
/usr/local/bin/instaLooter instagram_profile Images/downloaded/inst/
Loading pages |N/A%(0 of 43)| |Elapsed Time: 0:00:00 |ETA: --:--:--Traceback (most recent call last):
File "/usr/local/bin/instaLooter", line 11, in
load_entry_point('instaLooter==0.8.2', 'console_scripts', 'instaLooter')()
File "/home/korben/.local/lib/python2.7/site-packages/instaLooter/cli.py", line 137, in main
new_only=args['--new'],
File "/home/korben/.local/lib/python2.7/site-packages/instaLooter/core.py", line 401, in download
new_only=new_only
File "/home/korben/.local/lib/python2.7/site-packages/instaLooter/core.py", line 472, in _fill_media_queue
medias_queued, stop = self._add_media_to_queue(media, condition, media_count, medias_queued, new_only)
File "/home/korben/.local/lib/python2.7/site-packages/instaLooter/core.py", line 484, in _add_media_to_queue
if not os.path.exists(os.path.join(self.directory, media_basename)):
File "/usr/lib/python2.7/posixpath.py", line 78, in join
path += b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
Any suggestions?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.