abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

windows下报错了 #70

Closed guipie closed 1 year ago

guipie commented 1 year ago

1683730783610

abdelaziz-mahdy commented 1 year ago

Flutter clean and rerun

guipie commented 1 year ago

image

image 获取的源码还是报错拉。

abdelaziz-mahdy commented 1 year ago

I will check later,

Can you provide flutter doctor output

abdelaziz-mahdy commented 1 year ago

Can you redo flutter clean

And flutter pub get

And flutter run

guipie commented 1 year ago

Already implemented, still not working

guipie commented 1 year ago

1683788335830 1683788367643 There is an error in this code, do you know what is the problem?

abdelaziz-mahdy commented 1 year ago

Your downloads fail due to internet errors, all I can tell is you have to

Flutter clean and redownload until it downloads correctly

guipie commented 1 year ago

already executed Flutter clean and redownload。 Still getting an error like this

1683793863596

abdelaziz-mahdy commented 1 year ago

Can you check media_kit test code? If it's working or not?

guipie commented 1 year ago

You mean widget_test.dart in the test directory.. it's same error

abdelaziz-mahdy commented 1 year ago

You mean widget_test.dart in the test directory.. it's same error

I meant https://pub.dev/packages/media_kit since I use it for windows

abdelaziz-mahdy commented 1 year ago

1683788335830 1683788367643 There is an error in this code, do you know what is the problem?

just to explain what is happening, this code in media_kit checks if the downloaded files are correct ,and it finds out they are not correct

so the build fails, and running flutter clean will delete it and when you rerun I will download again.

(these problems happens mostly due to network errors)