Title: web1media's Replies | WordPress.org

---

# web1media

  [  ](https://wordpress.org/support/users/web1media/)

 *   [Profile](https://wordpress.org/support/users/web1media/)
 *   [Topics Started](https://wordpress.org/support/users/web1media/topics/)
 *   [Replies Created](https://wordpress.org/support/users/web1media/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/web1media/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/web1media/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/web1media/engagements/)
 *   [Favorites](https://wordpress.org/support/users/web1media/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/web1media/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/web1media/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] WordPress 6.8](https://wordpress.org/support/topic/wordpress-6-8-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/wordpress-6-8-3/#post-18431969)
 * New attempt, conversion done but no OSM OotB import.
   Maybe the conversion is 
   not correct, I continue the tests.
 * import json
   from pathlib import Path
 * geojson_path = Path(“/mnt/data/carte_a75.geojson”)
   with open(geojson_path, “r”,
   encoding=”utf-8″) as f:geojson_data = json.load(f)
 * donnees_extraites = [feature[“properties”] for feature in geojson_data.get(“features”,[])]
 * output_path = Path(“/mnt/data/carte.json”)
   with open(output_path, “w”, encoding
   =”utf-8″) as f:json.dump(donnees_extraites, f, indent=2, ensure_ascii=False)
 * output_path.name
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] WordPress 6.8](https://wordpress.org/support/topic/wordpress-6-8-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/wordpress-6-8-3/#post-18431952)
 * Yes, I saw the problem. ChatGpt doesn’t seem to work for files that are several
   MB in size.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] WordPress 6.8](https://wordpress.org/support/topic/wordpress-6-8-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/wordpress-6-8-3/#post-18431608)
 * Thank you for your reply, I had done a test with a simple extension change, without
   success. I will follow your advice, hoping for a future update 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] WordPress 6.8](https://wordpress.org/support/topic/wordpress-6-8-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/wordpress-6-8-3/#post-18431086)
 * Hello,
   Question of the day: is an import of .geojson files planned or possible?
   Thank you for your attention and have a nice day.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] WordPress 6.8](https://wordpress.org/support/topic/wordpress-6-8-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/wordpress-6-8-3/#post-18428012)
 * It’s working again, thank you very much 🙏
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] OpenAi](https://wordpress.org/support/topic/openai-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/openai-3/#post-18391348)
 * Thanks for the Gemini clarification; I’ll test it soon.
   Could this be due to 
   the site being in WPMU ?I’ll also test it with OAI on a standalone site to see.
   To be continued
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] OpenAi](https://wordpress.org/support/topic/openai-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/openai-3/#post-18389696)
 * Hi,
   As promised, here are the rest of the tests :
 * With OpenAI
   “ai_provider”: “[https://api.openai.com/v1/chat/completions&#8221](https://api.openai.com/v1/chat/completions&#8221);,“
   ai_model”: “gpt-3.5-turbo”,“ai_api_key”: “sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX”
   Error message: Something went wrong
 * With Gemini
   “ai_provider”: “[https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro:generateContent&#8221](https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro:generateContent&#8221);,“
   ai_model”: “gemini-1.5-pro”,“ai_api_key”: “AIzaSyDXXXXXXXXXXXXXXXXXXXXXXXXXXXX”
   Error message: Something went wrong
 * So it will be a use without AI, too bad, thanks for the extension
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] OpenAi](https://wordpress.org/support/topic/openai-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/openai-3/#post-18342864)
 * Thank you very much for your research. I will test and keep you informed. Beautiful
   day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] OpenAi](https://wordpress.org/support/topic/openai-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/openai-3/#post-18326507)
 * Hello, thank you for your search.
 * I have a pro subscription, with a bank card and access to uses so a priori it
   is not a credit problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Out of the Block: OpenStreetMap] OpenAi](https://wordpress.org/support/topic/openai-3/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/openai-3/#post-18323415)
 * Thanks for your reply.
   This is my first time using an API key so…Went to[https://platform.openai.com/api-keys](https://platform.openai.com/api-keys)
   I generated a key with all permissions and then copied/pasted it into the OpenAI
   settingsIs that right?I generate a new one, put it back and come back for the
   result.An example of a question to suggest to me for a parallel test?To be continued
    -  This reply was modified 1 year, 5 months ago by [web1media](https://wordpress.org/support/users/web1media/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleTOC - Table of Contents Block] erreur SIGSEGV](https://wordpress.org/support/topic/erreur-sigsegv/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [2 years ago](https://wordpress.org/support/topic/erreur-sigsegv/#post-17904881)
 * Solution found: disable automatic summary update in general settings.
 * Have a good day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] erreur fatale à l’activation](https://wordpress.org/support/topic/erreur-fatale-a-lactivation/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/erreur-fatale-a-lactivation/#post-17257508)
 * Nous travaillons à 2 🙂 Le problème est donc bien résolu ! Merci à vous pour 
   votre réactivité. Cordialement
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleTOC - Table of Contents Block] AMP Script non valide: accordion.js](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/#post-16567218)
 * For information, even by disabling the compression extension, the error still
   appears: we have abandoned the accordion function to be able to continue to use
   the summary with AMP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleTOC - Table of Contents Block] AMP Script non valide: accordion.js](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/#post-16565292)
 * Thank you for your contribution. I see with our administrator and keep you informed
   if necessary. Good day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleTOC - Table of Contents Block] AMP Script non valide: accordion.js](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/)
 *  Thread Starter [web1media](https://wordpress.org/support/users/web1media/)
 * (@web1media)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/amp-script-non-valide-accordion-js/#post-16565183)
 * Here is the additional information from the error validation interface, is that
   better for you?
 * [https://www.petit-fichier.fr/2023/03/16/screenshot-2023-03-16-104445/](https://www.petit-fichier.fr/2023/03/16/screenshot-2023-03-16-104445/)
 * État
   Retiré (Unreviewed)InformationAMP does not allow the use of JS `<script>`
   tags unless they are for loading [AMP components](https://amp.dev/documentation/components/),
   which are added automatically by the AMP plugin. For any page to be served as
   AMP, all invalid script tags must be removed from the page. Instead of custom
   or third-party JS, please consider using AMP components and functionality such
   as [amp-bind](https://amp.dev/documentation/components/amp-bind/) and [actions and events](https://amp.dev/documentation/guides-and-tutorials/learn/amp-actions-and-events/)(
   as opposed to JS event handler attributes like `onclick`). Some custom JS can
   be added if encapsulated in the [amp-script](https://amp.dev/documentation/components/amp-script/).
   Learn more about [how AMP works](https://amp.dev/about/how-amp-works/).
 * If all invalid markup is “removed” the page will be served as AMP. However, the
   impact that the removal has on the page must be assessed to determine if the 
   result is acceptable. If any invalid markup is “kept” then the page will not 
   be served as AMP.
 * Code d’erreur`DISALLOWED_TAG`
 * Balisage non valide
 * `<script … >`Attributs de l’élément
 * Nom de l’élément
 * src : [https://…website…/wp-content/plugins/simpletoc/src/accordion.jsidsimpletoc-accordion-js](https://…website…/wp-content/plugins/simpletoc/src/accordion.jsidsimpletoc-accordion-js)
 * `script`
 * Élément parent`body`

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/web1media/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/web1media/replies/page/2/?output_format=md)