-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown protocol #213
Comments
please give more description |
Saving a file(processed txt) from a Js web app hosted locally results in the error above. The AdvancedWebView is able to process the download request but after passing URL to prdownloader the above error occurs. Found alternative but the issue is still worth checking out. |
Is the format of the intended file .txt? can you provide a sample file link for testing? |
It's plain text data, maybe checking out the local web app might help? It's a basic web game and it saves data by exporting it in a file. Here's the repo https://github.com/veprogames/idle-football-manager , the "download" save game is located in the settings section which should start downloading a txt file to the specified location. |
give a link to download file |
It created by Js, I can't find the function but you can dig up here: https://github.com/veprogames/idle-football-manager/blob/main/js/components/tabs/tab-settings.js |
Getting error:
unknown protocol: data
The text was updated successfully, but these errors were encountered: