Closed jackhallloween21 closed 3 years ago
i got it i added "import os" now working
another issue when trying to run node 6
file_loc="/content/KOTL/zipping/python.zip" st=os.stat(file_loc).st_size size="bytes"
i am getting an error FileNotFoundError Traceback (most recent call last)
create a zoom link and send it to me. i will join it.
On Tue, Jul 13, 2021 at 11:06 AM jackhallloween21 @.***> wrote:
another issue when trying to run node 6 size suggestions in multiple of bytes / checking file size for confirmation. import os
file_loc="/content/KOTL/zipping/python.zip" st=os.stat(file_loc).st_size size="bytes"
i am getting an error FileNotFoundError Traceback (most recent call last) in () 2 # import os 3 file_loc="/content/KOTL/zipping/python.zip" ----> 4 st=os.stat(file_loc).st_size 5 size="bytes" 6 gb=1
FileNotFoundError: [Errno 2] No such file or directory: '/content/KOTL/zipping/python.zip'
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878793786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQUAQE3U23D6KF6OQK3TXPGGLANCNFSM5AIHZMYQ .
okay wait but i don't have camera or mic i will chat.
ahh, need mic at least. use your mobile with zoom meeting
On Tue, Jul 13, 2021 at 11:17 AM jackhallloween21 @.***> wrote:
okay wait but i don't have camera or mic i will chat.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878797690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQXKKCJ6263FUTOUSDDTXPHNRANCNFSM5AIHZMYQ .
ok trying with phone
but my zoom on my phone is not great it gets disconneted often. https://us04web.zoom.us/j/5448294493?pwd=UnNpcXJZbEE4R1lLbWEzWU5aaklzZz09
did you joined?
i joined with phone
ahh, need mic at least. use your mobile with zoom meeting … On Tue, Jul 13, 2021 at 11:17 AM jackhallloween21 @.***> wrote: okay wait but i don't have camera or mic i will chat. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQXKKCJ6263FUTOUSDDTXPHNRANCNFSM5AIHZMYQ .
join https://us04web.zoom.us/j/5448294493?pwd=UnNpcXJZbEE4R1lLbWEzWU5aaklzZz09
looks like the zoom server is down. I can't connect to it.
On Tue, Jul 13, 2021 at 11:21 AM jackhallloween21 @.***> wrote:
but my zoom on my phone is not great it gets disconneted often. https://us04web.zoom.us/j/5448294493?pwd=UnNpcXJZbEE4R1lLbWEzWU5aaklzZz09
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878799560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQUW7RR46IBKYIKF7XTTXPH75ANCNFSM5AIHZMYQ .
should i try meet?
create a discussion on github
On Tue, Jul 13, 2021 at 11:27 AM Sandeep Yadav @.***> wrote:
looks like the zoom server is down. I can't connect to it.
On Tue, Jul 13, 2021 at 11:21 AM jackhallloween21 < @.***> wrote:
but my zoom on my phone is not great it gets disconneted often. https://us04web.zoom.us/j/5448294493?pwd=UnNpcXJZbEE4R1lLbWEzWU5aaklzZz09
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878799560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQUW7RR46IBKYIKF7XTTXPH75ANCNFSM5AIHZMYQ .
we will chat there
On Tue, Jul 13, 2021 at 11:27 AM Sandeep Yadav @.***> wrote:
create a discussion on github
On Tue, Jul 13, 2021 at 11:27 AM Sandeep Yadav @.***> wrote:
looks like the zoom server is down. I can't connect to it.
On Tue, Jul 13, 2021 at 11:21 AM jackhallloween21 < @.***> wrote:
but my zoom on my phone is not great it gets disconneted often. https://us04web.zoom.us/j/5448294493?pwd=UnNpcXJZbEE4R1lLbWEzWU5aaklzZz09
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878799560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQUW7RR46IBKYIKF7XTTXPH75ANCNFSM5AIHZMYQ .
Yes, please do.
On Tue, Jul 13, 2021 at 11:28 AM jackhallloween21 @.***> wrote:
should i try meet?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sandeepyadav1478/Transfer-files-from-google-to-terabox-cloud/issues/1#issuecomment-878801993, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHORQQQGVX2O6AGZKXLRN73TXPIXRANCNFSM5AIHZMYQ .
running this gives error
making new directory for opr.
os.mkdir("/content/KOTL/")
error NameError Traceback (most recent call last)