Coder Social home page Coder Social logo

Comments (10)

oleksiihopchenko avatar oleksiihopchenko commented on August 10, 2024 1

Hello @EsterBergen! Thanks for the quick response. We do not support web version. So it's just win 32

from office-js.

FilipStenbeck avatar FilipStenbeck commented on August 10, 2024 1

We have deployed a fix and we have seen that now that we return 200, the integration loads. Thank you for your help!

from office-js.

EsterBergen avatar EsterBergen commented on August 10, 2024 1

@FilipStenbeck - so glad it works now! @croicu - thank you for tackling this customer issue!

from office-js.

EsterBergen avatar EsterBergen commented on August 10, 2024

Thanks @oleksiihopchenko for sharing this! I can see it for Mentimeter on version 2404. Will look into this and will respond back here. Do you also see this on web, or just Win 32?

from office-js.

oleksiihopchenko avatar oleksiihopchenko commented on August 10, 2024

Hi @EsterBergen. Any insights on this issue? Our users are still experiencing it :(

from office-js.

FilipStenbeck avatar FilipStenbeck commented on August 10, 2024

@EsterBergen Hi, has there been any progress with this issue?

from office-js.

croicu avatar croicu commented on August 10, 2024

The problem is the first page load returns HTTP error 500. This is treated by Office as an unrecoverable error and this is why we are displaying the error banner:

GET https://www.mentimeter.com/_integrations/entry/powerpoint?manifest_version=4.1&et=PAByACAAdgA9ACIAMQAiAD4APAB0ACAAYQBpAGQAPQAiAFcAQQAxADIAMwA0ADUANgA3ADgAOQAiACAAcABpAGQAPQAiAGMAZQAzADkAOQBlADIANQAtADIAYgA1ADYALQA0AGYAZQA3AC0AOABkADAAYwAtADAAZgBmAGUAMgA0ADYAZgAyADAANAAzACIAIABvAGkAZAA9ACIANABPAEsAQgAwADEAOABEAC0ASgBPADAANwAtADQANwBHAEcALQBBADIAOQAxAC0AWgBSADMAMABBADcAMQA4ADcAWgA0ADAAIgAgAHQAcwA9ACIAMAAiACAAcwBsAD0AIgB0AHIAdQBlACIAIABlAHQAPQAiAEYAcgBlAGUAIgAgAGEAZAA9ACIAMgAwADIAMgAtADAANgAtADIAOABUADIAMwA6ADUAOQA6ADUANwBaACIAIABzAGQAPQAiADIAMAAyADIALQAwADYALQAyADgAIgAgAHQAZQA9ACIAMgAwADIAMwAtADAANgAtADIAOABUADIAMwA6ADUAOQA6ADUAOABaACIAIABzAHMAPQAiADAAIgAgAC8APgA8AGQAPgA2AHgALwBEACsAZABHAE8AVQB5AEYAcgBsAEgAYgB0AFQAWQAvAGEAeABRAGoAYwBQAEwAZgA1AGEAYwA0ADIAdABXAEUAeQBXAFQAWQB5AFIAOQA2AD0APAAvAGQAPgA8AC8AcgA%2BAA%3D%3D&_host_Info=Powerpoint$Win32$16.01$en-US$$$$16 HTTP/1.1
Host: www.mentimeter.com
Connection: keep-alive
sec-ch-ua: "Microsoft Edge";v="123", "Not:A-Brand";v="8", "Chromium";v="123", "Microsoft Edge WebView2";v="123"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9

HTTP/1.1 500 Internal Server Error
Date: Thu, 28 Mar 2024 21:56:26 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
CF-Ray: 86badebe0a70ec60-SEA
Cache-Control: public, max-age=300, stale-while-revalidate=300, stale-if-error=86400
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url, Accept-Encoding
content-security-policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' *
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
x-edge-runtime: 1
x-matched-path: /entry/powerpoint
x-permitted-cross-domain-policies: none
x-powered-by: Next.js
X-Robots-Tag: noindex, nofollow
Set-Cookie: __cf_bm=L1AlGCOPy6COP1jdZ5i5ID5NyvkebhBBOT8.OoGmhvs-1711662986-1.0.1.1-5t1klRnHrRHTL4jJwoHYWv1gUBjqEsselWg4i6nbJ.4V8sKGTF2f1Nr1_bqoVHojgWlhYb09I.qVDdqBDcuv6A; path=/; expires=Thu, 28-Mar-24 22:26:26 GMT; domain=.mentimeter.com; HttpOnly; Secure; SameSite=None
Server: cloudflare
alt-svc: h3=":443"; ma=86400
Content-Length: 10539

...

from office-js.

croicu avatar croicu commented on August 10, 2024

I believe that returning 200 will fix the error without the need for a client fix.

from office-js.

EsterBergen avatar EsterBergen commented on August 10, 2024

@FilipStenbeck and @oleksiihopchenko - Can you try the proposed fix above and let us know if that resolves the issue?

from office-js.

FilipStenbeck avatar FilipStenbeck commented on August 10, 2024

Thanks for reaching pout for us, we will investigate why we get a 500 error and see if there is a way to get around that error.

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.