Open SugarRayLua opened 16 hours ago
seems like an issue with config.json
check if this key is correct 'refersh_interval_minutes' in the config.json
Thanks, @regek.
This is my config.json (copied from example):
{
"server_ip": "0.0.0.0",
"server_port": "5000",
"currency": "$",
"refresh_interval_minutes": 15,
"log_filename": "fb-rssfeed.log",
"url_filters": {
"https://www.facebook.com/marketplace/page1": {
"level1": ["tv"],
"level2": ["smart"],
"level3": ["55\"", "55 inch"]
},
"https://www.facebook.com/marketplace/page2": {
"level1": ["dishwasher"],
"level2": ["kitchenaid", "samsung"]
},
"https://www.facebook.com/marketplace/page2": {}
}
}
refresh_interval_minutes seems to present and set to value 15
Hi-- your Facebook Marketplace program looks like it will be very helpful!
However, even though I think I installed it correctly, I'm getting the following attribute error when I'm trying to set up the server:
Any suggestions?
I'm on a Ubuntu Noble derivative, AMD x86_64 and t=using your example json file as the config.json file
Thanks!