Everything posted by Guy Shimon
-
Export forum data
thanks, Marc. yes, I meant getting a mysql file. who do I need to speak with in order to get it?
-
Export forum data
I'm planning some changes and would like to export all forum, blogs etc to my email. Is there a way to do it without contacting IPB support?
-
making a GET request with Python
I did, did not help. Is there anyone at Invision development team that knows Python? maybe just write the simplest API call and post it here? shouldn't be hard...
-
making a GET request with Python
Hey Marc, can anyone in the development team can translate this API call to Python? many thanks
-
Board just went down…
No bulletin on my panel. Also, please consider sending an email as well. This caught some of us by complete surprise.
-
Blank text blocks
Since this topic got marked as solved, I opened a new one. cant edit text block on the side column. no problem on the main page. I changed to the default theme, didn't work. not even changing the language back to default: 2022-01-24 21-35-59.mp4 2022-01-24 21-58-55.mp4
-
making a GET request with Python
I got a few 😀 first it was 401(unauthorized), then after fiddling with the parameters it was 429 (Client Error: Too Many Requests), and now it's : requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mywebsite', port=443): Max retries exceeded with url: /api/forums/forums (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000265DE369C40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) I got a few 😀 first it was 401(unauthorized), then after fiddling with the parameters it was 429 (Client Error: Too Many Requests), and now it's : requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mywebsite', port=443): Max retries exceeded with url: /api/forums/forums (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000265DE369C40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
-
making a GET request with Python
Hi all, I just read the API documentation, I only saw mentions of PHP. Did anyone managed to pull it with Python? I tried this. What am I missing? import os import json import requests API_KEY = "api_key" ENDPOINT = "https://www.myforum.com" headers = { 'Authorization': 'Basic ' + API_KEY } response = requests.get(url=f"{ENDPOINT}/api/forums/forums", headers=headers) response.raise_for_status() print(response.text)
-
Page builder text issue
-
can't upload iCal file
Thanks, was somehow resolved. a different problem though: since the last update, I cant seem to edit a text block that is added to the side bar. it just opens up blank:
-
can't upload iCal file
the field in which I'm supposed to choose the member creating the event's is not clickable even choosing the file and calendar the feed will be saved to:
-
Problem with RSS feed on mobile devices
I just uploaded an RSS feed to the forum and it works nice. Problem is, that on mobile devices, headlines get cut in the middle. On desktop, it has enough room for the entire thing. Is there a way to make it contain the entire headline?
-
Bandwidth usage
Yes I'm a community in the cloud customer. I would like to be hands-on on storage usage
-
Bandwidth usage
Hello, Where can I find data on the usage of my storage package and user statistics?
-
IOS photos are uploaded upside down
Hi all, We have a problem on our phorum - some of the pictures taken with an iPhone and uploaded directly, are disoriented. now I read the thread attached. Is there a proper intuitive solution to this problem where I don't need to educate members? Thanks.