Skip to content
Discussion options

You must be logged in to vote

In v3.5.0, a new configurable dashboard with widgets was introduced. It looks like one of the default widgets tries to make Internet connections, and is raising exceptions for you. I see that your traceback is within RSSFeedWidget:

File "/opt/netbox/netbox/extras/dashboard/widgets.py", line 272, in render
feed = self.get_feed()

There is a similar problem at #12384 and #12421. v3.5.1 will include a fix with a 3-second timeout, and it looks like it also catches requests.exceptions.RequestException; however this might not fix it for you since I don't know if the exception you see (RemoteDisconnected) is a subclass of RequestException. I think OSError and RuntimeError should be caught.

There…

Replies: 9 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by homeopatix
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@candlerb
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants