Re: python global dictionary not saving modifications

2021-03-11 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: python global dictionary not saving modifications This function and this dictionary were both in base.py before, and there were no issues. So this doesn't have to do with overwriting. I think the issue is my sys.path is in the root of the folder instead of the commands folder where the

Re: python global dictionary not saving modifications

2021-03-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: python global dictionary not saving modifications This is for my mad libs discord bot. I decided to move the mad libs and game_keys dictionaries out of base.py and put them in madlib.py. Now it is causing issues.in base.py, with the working servers and users dictionaryimport os from pat

Re: python global dictionary not saving modifications

2021-03-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: python global dictionary not saving modifications This is for my mad libs discord bot. I decided to move the mad libs and game_keys dictionaries out of base.py and put them in madlib.py. Now it is causing issues.in base.py, with the working servers and users dictionaryimport os from pat

Re: python global dictionary not saving modifications

2021-03-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: python global dictionary not saving modifications This is for my mad libs discord bot. I decided to move the mad libs and game_keys dictionaries out of base.py and put them in madlib.py. Now it is causing issues.in base.py, with the working servers and users dictionaryimport os from pat

Re: python global dictionary not saving modifications

2021-03-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: python global dictionary not saving modifications This is for my mad libs discord bot. I decided to move the mad libs and game_keys dictionaries out of base.py and put them in madlib.py. Now it is causing issues.in base.py, with the working servers and users dictionaryimport os from pat

python global dictionary not saving modifications

2021-03-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
python global dictionary not saving modifications I am using 2 global dictionaries in 2 separate files. In 1 file, I can modify that global dictionary just fine. But in the other file, any time I reference or modify that dictionary, it thinks it is empty. Why is this? Even when using the gl

Re: where can I learn python? the basics.

2021-03-01 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: where can I learn python? the basics. most people jump straight to lucia because they need speech output, as the person works with external files instead of printing from the terminal. It is much easier, and of course they can save all of their work that way. URL: https://forum.audioga

Re: where can I learn python? the basics.

2021-03-01 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: where can I learn python? the basics. python guides by Americranian in articles room, and tutorials by Nathan tech, if not already suggested in post 2. URL: https://forum.audiogames.net/post/619272/#p619272 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucuk

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games might I add, deleted by Hailey herself after she raged at the forum. URL: https://forum.audiogames.net/post/618832/#p618832 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games might I add, deleted by Hailey herslef after she raged at the forum. URL: https://forum.audiogames.net/post/618832/#p618832 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games then there is the I need to rant to you topic, but Iron Cross had it coming to him anyway being an idiot. But that doesn't let you off the hook. But hey, I pointed out the obvious, and I only did that because this library is no longer being updat

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games then there is the I need to rant to you topic, but Iron Cross had it coming to him anyway being an idiot. But that doesn't let you off the hook. But hey, I pointed out the obvious, and I only did that because this library is no longer being updat

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games then there is the I need to rant to you topic, but Iron Cross had it coming to him anyway being an idiot. But that doesn't let you off the hook. URL: https://forum.audiogames.net/post/618822/#p618822 -- Audiogames-reflector mailing list Aud

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games I don't think my opinion is much of an opinion anymore. Look at the amount of python vs bgt topics in the dev room now adays, oh and go look at the audio dev discord server and tell me how many posts are in the bgt discussion topic. The only one

Re: Heat Engine, a game engine for BGT games

2021-02-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games I don't think my opinion is much of an opinion anymore. Look at the amount of python vs bgt topics in the dev room now adays, oh and go look at the audio dev discord server and tell me how many posts are in the bgt discussion topic. The only one

Re: Heat Engine, a game engine for BGT games

2021-02-26 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Heat Engine, a game engine for BGT games there are like 4 audio game libraries in python, so go learn one of those instead of trying to find working outdated abandoned libraries for outdated bgt. You will spend more time trying to find one and learn that than you will trying to learn on

trouble finding good places to advertise my discord bots.

2021-02-22 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
trouble finding good places to advertise my discord bots. I've wrote 1 bot that I would like to advertise, and I am thinking of making a second one. Mad libs and family feud. However, I can not find any discord servers or any places on the internet that discuss these games. I could advertis

Re: what types of skills do I need to work with arduinos?

2021-02-21 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? what if I don't make it? I'm not going to lie, I'm scared that I'm going to fall apart from all the stress in college. I'm pretty much paralyzed by fear of coming short from anything. Not being fast enough to keep up, or not having t

Re: what types of skills do I need to work with arduinos?

2021-02-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? the college I did have 1 semester at was good with accessibility and accommodations. The professor wanted to get the braille textbook for math since online wasn't working. I ended up canceling that class for the semester because it w

Re: what types of skills do I need to work with arduinos?

2021-02-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? @18 I have done a bit of general research on cs majors and real life applications to get a fuller picture. If you wish to read the few short articles I saved, I will link them at the end of this post. I will need to study more termin

Re: what types of skills do I need to work with arduinos?

2021-02-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? @18 I have done a bit of general research on cs majors and real life applications to get a fuller picture. If you wish to read the few short articles I saved, I will link them at the end of this post. I will need to study more termin

Re: what types of skills do I need to work with arduinos?

2021-02-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? @18 I have done a bit of general research on cs majors and real life applications to get a fuller picture. If you wish to read the few short articles I saved, I will link them at the end of this post. I will need to study more termin

Re: what types of skills do I need to work with arduinos?

2021-02-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? @18 I have done a bit of general research on cs majors and real life applications to get a fuller picture. If you wish to read the few short articles I saved, I will link them at the end of this post. I will need to study more termin

Re: what types of skills do I need to work with arduinos?

2021-02-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? What are some ways I can learn about realistic timeline expectations? Or is the only one experience? You're right about my ignorance of timeframes. Often i tell myself that something is taking too long, so there is no point or I won'

Re: what types of skills do I need to work with arduinos?

2021-02-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? What are some ways I can learn about realistic timeline expectations? Or is the only one experience? You're right about my ignorance of timeframes. Often i tell myself that something is taking too long, so there is no point or I won'

Re: what types of skills do I need to work with arduinos?

2021-02-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? What are some ways I can learn about realistic timeline expectations? Or is the only one experience? You're right about my ignorance of timeframes. Often i tell myself that something is taking too long, so there is no point or I won'

Re: what types of skills do I need to work with arduinos?

2021-02-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? Jesus Christ. Are you sure you are not just a lucky one? Lol. It sounds like you have to be a natural to get there. And even if not, I'm barely getting started. I'm still struggling to create a menu based game lol. I'm getting furthe

Re: what types of skills do I need to work with arduinos?

2021-02-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: what types of skills do I need to work with arduinos? What made me think this was going to be doable? Lol. I'm just trying to find myself. I've probably spent so much time thinking about the half a million jobs I can't do, tht I haven't got a clue what jobs I can do. Jobs that are innov

what types of skills do I need to work with arduinos?

2021-02-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
what types of skills do I need to work with arduinos? I am considering building things with arduinos and other robotic things as a career instead of the typical college and then job search path. Though I would still like to go to college for these skills. However, I don't know what skills a

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive Everyone has to learn the lesson of proper case sensitivity and correct path composition at some point. Lol URL: https://forum.audiogames.net/post/608220/#p608220 -- Audiogames-reflector mailing list Audiogames-ref

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive ah ok. Thanks @14, I'll tak a look at that function. URL: https://forum.audiogames.net/post/608155/#p608155 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucu

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive holy crap! The lowercase was the issue. I made the lowercase only occur in the if statement like shown in post 12 and it now plays.@11 thanks for the suggestion. Didn't think lowercase would matter. I also reinserted os.

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive holy crap! The lowercase was the issue. I made the lowercase only occur in the if statement like shown in post 12 and it now plays.@11 thanks for the suggestion. Didn't think lowercase would matter. I also reinserted os.

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive holy crap! The lowercase was the issue. I made the lowercase only occur in the if statement like shown in post 12 and it now plays. @11 thanks for the suggestion. Didn't think that would matter. I also reinstered os.path

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive ok, I'll try that and see if that helps. I can also get rid of the case lowering by doing the following:in the search_system function, I return the list without lowercasing def filter_result(server, supported_files, sea

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive ok, I'll try that and see if that helps. I can also get rid of the case lowering by doing the following:in the search_system function, I return the list without lowercasing def filter_result(server, supported_files, sea

Re: Scripting language for audio game creation

2021-01-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Scripting language for audio game creation anything is better than bgt. I switched to python almost a year ago and don't regret it. I have learned so much more and in a faster time than with bgt. I still have a lot to learn, but I am making progress and gaining sskills with each project

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive I know the path joining works because the full path of the file is printed to my terminal. I'll provide some code.#file with path variable is loaded from json.load() servers["random server"]["current path"] #let's say it

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive I know the path joining works because the full path of the file is printed to my terminal. I'll provide some code.#file with path variable is loaded from json.load() servers["random server"]["current path"] #let's say it

Re: discord bot won't play audio from keybase, but does on local drive

2021-01-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: discord bot won't play audio from keybase, but does on local drive @2 no playing files from the keybase drive works, I can hard code a path and it will work. It is when I load a path from a dictionary and add onto it that it then stops working. But this doesn't happen with the local dri

discord bot won't play audio from keybase, but does on local drive

2021-01-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
discord bot won't play audio from keybase, but does on local drive So I've been frustrated with this for weeks now. I've tried lots of things, did research, still no answer. So hopefully someone here can help me with this issue.My discord bot can play audio from my local drive perfectly fin

discord bot won't play audio from keybase, but does on local drive

2021-01-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
discord bot won't play audio from keybase, but does on local drive So I've been frustrated with this for weeks now. I've tried lots of things, did research, still no answer. So hopefully someone here can help me with this issue.My discord bot can play audio from my local drive perfectly fin

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me I haven't looked into mason's famework tools yet, I need to do that at some point. URL: https://forum.audiogames.net/post/605165/#p605165 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukog

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me I don't like lucia either. I need to update my projects from using lucia to other things. A lot of my modules have been switched over, but the actual projects still rely on it. The main reason why it is still around in the projects is because of sound p

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me Ok so here is how I solved this issue. It makes no sense, but I'll share my solution anyway.Instead of creating the "Local Announcers" folder when the user types in the first folder name, I have it create the folder before the user starts typing. Then I

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me Ok so here is how I solved this issue. It makes no sense, but I'll share my solution anyway.Instead of creating the "Local Announcers" folder when the user types in the first folder name, I have it create the folder before the user starts typing. Then I

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me Ok so here is how I solved this issue. It makes no sense, but I'll share my solution anyway.Instead of creating the "Local Announcers" folder when the user types in the first folder name, I have it create the folder before the user starts typing. Then I

Re: lucia error, makes no sense to me

2021-01-07 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: lucia error, makes no sense to me @3 I might just switch to another keyboard input system. I wanted to do it with most of my projects anyway, so this is just encouraging me to start now. URL: https://forum.audiogames.net/post/605042/#p605042 -- Audiogames-reflector mailing list Au

lucia error, makes no sense to me

2021-01-06 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
lucia error, makes no sense to me Hello. I'm getting an error that I've encountered before, but never known how to solve. And I don't understand why it is happening.  File "C:\Users\Daniel\Documents\Python\lib\site-packages\lucia\__init__.py", line 185, in key_down    return keys_held[key_c

lucia error, makes no sense to me

2021-01-06 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
lucia error, makes no sense to me Hello. I'm getting an error that I've encountered before, but never known how to solve. And I don't understand why it is happening.  File "C:\Users\Daniel\Documents\Python\lib\site-packages\lucia\__init__.py", line 185, in key_down    return keys_held[key_c

lucia error, makes no sense to me

2021-01-06 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
lucia error, makes no sense to me Hello. I'm getting an error that I've encountered before, but never known how to solve. And I don't understand why it is happening.  File "C:\Users\Daniel\Documents\Python\lib\site-packages\lucia\__init__.py", line 185, in key_down    return keys_held[key_c

lucia error, makes no sense to me

2021-01-06 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
lucia error, makes no sense to me Hello. I'm getting an error that I've encountered before, but never known how to solve. And I don't understand why it is happening.  File "C:\Users\Daniel\Documents\Python\lib\site-packages\lucia\__init__.py", line 185, in key_down    return keys_held[key_c

Re: An Opportunity May Be Just Around The Corner...

2020-12-29 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: An Opportunity May Be Just Around The Corner... but audiogames.net is not a business freelancer site. You can't and shouldn't apply the same expectations.We barely get enough games with solo devs, and most team projects in the past 5 years besides somehow crazy party has gotten major ba

Re: An Opportunity May Be Just Around The Corner...

2020-12-29 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: An Opportunity May Be Just Around The Corner... but audiogames.net is not a business freelancer site. You can't and shouldn't apply the same expectations.We bareally get enough games with solo devs, and most team projects in the past 5 years besides somehow crazy party has gotten major

Re: Sound designer looking for something to do

2020-12-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Sound designer looking for something to do Yeah Zapsplat is a great idea. I don't know how much you earn from them, but it's better than nothing, and they have a good business model of 30 bucks for any sound, any time for a whole year. URL: https://forum.audiogames.net/post/600364/#p60

Re: Sound designer looking for something to do

2020-12-20 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: Sound designer looking for something to do Yeah Zapsplat is a great idea. I don't know how much you earn from them, but ti's better than nothing, and they have a good business model of 30 bucks for any sound, any time for a whole year. URL: https://forum.audiogames.net/post/600364/#p60

Re: manage file archive in keybase using commandline

2020-12-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline well this is strange. Lol:keybase fs recover --rev 744 "/keybase/team/(rest of path)"- ERROR name exists (code 5101)It still worked though. I got my file back, yay! URL: https://forum.audiogames.net/post/600069/#p600069 -- Audiogame

Re: manage file archive in keybase using commandline

2020-12-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline well this is strange. Lol:keybase fs recover --rev 744 "/keybase/team/(rest of path)"- ERROR name exists (code 5101) URL: https://forum.audiogames.net/post/600069/#p600069 -- Audiogames-reflector mailing list Audiogames-reflector@sa

Re: manage file archive in keybase using commandline

2020-12-19 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline Is there a keybase path argument for teams? I've tried /keybase/team/(rest of my path) and it doesn't seem valid. I didn't see anything about teams in the kb docx for keybase path arguments either. URL: https://forum.audiogames.net/post/

Re: manage file archive in keybase using commandline

2020-12-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline ok I tried to paste this command, and it gives this error:keybase fs stat --show-archived "my path"result:Only one instance of keybase GUI allowed, bailing! URL: https://forum.audiogames.net/post/599954/#p599954 -- Audiogames-reflec

Re: dictionary key error, list index out of range

2020-12-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range So I think I figured out the problem. In my while loop, I never had it increase the index...Yeah, something that simple was missed. The reason it wasn't effecting my code was because I was only testing it with one server, thus there was only

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-18 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries makes sense. URL: https://forum.audiogames.net/post/599833/#p599833 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audio

Re: manage file archive in keybase using commandline

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline I found the page I was talking about. I had to go back in 2 months history of a discord chat. Here the link is.https://book.keybase.io/docs/files/deta … resolutionEdit well it looks like this is useless to me because my dumbass doesn't kn

Re: manage file archive in keybase using commandline

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: manage file archive in keybase using commandline I found the page I was talking about. I had to go back in 2 months history of a discord chat. Here the link this.https://book.keybase.io/docs/files/deta … resolution URL: https://forum.audiogames.net/post/599716/#p599716 -- Audiogam

manage file archive in keybase using commandline

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
manage file archive in keybase using commandline I asked in off topic, but no one replied, so figured it is more fitting here. I once saw a page in the keybase book talking about commandline commands. I have looked in the keybase book at the commandline section, and it doesn't have what I a

manage file archive in keybase

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
manage file archive in keybase I asked in off topic, but no one replied, so fugired it is more fitting here. I once saw a page in the keybase book talking about commandline commands. I have looked in the keybase book at the commandline section, and it doesn't have what I am looking for.Can

Re: dictionary key error, list index out of range

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range oh sorry, I meant to say audio files won't play from the k drive. The code runs frine from there. When it selects a random file, it says no such file or directory. So it knows they are there, but it can not play them. I don't know what the c

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries I like programming, and the skills I learn from it, but I like socializing more. But that's not an option. So I take to coding because it engages me in a way that challenges myself. But again, it is not beyond the hobby

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries I like programming, and the skills I learn from it, but I like socializing more. But that's not an option. So I take to coding because it engages me in a way that challenges myself. But again, it is not beyond the hobby

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries My brain doesn't work like that at the moment. It is hard to wrap my head around concepts like class vs dict, and it's my fault for not reading enough on it lol. Most of my projects are top to bottom, again that's how my

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-17 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries My brain doesn't work like that at the moment. It is hard to wrap my head around concepts like class vs dict, and it's my fault for not reading enough on it lol. Most of my projects are top to bottom, again that's how my

Re: dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range update. I solved it, but didn't solve it. So for whatever reason, it doesn't like my keybase drive. So I changed the path I was using for testing, to the c drive. THe audio files now play. However, it still says list index out of range. So..

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries Ok. Honestly I don't think I can learn the right way. I can tell you for a fact I only do this as a slight hobby. Yes I put in time into it, and some research. But definitely not enough to take this seriously. And, I get

Re: dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range Ok. I'll do more variable checking to see what's going on. Thanks. URL: https://forum.audiogames.net/post/599424/#p599424 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

Re: dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range it is a global, and I declare it after importing everything. As for the list index, how is that possible when it tells me the information perfectly fine, but it just refuses to be used in the dictionary? I verify it has the correct inforatmi

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries you've never dealt with an unknown dictionary key and a multi-layer dictionary before? Sometimes the unknown value I need is in the top layer, sometimes it isn't. I've needed to do this twice now, in just a few months. H

Re: dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range I already tried that. It had the same result. I suppose I could just pass the server's dictionary instead of the name, but I don't know if that would make a new instance of the dictionary, or if it will modify the global one. I want it to mo

Re: dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: dictionary key error, list index out of range I already tried that. It had the same result. URL: https://forum.audiogames.net/post/599392/#p599392 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/li

dictionary key error, list index out of range

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
dictionary key error, list index out of range I have a class, which has a list and an index.When a discord server wants to put in an audio file play request, the 3 parameters are put into a list object, that is appended to the request list.the server name (ctx.guild.name), the event that is

dictionary key error, makes no sense to me

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
dictionary key error, makes no sense to me Kind of undescriptive title. I'll explain below.I have a class, which has a list and an index.When a discord server wants to put in an audio file play request, the 3 parameters are put into a list object, that is appended to the request list.the se

Re: code to refer to a dictionary with and without nested dictionaries

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: code to refer to a dictionary with and without nested dictionaries no, I am trying to be able to access both normal and a nested scope at the same time.my_server["admins"] my_server["members"]["welcome message"]I would like to be able to refer to both "admins" and "member"["welcome mess

code to refer to a dictionary with and without nested dictionaries

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
code to refer to a dictionary with and without nested dictionaries Hello. Is there a way to refer to a key that contains a nested dictionary? Say we have a dictionary of discord servers. In one of our servers, we have some values, like admins, welcome messages, so on. But then there are use

code to refer to a dictionary with and without nested dictionaries

2020-12-16 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
code to refer to a dictionary with and without nested dictionaries Hello. Is there a way to refer to a key that contains a nested dictionary? Say we have a dictionary of discord servers. In one of our servers, we have some values, like admins, welcome messages, so on. But then there are use

Re: numpy error on windows 2004

2020-12-12 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: numpy error on windows 2004 I'm only using it because cython requires it. URL: https://forum.audiogames.net/post/597926/#p597926 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-

Re: numpy error on windows 2004

2020-12-12 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: numpy error on windows 2004 I'm about to sound really stupid. I don't know which version I need to download. URL: https://forum.audiogames.net/post/597914/#p597914 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/c

numpy error on windows 2004

2020-12-12 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
numpy error on windows 2004 I was cythonizing my code, when this beautiful error came upRuntimeError: The current Numpy installation ('c:\\users\\daniel\\documents\\python\\lib\\site-packages\\numpy\\__init__.py')fails to pass a sanity check due to a bug in the windows runtime. See this iss

Re: should I be worried that this python package won't update?

2020-12-11 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: should I be worried that this python package won't update? how can I help it find the vc complier? And again, is that 1 outdated package anything to worry over? URL: https://forum.audiogames.net/post/597577/#p597577 -- Audiogames-reflector mailing list Audiogames-reflector@sabahat

should I be worried that this python package won't update?

2020-12-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
should I be worried that this python package won't update? Hello. So I installed all of the updates I could with pip-review, but one is apparently not up to date, and it seems that the rest of my packages are too high for this one package to update.aiohttp==3.7.3 is available (you have 3.6.

should I be worried that this python package won't update?

2020-12-10 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
should I be worried that this python package won't update? Hello. So I installed all of the updates I could with pip-review, but one is apparently not up to date, and it seems that the rest of my packages are too high for this one package to update.aiohttp==3.7.3 is available (you have 3.6.

Re: ffmpeg environment variable incorrect path?

2020-12-05 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: ffmpeg environment variable incorrect path? wait. I'm not as big of a dumbass as I sound. I figured it out, thanks @4.Well ok I'm still just as big of a dumbass. Look I don't like nerd shit lol. URL: https://forum.audiogames.net/post/595813/#p595813 -- Audiogames-reflector mailing

Re: ffmpeg environment variable incorrect path?

2020-12-05 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: ffmpeg environment variable incorrect path? it is suppose to be in the path, whatever that means. It isn't in user vars, it is in system. How did I do this on my other laptop? Somehow it got into the python scripts var, I don't understand any of this stuff. Lol i just want it to magicly

Re: ffmpeg environment variable incorrect path?

2020-12-05 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: ffmpeg environment variable incorrect path? it is suppose to be in the path, whatever that means. It isn't in user vars, it is in system. How did I do this on my other laptop? URL: https://forum.audiogames.net/post/595775/#p595775 -- Audiogames-reflector mailing list Audiogames-re

ffmpeg environment variable incorrect path?

2020-12-04 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
ffmpeg environment variable incorrect path? Hello, I am trying to get ffmpeg working on my new computer. I have created an environment variable, credentials below.ffmpeg; Value: C:\Users\Daniel\Music\ffmpeg\binWhen I join my discord bot to the voice channel, it doesn't play audio. For the r

Re: bgt is a virus?

2020-11-30 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: bgt is a virus? I picked up some bad habits from bgt, and I still suck at coding, but I did manage to switch from it to python. I'm happy with my decision. I've noticed an immediate impact in my work. URL: https://forum.audiogames.net/post/594329/#p594329 -- Audiogames-reflector m

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help I don't need that. I just want a basic setup. So I'll say no to environment variables. Plus when I did try it gave me the error 260 character limit. URL: https://forum.audiogames.net/post/593330/#p593330 -- Audiogames-reflector mailing list Audi

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help So good news. I just randomly ran the installer again and it is actually letting me unstall now. And I removed the python environment variable. So now my question is, should I add python to my environment variables or or ot do that? I don't exactly no

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help Told you I am not smart with installing things, and even less  with coding. Dare I go into the registry and delete anything related to python? I'm aware, I'm making myself look like an even bigger dumbass. I won't hide it. I've already blown any credi

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help same damn result. Here's this incase it helps.[2E5C:188C][2020-11-26T13:02:11]i001: Burn v3.11.1.2318, Windows v10.0 (Build 18363: Service Pack 0), path: C:\Users\Daniel\AppData\Local\Package Cache\{de694e50-e0d0-48a5-9a7a-56fd037154e2}\python-3.8.5-a

I can't install python, please help

2020-11-26 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
I can't install python, please help I got a new computer and fucked up the python installer. Try to install, then realized I need to install it in a different location than program files, and tried to cancel it. So now the python setup acts as if there is a functional installation, but if I

I can't install python, please help

2020-11-26 Thread AudioGames . net ForumDevelopers room : Zarvox via Audiogames-reflector
I can't install python, please help I got a new computer and fucked up the python installer. Try to install, then realized I need to install it in a different location than program files, and tried to cancel it. So now the python setup acts as if there is a functional installation, but if I

  1   2   3   4   5   >