Open vmazi opened 6 days ago
Unable to produce. Might want to check what happened just BEFORE the exception in order to determine which row in the DB may be causing it. Claim is the channel name that is displayed in the channel editor for that channel is causing the issue. This name can be altered by you, so it is possible that you changed the name, which caused the issue. It is also possible that DL did something.
I wiped my cabernet data
- /home/vmaz/config/cabernet/data:/app/data:z # App data (Optional)
- /home/vmaz/config/cabernet/plugins_ext:/app/plugins_ext:z # Plugins Data (Optional)
- /home/vmaz/config/cabernet/secrets:/app/.cabernet:z # Ecryption key data (Optional)
and re-ran container and was able to reproduce (AND NO DaddyLive channels were created). Since its happening on fresh install of new data, I'm guessing DaddyLive changed something which caused an invalid channel name. I'll try to iron out exactly what it is
Click
Refresh DaddyLive Channels under "Scheduled Tasks"
Logs in docker show
At first I thought this was a plugin issue, so i opened https://github.com/cabernetwork/provider_video_daddylive/issues/31 But it seems like the code is in cabernet app itself. Will try to figure out exactly what the bad param could be.