Jump to content

Guy Shimon

Clients
  • Posts

    15
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Guy Shimon

  1. thanks, Marc. yes, I meant getting a mysql file. who do I need to speak with in order to get it?
  2. 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?
  3. 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...
  4. Hey Marc, can anyone in the development team can translate this API call to Python? many thanks
  5. No bulletin on my panel. Also, please consider sending an email as well. This caught some of us by complete surprise.
  6. 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
  7. 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'))
  8. 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)
  9. tested with default theme, it's the same:
  10. 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:
  11. 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:
  12. 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?
  13. Yes I'm a community in the cloud customer. I would like to be hands-on on storage usage
  14. Hello, Where can I find data on the usage of my storage package and user statistics?
  15. 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.
×
×
  • Create New...