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

Impossibile aggiungere prodotti da tracciare #38

Open
Kqppah opened this issue Aug 28, 2024 · 3 comments
Open

Impossibile aggiungere prodotti da tracciare #38

Kqppah opened this issue Aug 28, 2024 · 3 comments

Comments

@Kqppah
Copy link

Kqppah commented Aug 28, 2024

Quando inserisco una nuovo prodotto mi dà un errore penso inerente a --minPrice e --maxPrice. Se invio il comando senza quelli due valori, la query viene inserita normalmente. Problema riscontrato sia su Win 7 che su Win 10. Qualche mese fa funzionava, non è che stata cambiata qualcosa nel codice? Sapete come potrei risolvere? (Premetto che non so programmare)

@Kqppah
Copy link
Author

Kqppah commented Aug 28, 2024

Attualmente ho risolto utilizzando la versione precedente del bot

@jaco-99
Copy link
Contributor

jaco-99 commented Dec 26, 2024

Ciao, potresti riportare l'errore che ti viene mostrato o la query che lo genera?

@Kqppah
Copy link
Author

Kqppah commented Dec 28, 2024

Ciao, potresti riportare l'errore che ti viene mostrato o la query che lo genera?

Ho provato anche con la versione di 3 settimane fa e continua a darmi questo errore, se rimuovo minPrice e maxPrice la query va, ma ovviamente perde la sua utilità. Quindi attualmente continuo ad utilizzare una versione precedente del bot.

python3 subito-searcher.py --add RTX_2060_Super --url https://www.subito.it/annunci-italia/vendita/elettronica/?q=2060+super --minPrice 0 --maxPrice 110

2024-12-28, 23:14:51 running query ("RTX_2060_Super" - https://www.subito.it/annunci-italia/vendita/elettronica/?q=2060+super)...
Traceback (most recent call last):
File "/home/computerino/Desktop/SubitoSearcher/subito-searcher.py", line 324, in
run_query(args.url, args.name, False, args.minPrice if args.minPrice is not None else "null", args.maxPrice if args.maxPrice is not None else "null",)
File "/home/computerino/Desktop/SubitoSearcher/subito-searcher.py", line 205, in run_query
if queries.get(name).get(url).get(minPrice).get(maxPrice).get(link):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'

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

2 participants