You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I hit the button "Generate Images", I get the message "Error: Can't generate thumbnail. Is your server running? Check the logs."
I checked the make_screenshot.py to see if I need ti change the port there when I changed it before in settings.py because I had something running on 9000 already.
But the port there is not the same as the one in settings, as I understand it's an own webserver instance just for the screenshot.
I start the mod-sdk via the mod-panel app(assuming this is "the right way" to do it), and I see no output in the console that would point on the cause of this error.
(actually I see no output at all in the SDK Tab of mod-panel... but that might be another issue in another repository).