dukelec / mbrush

PrinCube / MBrush APP Source Code
https://p.d-l.io
145 stars 52 forks source link

Projects not shown in Chrome (Win10) #32

Open Vrumfondel opened 3 years ago

Vrumfondel commented 3 years ago

Got my PrinCube today and ran over the issue that when using Chrome, no project ist shown on the main page. With eg Firefox it works fine.

dukelec commented 3 years ago

What version is your Chrome? Can you try it in the Incognito window? Can you open the Developer tools, refresh the page, and provide the information in the Console?

Vrumfondel commented 3 years ago

Chrome 87.0.4280.141 64-bit With incognito Window it works fine Console output: `p-f7bb3f35.entry.js:1 [DEPRECATED][ion-menu] Using the [main] attribute is deprecated, please use the "contentId" property instead: BEFORE:

...
...

AFTER:

...

connectedCallback @ p-f7bb3f35.entry.js:1 ae @ p-ed8a8a37.js:1 me @ p-ed8a8a37.js:1 (anonymous) @ p-ed8a8a37.js:1 async function (async) (anonymous) @ p-ed8a8a37.js:1 (anonymous) @ p-ed8a8a37.js:1 Promise.then (async) Ee @ p-ed8a8a37.js:1 he @ p-ed8a8a37.js:1 (anonymous) @ p-ed8a8a37.js:1 jmp @ p-ed8a8a37.js:1 connectedCallback @ p-ed8a8a37.js:1 (anonymous) @ p-ed8a8a37.js:1 ye @ p-ed8a8a37.js:1 (anonymous) @ ionic.esm.js:1 Promise.then (async) (anonymous) @ ionic.esm.js:1 app.js:73 source code and documents of this app: https://github.com/dukelec/mb app.js:74 load app app.js:129 dev state: img/offline.svg -> img/bat_4.svg app.js:64 router: / app.js:141 init_sw... mbc-m.js:32 mb init ready`

dukelec commented 3 years ago

Please provide the log information when the app runs abnormally in the normal window.

In addition, please tell me the version information of the app itself (in the app settings page).

Thank you.

Vrumfondel commented 3 years ago

Appversion is 4.32

Where can I find the log info you refer to? Above I copied the output from the Console window when the app has the issue.

dukelec commented 3 years ago

Sorry, I misunderstood, I thought you provided the log of the normal operation captured in the Incognito window.

No abnormality can be seen from the log. I suggest you clear all browser caches of the App IP, or upgrade the App to 4.33.

Vrumfondel commented 3 years ago

I now did both: upgrade to App 4.33 and clear the browser cache - with same result as before.

Ma-Ju-L commented 3 years ago

I have the same problem with an old iPad Mini (iOS 9.3.5) which I planned to use with the PrinCube: The Safari-page stays blank - just the Tab-Title "PrinCube" is shown. The same with incognito window. iOS 9.3.5 is too old for alternative Browser-Apps (not compatible). Same Problem with an old EeePC with Linux - but don't know the version.

It's working fine with MacOS and iPhone.

Vrumfondel commented 3 years ago

Trying to look deeper into this: When using Firefox, I can see that there is an element " ....... " which contains elements which then contain a link and an image for the individual projects.

In Chrome, all the element "projects" contains is "" - nothing more.

Maybe this helps.