MysteryPancake / Phomeme

Simple sentence mixing tool (work in progress)
MIT License
19 stars 3 forks source link

Nothing happens in Firefox or Chrome #1

Closed torridgristle closed 5 years ago

torridgristle commented 5 years ago

In Firefox when using Donkey Kong it just says it's loading the phoneme and it's stuck on this, seems to do nothing. In Chrome it says "Couldn't load donkeykong! Try installing a cross-origin extension." and despite trying 2 different extensions for this it still gives me this error.

What should I do?

torridgristle commented 5 years ago

"Loading phone dictionary..." specifically, in Firefox.

MysteryPancake commented 5 years ago

I'm not quite sure how you found this page, but it's still a heavy work in progress. The old website has a lot of annoying errors, and the loading error happens quite often. This issue might be due to the website being opened locally. If the website is not hosted on a server, the XMLHttpRequest will fail due to requesting local resources. It will probably print the exact error in the console if this is not the issue.

I'm working on redesigning the website before anyone is supposed to see it - when it becomes usable I will update the readme and add documentation. (At the moment it only outputs an Adobe Audition Session, which is laggy and painful to work with. I am trying to redesign it so the audio can be edited in the browser.)

torridgristle commented 5 years ago

It works in Chrome after using http.server in Python3 to start a server, still have the same problem in Firefox though.

MysteryPancake commented 5 years ago

The issue on Firefox is due to the regex expression in convert.js. There are many more issues which I need to fix before it becomes usable. I would rather make this repository private to avoid people using it at the moment (private repos were not a free feature at the time I started this project)

MysteryPancake commented 5 years ago

It should now work on Firefox now - again I am still working on this so it's not currently designed for public use