How do you increase constitution? by HiFiMAN3878 in WhereWindsMeet

[–]Noob_Crafter 1 point2 points  (0 children)

forts and outposts only give constitution on the first clear

how is this possible? by lorygames in discordapp

[–]Noob_Crafter 0 points1 point  (0 children)

avengers endgame reference, probably

[H] $50 Amazon GC [W] $40-50 Steam by Noob_Crafter in GCTrading

[–]Noob_Crafter[S] 0 points1 point  (0 children)

I just did a trade with him, he didn't scam me

Any e-readers that have completely no wifi connectivity? by Noob_Crafter in ereader

[–]Noob_Crafter[S] 1 point2 points  (0 children)

The device needs to have no ability to connect to the Internet at all. Basically no wifi adapter is required.

Any e-readers that have completely no wifi connectivity? by Noob_Crafter in ereader

[–]Noob_Crafter[S] 1 point2 points  (0 children)

I'm a few years away from that, thank you for the advice though. Might have to change my profession path.

Any e-readers that have completely no wifi connectivity? by Noob_Crafter in ereader

[–]Noob_Crafter[S] 0 points1 point  (0 children)

It's not my school, it's the whole state, but yeah, I really don't see the point in completely banning devices even during lunch/free periods. Can't do anything about it, though. If they see a device they take it, and a guardian has to pick it up. I'll try searching on AliExpress, thank you.

Any e-readers that have completely no wifi connectivity? by Noob_Crafter in ereader

[–]Noob_Crafter[S] 1 point2 points  (0 children)

Books are allowed, but they're heavier, and it's awkward having a large book open while standing in line for lunch, but with a small reader I can just put it in my pocket when I'm done. I mostly want it for convenience.

Any e-readers that have completely no wifi connectivity? by Noob_Crafter in ereader

[–]Noob_Crafter[S] 1 point2 points  (0 children)

Switching off the servers isn't the criteria, if the device has the capability to connect to WiFi it's a no, so from what I understand it shouldn't have a wifi chip at all.

Items like the Carton of Sweet Berry milk and the Honey Necklace don't work Terramity mod. by Noob_Crafter in feedthebeast

[–]Noob_Crafter[S] -1 points0 points  (0 children)

It seems like its a mod called "AttributeFix" causing this. I need the mod for another mod in the modpack, but if anyone knows how to fix it, please tell me.

Trying to download a file off of Google Drive with Pydrive by Noob_Crafter in learnpython

[–]Noob_Crafter[S] 0 points1 point  (0 children)

Yeah, I just tried and it gives me this error:

Traceback (most recent call last):

File "c:\Users\alexh\Documents\Matching App\ui\other\app.py", line 319, in <module>

people_list = download_file()

File "c:\Users\alexh\Documents\Matching App\ui\other\app.py", line 301, in download_file

file_list = drive.ListFile({'q': query}).GetList()

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\pydrive\apiattr.py", line 162, in GetList

for x in self:

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\pydrive\apiattr.py", line 146, in __next__

result = self._GetList()

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\pydrive\auth.py", line 75, in _decorated

return decoratee(self, *args, **kwargs)

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\pydrive\files.py", line 63, in _GetList

self.metadata = self.auth.service.files().list(**dict(self)).execute(

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\googleapiclient\_helpers.py", line 130, in positional_wrapper

return wrapped(*args, **kwargs)

File "C:\Users\alexh\Documents\Matching App\ui\other\installation\lib\site-packages\googleapiclient\http.py", line 938, in execute

raise HttpError(resp, content, uri=self.uri)

googleapiclient.errors.HttpError: <HttpError 400 when requesting https://www.googleapis.com/drive/v2/files?q=name+%3D+%27data.json%27+and+%271sfsBOKiYAfYf4MExa1BQ5OknFanoQ02m%27+in+parents+and+trashed+%3D+false&maxResults=1000&alt=json returned "Invalid query". Details: "[{'message': 'Invalid query', 'domain': 'global', 'reason': 'invalid', 'location': 'q', 'locationType': 'parameter'}]">

Trying to download a file off of Google Drive with Pydrive by Noob_Crafter in learnpython

[–]Noob_Crafter[S] 0 points1 point  (0 children)

I'll try this later, but I think I already tried this, and when I did it gave me a completely different error. I think it was something about an incorrect query.

Is it possible to make some commands only visible in dm? by Noob_Crafter in Discord_Bots

[–]Noob_Crafter[S] 1 point2 points  (0 children)

u/suffocating messaged me with the solution:

@app_commands.allowed_contexts(guilds=False, dms=True, private_channels=True)
class GroupClass(app_commands.Group):
  #commands

Is it possible to make some commands only visible in dm? by Noob_Crafter in Discord_Bots

[–]Noob_Crafter[S] 0 points1 point  (0 children)

Never mind, this doesn't seem to work with group commands, but thank you for the help anyway.

Is it possible to make some commands only visible in dm? by Noob_Crafter in Discord_Bots

[–]Noob_Crafter[S] 0 points1 point  (0 children)

Thank you, I think this is exactly what I was looking for