-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When using this container there are no graphs generated. When using OSCAR exe in windows I see all the graphs. When googling for a resolution most say a bad SD card or the lock on the card was on while the machine was in use. Since the data/graphs show up in the OSCAR executable I am wondering if I has a setting wrong somewhere.
my compose below. the only thing changed is the host port.
version: '3.8'
services:
oscar:
image: rogerrum/docker-oscar:latest
container_name: oscar
restart: unless-stopped
ports:
- 3002:3000
volumes:
- /oscar-data:/config/Documents/OSCAR_Data:rw
- /SDCARD:/config/SDCARD:rw
environment:
TZ: "America/Chicago"
Errors in debug
15258: Debug: Daily::Load called for "Mon Feb 3 2025" using "Sans Serif,10,-1,5,50,0,0,0,0,0"
15258: Debug: Setting App font in Daily::Load
15258: Debug: Application font starts out as QFont(Sans Serif,10,-1,5,50,0,0,0,0,0)
15258: Debug: Application font set to QFont(Sans Serif,10,-1,5,50,0,0,0,0,0)
15258: Debug: Application font reads back as QFont(Sans Serif,10,-1,5,50,0,0,0,0,0)
15259: Debug: system font is "Sans Serif"
15289: Debug: Page change time (in ms): Unload = 2 Load = 30 Other = 0
15351: Debug: gGraphView: No graphs drawn
15351: Debug: "gGraphView:There is no data to graph"
380088: Debug: gGraphView: No graphs drawn
380088: Debug: "gGraphView:There is no data to graph"
380136: Debug: gGraphView: No graphs drawn
380136: Debug: "gGraphView:There is no data to graph"
386209: Debug: gGraphView: No graphs drawn
386209: Debug: "gGraphView:There is no data to graph"
Pictures of the apps side by side