Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on search #13

Open
stillenacht288 opened this issue Jan 31, 2021 · 4 comments
Open

Crashes on search #13

stillenacht288 opened this issue Jan 31, 2021 · 4 comments

Comments

@stillenacht288
Copy link

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

@fstanley
Copy link

Same

@yonderbread
Copy link

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.

@mrbooshehri
Copy link

mrbooshehri commented Sep 28, 2021

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`

@BernhardSigl
Copy link

Same on Win11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants