NonbinaryWiki / BinaryBot

Bot that runs on the Nonbinary Wiki Discord server
https://discord.gg/fgmBrESAr3
GNU General Public License v3.0
5 stars 9 forks source link

NBDB list should try again after a 502 error #41

Closed NeoMahler closed 2 years ago

NeoMahler commented 2 years ago

Right now, it raises the error and the script stops.

NeoMahler commented 2 years ago

Same for 500 errors. It should probably catch all errors in general.

NeoMahler commented 2 years ago

With 00d8f0e0f37e098e163dac62ec0f890fc7657ad1, it should try up to 3 times per item if there's an exception raised by the requests module.