data source from git stoped working #13039
Unanswered
andershagman
asked this question in
Help Wanted!
Replies: 1 comment
-
VSCode did a core dump and left a very big file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Netbox ver 3.5.3
The sync worked as should but after around 50+ changes in the git repo Netbox fail to sync.

The error message isn´t that clear:
A tcpdump reveals that Netbox contacts our gitlab and fetches a lot of packets but nothing in Netbox.
Have restarted Netbox and recreated the data source but no difference.
Configured logging with debug but does not give anything.
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': '/var/log/netbox.log',
},
},
'loggers': {
'': {
'handlers': ['file'],
'level': 'DEBUG',
},
},
}
Beta Was this translation helpful? Give feedback.
All reactions