preske87
preske87
When modifying the schema (/structr/#schema) and performing a change which fails in compilation, this is written into the logfile, but no indication is made in the schema page. There should...
I did create a data export in my production instance of Structr and am trying now to import this into my development instance. For the import, I am using the...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
Trying to generate an access code for the app, I get an error My code to connect ``` api = GraphAPI(app_id=INSTAGRAM_APP_ID,app_secret=INSTAGRAM_APP_SECRET_CODE, application_only_auth=True) ``` Returning error ``` FacebookError(code=101,message=Error validating application. Cannot...
I may overlook it, but which steps are required to post/publish a story in Instagram through the API?
I am generating an image using the following ``` generated_files = hti.screenshot(url=html_file, save_as=screenshot_filename, size=((IMG_WIDTH,IMG_HEIGHT))) ``` `IMG_WIDTH` is set to 1080 `IMG_HEIGHT` is set to 1920 When I open the `html_file`...