PlaystoreDownloader icon indicating copy to clipboard operation
PlaystoreDownloader copied to clipboard

Error retrieving information from server. DF-DFERH-01

Open pich4ya opened this issue 4 years ago • 11 comments

I have configured the credentials.json with valid user and device ID, enabled the "less secure app" option. However, I always get this error message upon downloading any app.

I tried to change LANG_CODE and LANG but no luck. The account does not bind with any 2FA.

15/05/2020 15:19:55> [ERROR][playstore.playstore.Playstore][app_details()] Error for app 'com.google.android.gms': Error retrieving information from server. DF-DFERH-01
15/05/2020 15:19:55> [CRITICAL][__main__][main()] Error when downloading 'com.google.android.gms': unable to get app's details

pich4ya avatar May 15 '20 19:05 pich4ya

Hi, other users had the same issue (#18, #26) but unfortunately I don't have a solution yet. I also get this error sometimes but usually for me it's enough to retry a couple of times for the download to work.

ClaudiuGeorgiu avatar May 16 '20 12:05 ClaudiuGeorgiu

Anyone still running to this issue? I can't resolve it. Tried switching the Device ID.

patdohere avatar Aug 22 '20 17:08 patdohere

same issue

colincowie avatar Jan 10 '21 15:01 colincowie

Seems to happen when login GSF id doesn't match to one that is tied to credentials (don't use Android ID, use the GSF id!). The instruction with emulating device or using physical device with necessary model is absolutely required to get GSF id recognized by google and bound to account (until you change your password that will disband it again).

I haven't found any existing WORKING library that can simulate these actions programmatically, so only easy option is emulating some device in Android Studio and logging into Play Store there.

dimon222 avatar May 03 '21 06:05 dimon222

@dimon222 solution worked for me (choosing the GSF ID instead of the Android Device ID shown in the Device ID App)

Zeik0s avatar May 31 '21 08:05 Zeik0s

You need to login into your google account through webbrowser and confirm that failed login attemp (“That was me”) in the activity log.

david-lev avatar Jun 20 '21 16:06 david-lev

I am getting the same error after using my phone gsfId as well

Arshit007 avatar Oct 12 '21 13:10 Arshit007

Same for me, i have tried using GSF instead of Device ID. Error still the same. Im using account credentials from a live phone with active gplay. Docker version of PlaystoreDownloader.

25/10/2021 10:25:29> [ERROR][playstore.playstore.Playstore][_handle_missing_payload()] Error for app 'com.viber.voip': Error retrieving information from server. DF-DFERH-01
25/10/2021 10:25:29> [ERROR][playstore.playstore.Playstore][download()] Error during the download: Error for app 'com.viber.voip': Error retrieving information from server. DF-DFERH-01

neevalex avatar Oct 25 '21 10:10 neevalex

Same error for me, but only when downloading specific apps: about 8% of the apps I download get that error and the rest are downloading fine.

NachumOlman avatar Oct 26 '21 08:10 NachumOlman

Whoever started randomly suffering from this again (worked but stopped working) - you need to relogin again to account with your device that uses GCF (virtual or real), google randomly resets tokens and if those got reset - the "faked" device gets untied from account, so GCF is not being recognized while logging in.

dimon222 avatar Feb 20 '22 01:02 dimon222

I have an alternate tool that works:

PS C:\> googleplay -a com.google.android.gms
Title: Google Play services
UploadDate: Feb 14, 2022
VersionString: 22.02.21 (100700-428111784)
VersionCode: 220221031
NumDownloads: 13.726 B
Size: 99.621 MB
Offer: 0.00 USD

https://github.com/89z/googleplay

89z avatar Feb 24 '22 15:02 89z