Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Module update / download error: Downloading http://dl.xposed.info/repo.xml.gz failed: 302 (Moved Temporarily) #465

Open
AmperAndSand opened this issue Feb 5, 2019 · 21 comments

Comments

@AmperAndSand
Copy link

I'm getting this error message when attempting to download or update Xposed modules in the Xposed Installer:

Downloading http://dl.xposed.info/repo.xml.gz failed: 302 (Moved Temporarily)

Using:
Xposed Installer v2.6.1
KitKat 4.4.2

I've cleared the app data of the Xposed Installer, but it didn't resolve the issue.

@Ibuprophen
Copy link

@AmperAndSand, I had submitted a pull request regarding this on #458 quite some time ago that had addressed this specific issue successfully and, unfortunately, it apparently went ignored.

I ended up closing it as a "wontfix" issue since @rovo89 has not been active in Github for quite a long time.

Just an FYI...

~Ibuprophen

@robbyoconnor
Copy link

Can you also edit the SQLite db where the URL is stored and it works perfectly.

@YtvwlD
Copy link

YtvwlD commented Mar 12, 2019

So, you need to run sqlite3 /data/data/de.robv.android.xposed.installer/no_backup/repo_cache.db and execute this statement:
update repositories set url="https://dl.xposed.info/repo/full.xml.gz", partial_url="https://dl.xposed.info/repo/partial/%s.xml.gz" where _id=1;

@robbyoconnor
Copy link

robbyoconnor commented Mar 12, 2019

@robbyoconnor
Copy link

(I almost wrote an Xposed Module until I realized it was an even easier fix)

@1213766282
Copy link

@AmperAndSand, I had submitted a pull request regarding this on #458 quite some time ago that had addressed this specific issue successfully and, unfortunately, it apparently went ignored.

I ended up closing it as a "wontfix" issue since @rovo89 has not been active in Github for quite a long time.

Just an FYI...

~Ibuprophen

So how do you solve this problem?

@Younes-L
Copy link

Younes-L commented Mar 24, 2019

I ran into this issue and months later I just installed the new 3.1.4 or 3.1.5 app, it works on KitKat just fine :)

@AmperAndSand
Copy link
Author

@AmperAndSand, I had submitted a pull request regarding this on #458 quite some time ago that had addressed this specific issue successfully and, unfortunately, it apparently went ignored.
I ended up closing it as a "wontfix" issue since @rovo89 has not been active in Github for quite a long time.
Just an FYI...
~Ibuprophen

So how do you solve this problem?

I installed @ibuprophen1's fixed version of the Xposed Installer (XDA Developers forums) which fixes the 301/302 error messages.

@xstar97
Copy link

xstar97 commented Mar 24, 2019

@AmperAndSand
@Younes-L
@Ibuprophen1

This is my working progress on top of the original, there are so bugs but it works let me me know how it goes; https://github.com/Xstar97/XposedInstaller

My alt project will need to be built in Android studio....as the apk was not yet compiled

@robbyoconnor
Copy link

robbyoconnor commented Mar 24, 2019

No need for a custom app -- just go into SQLIteEditor and change the http:// to https:// for both url and partial_url in the repositories table.

@xstar97
Copy link

xstar97 commented Mar 24, 2019 via email

@robbyoconnor
Copy link

Still -- I don't see a real need -- I fixed it by just editing the database :)

well its a multi module project, core, tv, and mobile...written in kotlin
mostly...

@robbyoconnor
Copy link

It's an option for those who don't want to install diff app -- the old one works just fine.

@xstar97
Copy link

xstar97 commented Mar 24, 2019

My project is still original with slight tweaks to the UI, bottombar as the default nav and project structure.

Mobile and TV module are for UI only and the core is the base.

I only made it to make easier to migrate to different os's like Android TV

We should stop commenting because everyone is getting notified.

@qoheniac
Copy link

So, you need to run sqlite3 /data/data/de.robv.android.xposed.installer/no_backup/repo_cache.db and execute this statement:
update repositories set url="https://dl.xposed.info/repo/full.xml.gz", partial_url="https://dl.xposed.info/repo/partial/%s.xml.gz" where _id=1;

Thank you very much! I simply threw this into Termux and it solved the problem in an instant. :)

@bluerex11178
Copy link

Can someone post a working version @Ibuprophen version either doesn't exist or work

@bluerex11178
Copy link

I have a lg e400 with cm9

@xstar97
Copy link

xstar97 commented Oct 30, 2020 via email

@bluerex11178
Copy link

Try my variant, just a tune up and written in kotlin -> https://github.com/Xstar97/XposedInstaller

On Fri, Oct 30, 2020, 7:14 AM bluerex11178 @.***> wrote: I have a lg e400 with cm9 — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#465 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHW5H3O65YDIVNHVCKIDE3SNKNYDANCNFSM4GUJ5LEA .

Unfortunately i don't have a pc to do anything plus still a rookie so please provide me with a download link

@digixmax
Copy link

I used SQLiteEditor to edit /data/data/de.robv.android.xposed.installer/no_backup/repo_cache.db and change "http" to "https" in url (there is no entry for partial url), and saved my edit. However, I still encountered the same error when rerunning the apk after the change, and when going back in SQLiteEditor found that my edited "https" got reverted back to "http"!

Any idea/pointer on why/how my edit got reverted?

TIA.

@bluerex11178
Copy link

bluerex11178 commented Dec 21, 2022

I used SQLiteEditor to edit /data/data/de.robv.android.xposed.installer/no_backup/repo_cache.db and change "http" to "https" in url (there is no entry for partial url), and saved my edit. However, I still encountered the same error when rerunning the apk after the change, and when going back in SQLiteEditor found that my edited "https" got reverted back to "http"!

Any idea/pointer on why/how my edit got reverted?

TIA.

Here's a working version
I remember this one was good and didn't need anything
https://drive.google.com/file/d/1T_fQFL6zPPpVVZljQMhdG9JDPUuV9KGk/view?usp=drivesdk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants