Skip to content
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

Game download randomly stops #44

Open
BloodShed-Oni opened this issue Oct 25, 2019 · 5 comments
Open

Game download randomly stops #44

BloodShed-Oni opened this issue Oct 25, 2019 · 5 comments

Comments

@BloodShed-Oni
Copy link

Single game download or complete library download will randomly just stop.
Restarting the script only fixes the problem until it randomly does it again.

@Wesley-Chan
Copy link

I think this problem comes from GOG's CDN. As opposed to Steam, who has servers all around all the continents, I think GOG's servers mainly reside in EU. When it's too crowded, it put speed limit on your session or even just drop you. I can experience the same behaviour with FireFox.

@MarioVilas
Copy link

Not sure if it's the same problem but I keep getting this assertion error, doesn't seem like a CDN problem...

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "./gogrepo.py", line 927, in worker
    assert out.tell() == end + 1
AssertionError

@Wesley-Chan
Copy link

For as far as I can tell, the download size doesn't match what's on the metadata. Still sounds like a CDN problem.

I encountered this assertion quite often as well. I think the bigger problem is, the thread just died there and nothing did it do to retry. I suggest you make 30 threads and leave it on before you go to bed until the maintainer fix this.

h143570 pushed a commit to h143570/gogrepo that referenced this issue Mar 20, 2022
Update Dev with bugfixes from master
@eddie3
Copy link
Owner

eddie3 commented Jul 19, 2022

Thanks. This will be fixed.. definitely shouldn't just stop. It is indeed usually indicative of CDN-side problem however.

Does anyone know of specific games that currently show this?

@BloodShed-Oni
Copy link
Author

Seems to be random.

I've had it with The Witcher 3 and the Bioshock games.

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

No branches or pull requests

4 participants