tab-scraper icon indicating copy to clipboard operation
tab-scraper copied to clipboard

Crashes on search

Open stillenacht288 opened this issue 4 years ago • 4 comments
trafficstars

Downloaded the executable. Opens up, and once I input text and hit "search," it crashes. Running Windows 10.

stillenacht288 avatar Jan 31 '21 06:01 stillenacht288

Same

fstanley avatar Apr 12 '21 01:04 fstanley

Seems that some data that's supposed to be in json format is no longer being scraped correctly ending up in a JSONDecodeError. I'm going to fork this project and see if I can fix it.

yonderbread avatar Sep 07 '21 19:09 yonderbread

It also crashes on Linux

the error :

`Traceback (most recent call last):

File "tab_scraper.py", line 159, in search_tabs File "utils.py", line 33, in search_tabs File "json/init.py", line 348, in loads File "json/decoder.py", line 337, in decode File "json/decoder.py", line 355, in raw_decode

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) zsh: abort (core dumped) ./tab_scraper`

mrbooshehri avatar Sep 28 '21 14:09 mrbooshehri

Same on Win11

BernhardSigl avatar Sep 11 '22 11:09 BernhardSigl