-
Notifications
You must be signed in to change notification settings - Fork 7
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
AttributeError #11
Comments
Hey blurp! Sorry for the slow reply. Which version of |
I am also getting the same error
|
@djkingraja @blurp76 I have just published a new version (0.0.11) with many improvements & bug fixes. Could you please try with that & let me know if things work? |
Hi, Thanks for the update, there is an improvement and am getting the alerts now, however I see this in the output INFO:discogs_alert.loop: took 435.63548827171326 |
Hi, thanks keeping this project alive! I'll try to test it in the next days and report the results |
@djkingraja could you post here the versions of the various dependencies (i.e. the output of |
Here is the output of pip freeze pip freeze I will try to give some more insight when the error happens. |
Saw a new error just now Now For Sale: DJ Pied Piper & The Masters Of Ceremonies - Do You Really Like It? — Listing available: https://www.discogs.com/sell/item/2390167273 |
Ok, I definitely need to improve the error handling in that particular case. Unfortunately I can't see which listing caused the issue, nor which currency (otherwise I could easily debug it). Do you have many items in your wantlist? Is it too hard to work out which listing caused the issue? |
In order to better diagnose issues like #11, here we add an explicit exception rather than failing "silently", also propagating the release ID through to make debugging possible.
FYI @djkingraja I just published a new version ( |
Thanks, I have just updated to the latest version, I still see an error as below, although not sure why and at which point it happens INFO:discogs_alert.loop: took 404.6959021091461 |
Hmph, sorry about that' I'll do my best to get this fixed this week. Could you let me know 1) which platform you're using (Windows, Mac, etc.), 2) how you're running |
Hi, this is not urgent and it seems to still be working without issues.
|
Hello im trying to setup discogs-alert on a debian 11 bullseye appliance. I'm getting this error... can you help on how to fix it please? thanks a lot
`
INFO:discogs_alert.loop:
running @#loop
INFO:discogs_alert.loop:AttributeError: will continue looping as usual
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/discogs_alert/loop.py", line 67, in loop
for listing in client_anon.get_marketplace_listings(release.id):
File "/usr/local/lib/python3.10/site-packages/discogs_alert/client.py", line 143, in get_marketplace_listings
return da_scrape.scrape_listings_from_marketplace(response_content)
File "/usr/local/lib/python3.10/site-packages/discogs_alert/scrape.py", line 51, in scrape_listings_from_marketplace
media_condition = media_condition_tooltips.get("data-condition")
AttributeError: 'NoneType' object has no attribute 'get'
INFO:discogs_alert.loop: took 3.3722472190856934
The text was updated successfully, but these errors were encountered: