Skip to content

Android: URLLoader converts HTTP URL to file:// URL #787

Description

@darkhim233

I'm testing an SWF on Android.

The SWF should request a remote resource like:

http:///ver.config?...

However, Ruffle tries to load:

file:///ver.config?...

and reports:

Error during URLLoader load:
FetchError("Could not turn url into file path")

Log:

ruffle_core::loader:
Error during URLLoader load of
"file:///ver.config?..."
FetchError("Could not turn url into file path")

I cannot provide the original URL because it contains private information, but the behavior is reproducible.

Expected behavior:
The URLLoader should request the original HTTP URL instead of converting it to a file:// URL.

Is this a known issue with Android or URL resolution?

Image

I had load swf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions