Replies: 1 comment
-
|
My first thought is you have a corrupt database . The filters are there so you don't have to delete records, you simply set your filter to omit the older records from displaying. I would start by replacing the database with a fresh copy from Github . You should try replacing traffic.db3 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This was moved from the wrong discussion area.
Data Manager Crashes
I'm running COMMSTATONE Ver 1.0.5 in Linux Mint 21.3 Cinnamon
My COMMSTATONE Ver 1.0.5 shows a number of old received STATREPS. In the past, I've been able to delete them with the Data Manager; however, now the data manager exits. When running in a terminal, the last messages are these:
launching default SR Report Display
Traceback (most recent call last):
File "/home/ether-15/commstatone/commdata.py", line 843, in
UIWindow = UI()
File "/home/ether-15/commstatone/commdata.py", line 108, in init
self.testload()
File "/home/ether-15/commstatone/commdata.py", line 128, in testload
self.loadData()
File "/home/ether-15/commstatone/commdata.py", line 394, in loadData
self.mapperWidget()
File "/home/ether-15/commstatone/commdata.py", line 438, in mapperWidget
m = folium.Map(
File "/home/ether-15/.local/lib/python3.10/site-packages/folium/folium.py", line 308, in init
tile_layer = TileLayer(
File "/home/ether-15/.local/lib/python3.10/site-packages/folium/raster_layers.py", line 140, in init
raise ValueError("Custom tiles must have an attribution.")
ValueError: Custom tiles must have an attribution.
CompletedProcess(args=['/usr/bin/python3', 'commdata.py'], returncode=1)
Beta Was this translation helpful? Give feedback.
All reactions